<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2855" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Austin Matzko&#039;s Forum &#187; Tag: comments - Recent Posts</title>
		<link>http://austinmatzko.com/forum/tags/comments</link>
		<description>Austin Matzko&#039;s Forum &#187; Tag: comments - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 18:07:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2855</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://austinmatzko.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://austinmatzko.com/forum/rss/tags/comments" rel="self" type="application/rss+xml" />

		<item>
			<title>filosofo on "Missing comments"</title>
			<link>http://austinmatzko.com/forum/topic/missing-comments#post-4003</link>
			<pubDate>Thu, 12 Mar 2009 09:25:47 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">4003@http://austinmatzko.com/forum/</guid>
			<description><blockquote><p>But still I think I have restored the database once and though all the posts were restored it seems like all the comments up to may 2008 is missing.</p>
<p>Is this a known issue in earlier versions?</p></blockquote>
<p>I've never seen anything like that.  And even if the backup were to fail part-way, the tables are backed up in alphabetical order, and wp_comments is first, so if it were truncated, others (like the posts table) wouldn't appear at all.
</p></description>
		</item>
		<item>
			<title>martin.n on "Missing comments"</title>
			<link>http://austinmatzko.com/forum/topic/missing-comments#post-4002</link>
			<pubDate>Tue, 10 Mar 2009 19:28:49 +0000</pubDate>
			<dc:creator>martin.n</dc:creator>
			<guid isPermaLink="false">4002@http://austinmatzko.com/forum/</guid>
			<description><p>Sorry my mistake.</p>
<p>Somehow I couldn't see through the date order.</p>
<p>But still I think I have restored the database once and though all the posts were restored it seems like all the comments up to may 2008 is missing.</p>
<p>Is this a known issue in earlier versions?
</p></description>
		</item>
		<item>
			<title>martin.n on "Missing comments"</title>
			<link>http://austinmatzko.com/forum/topic/missing-comments#post-4001</link>
			<pubDate>Tue, 10 Mar 2009 19:04:59 +0000</pubDate>
			<dc:creator>martin.n</dc:creator>
			<guid isPermaLink="false">4001@http://austinmatzko.com/forum/</guid>
			<description><p>I just found out that there was some comments missing at some old posts.</p>
<p>I wanted to recreate the comments and turned to my backup-files.</p>
<p>I couldn't find any of them.</p>
<p>Then I looked in my latest backup file and found that only 44 comments had been stored.</p>
<p>The stored comments were from 2008-02-18 to 2008-05-03 but the backup was created at 2009-03-04.</p>
<p>Please help me find out what the problem is. I really don't want to loose any more content.
</p></description>
		</item>
		<item>
			<title>filosofo on "Brian&#039;s threaded comments &amp; Comments Preview"</title>
			<link>http://austinmatzko.com/forum/topic/brians-threaded-comments-038-comments-preview#post-124</link>
			<pubDate>Wed, 11 Apr 2007 10:09:09 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">124@http://austinmatzko.com/forum/</guid>
			<description><p>This is a bad design on the part of the Popularity Content plugin, in my opinion, because it allows a method to be called without first initializing its class.  That's why I think action and filter hooks should be assigned when the class initializes.</p>
