<?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: Customizable Comment Listings v2.0</title>
	<atom:link href="http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/</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: Josh</title>
		<link>http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/comment-page-1/#comment-443377</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sun, 12 Jul 2009 07:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/#comment-443377</guid>
		<description>I&#039;m trying to create a list of recent commenters and display their avatars only... Here is my code:

&lt;code&gt;
&lt;?php 
			$getgravatar = get_avatar( get_comment_author_email(), &#039;50&#039; );
			$specialformat = &#039;&lt;li&gt;&lt;a href=&quot;%comment_author_url%&quot; title=&quot;We think %comment_author% is sexy!&quot;&gt;&#039;.$getgravatar.&#039;&lt;/a&gt;&lt;/li&gt;&#039;;
			c2c_get_recent_commenters( 
				$limit = 12,
				$format = $specialformat,
				$types = &#039;comment&#039;,
				$status = &#039;1&#039;,
				$ids = &#039;&#039;,
				$order = &#039;DESC&#039;,
				$offset = 0,
				$date_format = &#039;m/d/Y&#039;
			); ?&gt;
&lt;/code&gt;

It&#039;s working sortof... It&#039;s retreiving the most recent commenters, but it&#039;s only displaying ONE avatar for all of them. Am I doing something wrong here?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to create a list of recent commenters and display their avatars only&#8230; Here is my code:</p>
<p><pre><code>
&lt;?php 
      $getgravatar = get_avatar( get_comment_author_email(), &#039;50&#039; );
      $specialformat = &#039;&lt;li&gt;&lt;a href=&quot;%comment_author_url%&quot; title=&quot;We think %comment_author% is sexy!&quot;&gt;&#039;.$getgravatar.&#039;&lt;/a&gt;&lt;/li&gt;&#039;;
      c2c_get_recent_commenters( 
        $limit = 12,
        $format = $specialformat,
        $types = &#039;comment&#039;,
        $status = &#039;1&#039;,
        $ids = &#039;&#039;,
        $order = &#039;DESC&#039;,
        $offset = 0,
        $date_format = &#039;m/d/Y&#039;
      ); ?&gt;
</code></pre></p>
<p>It&#8217;s working sortof&#8230; It&#8217;s retreiving the most recent commenters, but it&#8217;s only displaying ONE avatar for all of them. Am I doing something wrong here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Showing your Comments month-by-month &#8212; WebDiggin.com: An Adventure to Make Money Online</title>
		<link>http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/comment-page-1/#comment-389552</link>
		<dc:creator>Showing your Comments month-by-month &#8212; WebDiggin.com: An Adventure to Make Money Online</dc:creator>
		<pubDate>Tue, 15 Apr 2008 07:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/#comment-389552</guid>
		<description>[...] the end, Scott Reilly&#8217;s Coffee 2 Code Customizable Comment Listing plugin was the most flexible plugin for our needs. (But, it wasn&#8217;t very user friendly. If you were [...]</description>
		<content:encoded><![CDATA[<p>[...] the end, Scott Reilly&#8217;s Coffee 2 Code Customizable Comment Listing plugin was the most flexible plugin for our needs. (But, it wasn&#8217;t very user friendly. If you were [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roman pixell</title>
		<link>http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/comment-page-1/#comment-388555</link>
		<dc:creator>roman pixell</dc:creator>
		<pubDate>Mon, 14 Apr 2008 03:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/#comment-388555</guid>
		<description>nice work! two questions:

- can i somehow include gravatars for the comments?
- can i somehow use the username instead of the full name of the commenter? (that is not the same as nick name...)</description>
		<content:encoded><![CDATA[<p>nice work! two questions:</p>
<p>- can i somehow include gravatars for the comments?<br />
- can i somehow use the username instead of the full name of the commenter? (that is not the same as nick name&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/comment-page-1/#comment-388191</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sun, 13 Apr 2008 16:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/#comment-388191</guid>
		<description>&lt;strong&gt;El Chavo:&lt;/strong&gt; You probably want to use the template function &lt;code&gt;c2c_get_recently_commented()&lt;/code&gt; found in the &lt;a href=&quot;http://coffee2code.com/wp-plugins/customizable-post-listings/&quot; rel=&quot;nofollow&quot;&gt;Customizable Post Listings&lt;/a&gt; plugin.  That lists posts by the most recently commented (so each post will only appear once).

&lt;strong&gt;Edith:&lt;/strong&gt; Thanks for the report.  I&#039;m not familiar with the auto-updater plugin, so I&#039;m not sure where it got the wrong info to update CCL, but I&#039;ll look into it.

&lt;strong&gt;Paul, MacTV:&lt;/strong&gt; I had just recently noticed and fixed that bug, but haven&#039;t released it yet.  Sit tight; it&#039;ll be the first thing I release after the 14 Days are over (so the update should be this Monday).</description>
		<content:encoded><![CDATA[<p><strong>El Chavo:</strong> You probably want to use the template function <code>c2c_get_recently_commented()</code> found in the <a href="http://coffee2code.com/wp-plugins/customizable-post-listings/" rel="nofollow">Customizable Post Listings</a> plugin.  That lists posts by the most recently commented (so each post will only appear once).</p>
<p><strong>Edith:</strong> Thanks for the report.  I&#8217;m not familiar with the auto-updater plugin, so I&#8217;m not sure where it got the wrong info to update CCL, but I&#8217;ll look into it.</p>
<p><strong>Paul, MacTV:</strong> I had just recently noticed and fixed that bug, but haven&#8217;t released it yet.  Sit tight; it&#8217;ll be the first thing I release after the 14 Days are over (so the update should be this Monday).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacTV</title>
		<link>http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/comment-page-1/#comment-388025</link>
		<dc:creator>MacTV</dc:creator>
		<pubDate>Sun, 13 Apr 2008 06:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/#comment-388025</guid>
		<description>Hi, the new plugin works fine, but i have one error in the

Customizable Comment Listings Plugin Options Adminpage:

Warning: implode() [function.implode]: Bad arguments. in /.../plugins/customizable-comment-listings/customizable-comment-listings.php on line 207</description>
		<content:encoded><![CDATA[<p>Hi, the new plugin works fine, but i have one error in the</p>
<p>Customizable Comment Listings Plugin Options Adminpage:</p>
<p>Warning: implode() [function.implode]: Bad arguments. in /&#8230;/plugins/customizable-comment-listings/customizable-comment-listings.php on line 207</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/comment-page-1/#comment-388015</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 13 Apr 2008 05:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/#comment-388015</guid>
		<description>In the settings&#039; admin panel for this p-lugin, everything looks just like your screenshot except under the sentence that says:

For help, see the Percent-substitution tags section for a listing and explanation of all the percent-substitution format tags or the Template functions section for an explanation of the template functions and their arguments.

it says: 


Warning: implode() [function.implode]: Bad arguments. in (my path to Wordpress) /wp-content/plugins/customizable-comment-listings/customizable-comment-listings.php on line 207</description>
		<content:encoded><![CDATA[<p>In the settings&#8217; admin panel for this p-lugin, everything looks just like your screenshot except under the sentence that says:</p>
<p>For help, see the Percent-substitution tags section for a listing and explanation of all the percent-substitution format tags or the Template functions section for an explanation of the template functions and their arguments.</p>
<p>it says: </p>
<p>Warning: implode() [function.implode]: Bad arguments. in (my path to WordPress) /wp-content/plugins/customizable-comment-listings/customizable-comment-listings.php on line 207</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edith Frost</title>
		<link>http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/comment-page-1/#comment-387921</link>
		<dc:creator>Edith Frost</dc:creator>
		<pubDate>Sat, 12 Apr 2008 20:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/#comment-387921</guid>
		<description>For some mysterious reason the 2.5 plugin auto-updater deleted this plugin for me, then installed and activated a copy of &quot;Hide or Cut Post Text&quot; instead.  I had to install CCL 2 by hand.</description>
		<content:encoded><![CDATA[<p>For some mysterious reason the 2.5 plugin auto-updater deleted this plugin for me, then installed and activated a copy of &#8220;Hide or Cut Post Text&#8221; instead.  I had to install CCL 2 by hand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EL CHAVO!</title>
		<link>http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/comment-page-1/#comment-387858</link>
		<dc:creator>EL CHAVO!</dc:creator>
		<pubDate>Sat, 12 Apr 2008 17:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/#comment-387858</guid>
		<description>Nicely done! I had no problems installing it on 2.5. But I was wondering if there&#039;s an option to just show the latest comment count on a post, and not have it repeat on the list? I&#039;d like to use it to show the latest activity on the top of the list (with comment count) without seeing multiple references to the same post. I looked at the different options but can&#039;t figure out if any of those will do that. In any case, thanks for all your work, your plugin is one of my favorites!</description>
		<content:encoded><![CDATA[<p>Nicely done! I had no problems installing it on 2.5. But I was wondering if there&#8217;s an option to just show the latest comment count on a post, and not have it repeat on the list? I&#8217;d like to use it to show the latest activity on the top of the list (with comment count) without seeing multiple references to the same post. I looked at the different options but can&#8217;t figure out if any of those will do that. In any case, thanks for all your work, your plugin is one of my favorites!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/comment-page-1/#comment-385906</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 09 Apr 2008 00:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/#comment-385906</guid>
		<description>Hmm, I attached a fourth screenshot to the plugin&#039;s home page showing what the plugin&#039;s admin page looks like under WP 2.5.  Anyone else not seeing the plugin&#039;s options page under Settings -&gt; CCL in WP 2.5?

Are you the admin for the blog?  The settings page is only set to show for admin level users...  In the plugin file, look for &lt;code&gt;add_options_page(&lt;/code&gt; and change its argument of 9 to something like 1 or 2 and see if it starts showing up for you...</description>
		<content:encoded><![CDATA[<p>Hmm, I attached a fourth screenshot to the plugin&#8217;s home page showing what the plugin&#8217;s admin page looks like under WP 2.5.  Anyone else not seeing the plugin&#8217;s options page under Settings -> CCL in WP 2.5?</p>
<p>Are you the admin for the blog?  The settings page is only set to show for admin level users&#8230;  In the plugin file, look for <code>add_options_page(</code> and change its argument of 9 to something like 1 or 2 and see if it starts showing up for you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/comment-page-1/#comment-385777</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 08 Apr 2008 20:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/archives/2008/04/07/customizable-comment-listings-v20/#comment-385777</guid>
		<description>Activated this in 2.5 and no CCL can be found in settings or anywhere else</description>
		<content:encoded><![CDATA[<p>Activated this in 2.5 and no CCL can be found in settings or anywhere else</p>
]]></content:encoded>
	</item>
</channel>
</rss>

