<?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: Admin Commenters Comments Count v1.0 (new)</title>
	<atom:link href="http://coffee2code.com/archives/2009/04/15/admin-commenters-comments-count-v10-new/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffee2code.com/archives/2009/04/15/admin-commenters-comments-count-v10-new/</link>
	<description>pro-gram-mer: n. a person who converts coffee into code</description>
	<lastBuildDate>Tue, 07 Feb 2012 05:56:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: iplnts</title>
		<link>http://coffee2code.com/archives/2009/04/15/admin-commenters-comments-count-v10-new/comment-page-1/#comment-451580</link>
		<dc:creator>iplnts</dc:creator>
		<pubDate>Sat, 20 Mar 2010 17:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=283#comment-451580</guid>
		<description>Hi Scott!

Very much thanks for this plugin. It is must, I think!
 (Short, clear code, makes brilliant things :)

However: I&#039;d like reporting a problem, and I&#039;d like asking some help from you (due to seeing from the many plugins you are certainly an expert in WP). 
--------
I try to establish a multi-authors site based on single WP with several of capabilities. (not MU environment). I&#039;ve been running yet my test project on localhost. (OS.WINDOWS, Apache/2.2.6 (Win32) PHP/5.2.5). I tried to log in with several of roles to test my site.
--------- 
The problem is (as I looked in your code): 
$comment_count = 0 when not logged in as admin or editor( I don&#039;t know why), although both $author_email and $type are right (I&#039;ve tested to echo them in the span)???

I observed also, there would be some problem in WP core with the wp-admin\includes\dashboard.php (calling wp_count_comments() from includes\comments.php) since it also gives back a total comment count 0 when someone is not logged in as an admin or editor. 

I thought, that might affect your code also failed. (owing to I tried to alter your query variable the sql immediately written into the get_var, and that somehow got back a WP error  in which your sql was concatenated with the sql used in wp_count_comments() ?????)

I&#039;m not a WP expert, only a developer with some php  and Sql knowledge. I glanced over the whole code(s), but, absolutely don&#039;t understand what and how affect the sql(s) giving back count 0, when a user nowhere restricted in those codes. (there is nowhere current_user_can..)

Because of WP is basically planed for a single user/author  platform (generally this user is an admin), it may occur no one have  observed this problem yet. 
I ask you to report this probable bug in core if you also find so, toward the WP team. 

Thank you very much for your looking after, and I deeply appreciate your best answer me to my email if you find some resolution. (I&#039;m not able to repair this error, but would be very important for me)

Best regards,
iplnts</description>
		<content:encoded><![CDATA[<p>Hi Scott!</p>
<p>Very much thanks for this plugin. It is must, I think!<br />
 (Short, clear code, makes brilliant things <img src='http://coffee2code.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>However: I&#8217;d like reporting a problem, and I&#8217;d like asking some help from you (due to seeing from the many plugins you are certainly an expert in WP).<br />
&#8212;&#8212;&#8211;<br />
I try to establish a multi-authors site based on single WP with several of capabilities. (not MU environment). I&#8217;ve been running yet my test project on localhost. (OS.WINDOWS, Apache/2.2.6 (Win32) PHP/5.2.5). I tried to log in with several of roles to test my site.<br />
&#8212;&#8212;&#8212;<br />
The problem is (as I looked in your code):<br />
$comment_count = 0 when not logged in as admin or editor( I don&#8217;t know why), although both $author_email and $type are right (I&#8217;ve tested to echo them in the span)???</p>
<p>I observed also, there would be some problem in WP core with the wp-admin\includes\dashboard.php (calling wp_count_comments() from includes\comments.php) since it also gives back a total comment count 0 when someone is not logged in as an admin or editor. </p>
<p>I thought, that might affect your code also failed. (owing to I tried to alter your query variable the sql immediately written into the get_var, and that somehow got back a WP error  in which your sql was concatenated with the sql used in wp_count_comments() ?????)</p>
<p>I&#8217;m not a WP expert, only a developer with some php  and Sql knowledge. I glanced over the whole code(s), but, absolutely don&#8217;t understand what and how affect the sql(s) giving back count 0, when a user nowhere restricted in those codes. (there is nowhere current_user_can..)</p>
<p>Because of WP is basically planed for a single user/author  platform (generally this user is an admin), it may occur no one have  observed this problem yet.<br />
I ask you to report this probable bug in core if you also find so, toward the WP team. </p>
<p>Thank you very much for your looking after, and I deeply appreciate your best answer me to my email if you find some resolution. (I&#8217;m not able to repair this error, but would be very important for me)</p>
<p>Best regards,<br />
iplnts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://coffee2code.com/archives/2009/04/15/admin-commenters-comments-count-v10-new/comment-page-1/#comment-449226</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 07 Jan 2010 19:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=283#comment-449226</guid>
		<description>&lt;strong&gt;v1.0.1 of this plugin has been released&lt;/strong&gt;

This release does the following:

* Add PHPDoc documentation
* Note compatibility with WP 2.9+
* Update copyright date</description>
		<content:encoded><![CDATA[<p><strong>v1.0.1 of this plugin has been released</strong></p>
<p>This release does the following:</p>
<p>* Add PHPDoc documentation<br />
* Note compatibility with WP 2.9+<br />
* Update copyright date</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://coffee2code.com/archives/2009/04/15/admin-commenters-comments-count-v10-new/comment-page-1/#comment-449225</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 07 Jan 2010 19:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=283#comment-449225</guid>
		<description>&lt;strong&gt;Eric:&lt;/strong&gt; It&#039;s certainly possible, though would take some time and effort to implement.  I&#039;ve made note of the request as a possible future enhancement to the plugin.

&lt;strong&gt;Igor:&lt;/strong&gt; Such functionality is provided via other plugins.</description>
		<content:encoded><![CDATA[<p><strong>Eric:</strong> It&#8217;s certainly possible, though would take some time and effort to implement.  I&#8217;ve made note of the request as a possible future enhancement to the plugin.</p>
<p><strong>Igor:</strong> Such functionality is provided via other plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Borodin</title>
		<link>http://coffee2code.com/archives/2009/04/15/admin-commenters-comments-count-v10-new/comment-page-1/#comment-447912</link>
		<dc:creator>Igor Borodin</dc:creator>
		<pubDate>Mon, 23 Nov 2009 05:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=283#comment-447912</guid>
		<description>Dear Mr. Reilly,

Is it possible to give users an opportunity to format their comments.  At least a few most ubiquitous features, like italic, underline, indent?

Thanks,
Igor Borodin</description>
		<content:encoded><![CDATA[<p>Dear Mr. Reilly,</p>
<p>Is it possible to give users an opportunity to format their comments.  At least a few most ubiquitous features, like italic, underline, indent?</p>
<p>Thanks,<br />
Igor Borodin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric MacKnight</title>
		<link>http://coffee2code.com/archives/2009/04/15/admin-commenters-comments-count-v10-new/comment-page-1/#comment-447201</link>
		<dc:creator>Eric MacKnight</dc:creator>
		<pubDate>Mon, 19 Oct 2009 13:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=283#comment-447201</guid>
		<description>Hi Scott,

I&#039;m a teacher, and I really appreciate your Admin Commenters Comments Count plugin: it has simplified my work!

I wonder, though, whether it would be possible to generate a simple list of all registered users and the number of comments they have posted. Would it be possible, for instance, to add a column to the &#039;Users&#039; page in the Admin area, so that for each user you could see at a glance the number of posts and the number of comments?

Or a generated list that could appear in a sidebar would work, too.

This would be very useful to me, as I give students credit for being active on the class blog.

Thanks again,

Eric</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>I&#8217;m a teacher, and I really appreciate your Admin Commenters Comments Count plugin: it has simplified my work!</p>
<p>I wonder, though, whether it would be possible to generate a simple list of all registered users and the number of comments they have posted. Would it be possible, for instance, to add a column to the &#8216;Users&#8217; page in the Admin area, so that for each user you could see at a glance the number of posts and the number of comments?</p>
<p>Or a generated list that could appear in a sidebar would work, too.</p>
<p>This would be very useful to me, as I give students credit for being active on the class blog.</p>
<p>Thanks again,</p>
<p>Eric</p>
]]></content:encoded>
	</item>
</channel>
</rss>