<p>At any rate, to get around this bug in PC change line 37 of my plugin like so:</p>
<p><code>add_action(&#39;init&#39;, array(&#38;$this,&#39;init&#39;),500);</code>
</p></description>
		</item>
		<item>
			<title>Staska on "Brian&#039;s threaded comments &amp; Comments Preview"</title>
			<link>http://austinmatzko.com/forum/topic/brians-threaded-comments-038-comments-preview#post-123</link>
			<pubDate>Wed, 11 Apr 2007 09:27:02 +0000</pubDate>
			<dc:creator>Staska</dc:creator>
			<guid isPermaLink="false">123@http://austinmatzko.com/forum/</guid>
			<description><p>Thanks for the help. </p>
<p>I found another problem. Looks like Comment Preview has some conflicts with Popularity Contest plugin. Whenever I try to post a comment with Comment Preview enabled I get this error:</p>
<p>Fatal error: Call to a member function record_feedback() on a non-object in /home/.derringer/staska/staska.net/wp-content/plugins/popularity-contest.php on line 1525</p>
<p>And the in the address bar I see the url of the post with #comment-1000 at the end. (I have abou 330 comments in total on my blog)</p>
<p>The comment actually gets posted and when I reload the page, I can see it.
</p></description>
		</item>
		<item>
			<title>filosofo on "Brian&#039;s threaded comments &amp; Comments Preview"</title>
			<link>http://austinmatzko.com/forum/topic/brians-threaded-comments-038-comments-preview#post-122</link>
			<pubDate>Sat, 07 Apr 2007 20:43:03 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">122@http://austinmatzko.com/forum/</guid>
			<description><p>You'll need to edit the <code>comments.php</code> template:</p>
<p>1. Add a preview button where you want it (probably before or after the line that starts <code>&#60;input onclick=&#34;if(typeof(onAddComment) == &#39;function&#39;) . . .</code></code>).</p>
<p>A preview button would look like<br />
<code>&#60;input type=&#34;submit&#34; value=&#34;Preview&#34;  name=&#34;preview&#34; id=&#34;preview&#34;/&#62;</code></p>
<p>2. Edit line 33 that starts out <code>$comments = $wpdb-&#62;get_results(&#34;SELECT * FROM . . .</code><br />
Just comment it out.<br />
( <code>//  $comments = $wpdb-&#62;get_results(&#34;SELECT * FROM  . . .</code>)</p>
<p>Then edit the plugin file, <code>briansthreadedcomments.php</code> on line 392 so that it looks like the following:</p>
<p><code>print &#34;&#60;input type=&#39;hidden&#39; id=&#39;comment_reply_ID&#39; name=&#39;comment_reply_ID&#39; value=&#39;&#34; . (int) $_POST[&#39;comment_reply_ID&#39;] . &#34;&#39; /&#62;&#34;;</code></p>
<p>That should make the preview work okay, although the preview won't appear as a threaded comment.  I'm sure there's a way to do it, but it would involve some hacking of the threaded comment plugin.
</p></description>
		</item>
		<item>
			<title>Staska on "Brian&#039;s threaded comments &amp; Comments Preview"</title>
			<link>http://austinmatzko.com/forum/topic/brians-threaded-comments-038-comments-preview#post-121</link>
			<pubDate>Sat, 07 Apr 2007 11:58:10 +0000</pubDate>
			<dc:creator>Staska</dc:creator>
			<guid isPermaLink="false">121@http://austinmatzko.com/forum/</guid>
			<description><p>I installed Comments preview and it worked quite well. But after I installed Brian's threaded comments and replaced my comments.php with Brian's, "Preview" button dissapeared. </p>
<p>Is there any way to make your Comments Preview compatible with Brian's threaded comments?
</p></description>
		</item>
		<item>
			<title>filosofo on "Wordpress 2.1"</title>
			<link>http://austinmatzko.com/forum/topic/wordpress-21#post-120</link>
			<pubDate>Thu, 05 Apr 2007 16:01:39 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">120@http://austinmatzko.com/forum/</guid>
			<description><p>I have updated the plugin, so that now it should work fine with 2.1.x
</p></description>
		</item>
		<item>
			<title>mtgarden on "Wordpress 2.1"</title>
			<link>http://austinmatzko.com/forum/topic/wordpress-21#post-90</link>
			<pubDate>Sat, 03 Mar 2007 09:09:37 +0000</pubDate>
			<dc:creator>mtgarden</dc:creator>
			<guid isPermaLink="false">90@http://austinmatzko.com/forum/</guid>
			<description><p>It must be a change in WP 2.1 because I have 2.1.2 and it has the same error.
</p></description>
		</item>
		<item>
			<title>mikeage on "Wordpress 2.1"</title>
			<link>http://austinmatzko.com/forum/topic/wordpress-21#post-56</link>
			<pubDate>Sun, 18 Feb 2007 00:49:39 +0000</pubDate>
			<dc:creator>mikeage</dc:creator>
			<guid isPermaLink="false">56@http://austinmatzko.com/forum/</guid>
			<description><p>Hi,</p>
<p>I\'m trying to use Comments Preview with Wordpress 2.1, but it doesn\'t appear to work. I was using this plugin for 2.0.5 and 2.0.6 with no problems. Once I upgraded to 2.1, it complains about the file pluggable-functions.php missing on line 1240 (as that appears to have been replaced by pluggable.php in 2.1).</p>
<p>If I change it manually, it complains about:<br />
<code>Fatal error: Call to undefined function: get() in /path/to/wordpress/wp-includes/query.php on line 10</code></p>
<p>Then again, I see that it works just fine for you :) Any ideas?
</p></description>
		</item>

	</channel>
</rss>

