<?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"
	>
<channel>
	<title>Comments on: Wordpress 1.5 Plugin - Top Comment List</title>
	<atom:link href="http://www.pfadvice.com/2005/12/03/wordpress-plugin-top-comment-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pfadvice.com/2005/12/03/wordpress-plugin-top-comment-list/</link>
	<description>Bridging the gap between saving money and investing</description>
	<pubDate>Mon, 01 Dec 2008 22:07:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Bryan</title>
		<link>http://www.pfadvice.com/2005/12/03/wordpress-plugin-top-comment-list/#comment-32931</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Wed, 04 Apr 2007 22:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pfadvice.com/?p=230#comment-32931</guid>
		<description>Neat plugin.

I added some indexes to WordPress to make the plugin run faster. In SQL:
ALTER TABLE `wp_comments` ADD INDEX (comment_author(32));
ALTER TABLE `wp_comments` ADD INDEX (comment_type);</description>
		<content:encoded><![CDATA[<p>Neat plugin.</p>
<p>I added some indexes to WordPress to make the plugin run faster. In SQL:<br />
ALTER TABLE `wp_comments` ADD INDEX (comment_author(32));<br />
ALTER TABLE `wp_comments` ADD INDEX (comment_type);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.pfadvice.com/2005/12/03/wordpress-plugin-top-comment-list/#comment-220</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Sun, 04 Dec 2005 09:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pfadvice.com/?p=230#comment-220</guid>
		<description>Plugin updated to 1.01 &lt;a href="http://www.pfadvice.com/wordpress-plugins/show-top-commentators/#changelog" rel="nofollow"&gt;(see change log)&lt;/a&gt;.

Thanks for the mention and the additional info Blaine.</description>
		<content:encoded><![CDATA[<p>Plugin updated to 1.01 <a href="http://www.pfadvice.com/wordpress-plugins/show-top-commentators/#changelog" rel="nofollow">(see change log)</a>.</p>
<p>Thanks for the mention and the additional info Blaine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaine Moore (Run to Win)</title>
		<link>http://www.pfadvice.com/2005/12/03/wordpress-plugin-top-comment-list/#comment-215</link>
		<dc:creator>Blaine Moore (Run to Win)</dc:creator>
		<pubDate>Sat, 03 Dec 2005 19:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pfadvice.com/?p=230#comment-215</guid>
		<description>How I added my features...
 I added into the ns_options array:

 "minimum_posts" =&#62; 2, //Make this 1 for all commenters, or higher to require more posts first


My $commenters result set is gotten through htis SQL query:

SELECT COUNT(comment_author) AS comment_comments, comment_author
	   FROM $wpdb-&#62;comments
	   WHERE $reset_sql
	      AND comment_author NOT IN($ns_options[filter_users])
	      AND comment_author != ''
	      AND comment_type != 'pingback'
	   GROUP BY comment_author
	   HAVING COUNT(comment_author) &#62;= $ns_options[minimum_posts]
	   ORDER BY comment_comments DESC LIMIT $ns_options[limit]</description>
		<content:encoded><![CDATA[<p>How I added my features&#8230;<br />
 I added into the ns_options array:</p>
<p> &#8220;minimum_posts&#8221; =&gt; 2, //Make this 1 for all commenters, or higher to require more posts first</p>
<p>My $commenters result set is gotten through htis SQL query:</p>
<p>SELECT COUNT(comment_author) AS comment_comments, comment_author<br />
	   FROM $wpdb-&gt;comments<br />
	   WHERE $reset_sql<br />
	      AND comment_author NOT IN($ns_options[filter_users])<br />
	      AND comment_author != &#8221;<br />
	      AND comment_type != &#8216;pingback&#8217;<br />
	   GROUP BY comment_author<br />
	   HAVING COUNT(comment_author) &gt;= $ns_options[minimum_posts]<br />
	   ORDER BY comment_comments DESC LIMIT $ns_options[limit]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Run to Win &#187; Top Commenters</title>
		<link>http://www.pfadvice.com/2005/12/03/wordpress-plugin-top-comment-list/#comment-214</link>
		<dc:creator>Run to Win &#187; Top Commenters</dc:creator>
		<pubDate>Sat, 03 Dec 2005 19:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pfadvice.com/?p=230#comment-214</guid>
		<description>[...] I implemented the Top Commenters plugin, although I had to make a few changes to it to make sure that it worked the way that I want it to. It will not show anybody who hasn&#8217;t posted at least twice, and it will not show trackbacks. That way, the list will stay a bit more relevant. If you provide a website address, then you will get a link to it from my sidebar if you appear on the list. Let me know if you notice anything acting funny.   Related Posts:No related posts [...]</description>
		<content:encoded><![CDATA[<p>[...] I implemented the Top Commenters plugin, although I had to make a few changes to it to make sure that it worked the way that I want it to. It will not show anybody who hasn&#8217;t posted at least twice, and it will not show trackbacks. That way, the list will stay a bit more relevant. If you provide a website address, then you will get a link to it from my sidebar if you appear on the list. Let me know if you notice anything acting funny.   Related Posts:No related posts [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
