<?xml version="1.0" encoding="utf-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Comment Author Checklist</title>
	<atom:link href="http://sillybean.net/code/wordpress/comment-author-checklist/feed/" rel="self" type="application/rss+xml" />
	<link>http://sillybean.net</link>
	<description>reading, writing, web design, and the intersections thereof</description>
	<lastBuildDate>Tue, 16 Mar 2010 18:54:36 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: baron</title>
		<link>http://sillybean.net/code/wordpress/comment-author-checklist/comment-page-1/#comment-9912</link>
		<dc:creator>baron</dc:creator>
		<pubDate>Sat, 10 May 2008 21:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/?page_id=1447#comment-9912</guid>
		<description>hi. Thanks for plugin

perfect.

regards</description>
		<content:encoded><![CDATA[<p>hi. Thanks for plugin</p>
<p>perfect.</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://sillybean.net/code/wordpress/comment-author-checklist/comment-page-1/#comment-9868</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Sat, 05 Apr 2008 00:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/?page_id=1447#comment-9868</guid>
		<description>That explains it!

I&#039;ll see if I can work around that one function... if so, I&#039;ll let you know. Thanks so much for all your help!</description>
		<content:encoded><![CDATA[<p>That explains it!</p>
<p>I&#8217;ll see if I can work around that one function&#8230; if so, I&#8217;ll let you know. Thanks so much for all your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://sillybean.net/code/wordpress/comment-author-checklist/comment-page-1/#comment-9867</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 04 Apr 2008 23:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/?page_id=1447#comment-9867</guid>
		<description>4.1.22

the host is in the process of upgrading to 5.0+, but I&#039;m getting the feeling it will be awhile.

if that&#039;s the issue then no need to worry about it.  I&#039;m just trying to help test the script.  I&#039;ve been playing around with the script and I think I&#039;m getting close to figuring out which black hat the rabbit is hiding in.</description>
		<content:encoded><![CDATA[<p>4.1.22</p>
<p>the host is in the process of upgrading to 5.0+, but I&#8217;m getting the feeling it will be awhile.</p>
<p>if that&#8217;s the issue then no need to worry about it.  I&#8217;m just trying to help test the script.  I&#8217;ve been playing around with the script and I think I&#8217;m getting close to figuring out which black hat the rabbit is hiding in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://sillybean.net/code/wordpress/comment-author-checklist/comment-page-1/#comment-9866</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 04 Apr 2008 21:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/?page_id=1447#comment-9866</guid>
		<description>Jim, what version of PHP do you have? I&#039;d thought this would work with 4, but I just noticed one function at the very end that was new in 5.1.0.</description>
		<content:encoded><![CDATA[<p>Jim, what version of <span class="caps">PHP </span>do you have? I&#8217;d thought this would work with 4, but I just noticed one function at the very end that was new in 5.1.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://sillybean.net/code/wordpress/comment-author-checklist/comment-page-1/#comment-9865</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Fri, 04 Apr 2008 20:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/?page_id=1447#comment-9865</guid>
		<description>I&#039;ve posted 1.03, which gives you checkboxes for the categories instead of making you type them in.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve posted 1.03, which gives you checkboxes for the categories instead of making you type them in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://sillybean.net/code/wordpress/comment-author-checklist/comment-page-1/#comment-9863</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Wed, 02 Apr 2008 14:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/?page_id=1447#comment-9863</guid>
		<description>It should go inside the loop in single.php. If you don&#039;t have a separate template for single posts, it could go in index.php with @is_single()@, presuming that you don&#039;t want the checklist to appear on the home page or archive listings.

Mine is right below the content:

@&lt;?php the_content(&#039;&lt;p&gt;Read the rest of this entry &#187;&lt;/p&gt;&#039;); 
if (function_exists(show_comment_author_checklist)) 
  { show_comment_author_checklist(); } ?&gt;@</description>
		<content:encoded><![CDATA[<p>It should go inside the loop in single.php. If you don&#8217;t have a separate template for single posts, it could go in index.php with <code>is_single()</code>, presuming that you don&#8217;t want the checklist to appear on the home page or archive listings.</p>
<p>Mine is right below the content:</p>
<p><code>< ?php the_content('
<p>Read the rest of this entry &raquo;</code></p>
<p>');<br />
if (function_exists(show_comment_author_checklist))<br />
  { show_comment_author_checklist(); } ?></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://sillybean.net/code/wordpress/comment-author-checklist/comment-page-1/#comment-9862</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 02 Apr 2008 07:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/?page_id=1447#comment-9862</guid>
		<description>still a no go for me...where exactly are you putting the code and which file?</description>
		<content:encoded><![CDATA[<p>still a no go for me&#8230;where exactly are you putting the code and which file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://sillybean.net/code/wordpress/comment-author-checklist/comment-page-1/#comment-9861</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Wed, 02 Apr 2008 01:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/?page_id=1447#comment-9861</guid>
		<description>When in doubt, go back to your original working prototype! 

Version 1.02 posted, and all the options work on my test blog. I&#039;ve also added an option to display the checklist on all categories (&quot;*&quot;). Let me know how it goes!</description>
		<content:encoded><![CDATA[<p>When in doubt, go back to your original working prototype! </p>
<p>Version 1.02 posted, and all the options work on my test blog. I&#8217;ve also added an option to display the checklist on all categories (&#8220;*&#8221;). Let me know how it goes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephanie</title>
		<link>http://sillybean.net/code/wordpress/comment-author-checklist/comment-page-1/#comment-9858</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Tue, 01 Apr 2008 05:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/?page_id=1447#comment-9858</guid>
		<description>It&#039;s not a plugin dependency; it looks like I have another bug in my category check code. Tune in tomorrow...</description>
		<content:encoded><![CDATA[<p>It&#8217;s not a plugin dependency; it looks like I have another bug in my category check code. Tune in tomorrow&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://sillybean.net/code/wordpress/comment-author-checklist/comment-page-1/#comment-9857</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 01 Apr 2008 04:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sillybean.net/?page_id=1447#comment-9857</guid>
		<description>still doesn&#039;t work for me.  

might be you are using another plugin that it needs?  have you tried this plugin on a blank website with no other plugins running? I&#039;ve disabled all plugins and switched to default theme and still cant see any changes. I even changed user level needed.

Here&#039;s a link to my output code.

wordpress.pastebin.ca/965720</description>
		<content:encoded><![CDATA[<p>still doesn&#8217;t work for me.  </p>
<p>might be you are using another plugin that it needs?  have you tried this plugin on a blank website with no other plugins running? I&#8217;ve disabled all plugins and switched to default theme and still cant see any changes. I even changed user level needed.</p>
<p>Here&#8217;s a link to my output code.</p>
<p>wordpress.pastebin.ca/965720</p>
]]></content:encoded>
	</item>
</channel>
</rss>
