<?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: Popularity Contest 2.0 beta 2</title>
	<atom:link href="http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:02:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eric</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-88973</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 08 Aug 2009 20:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-88973</guid>
		<description>Great plugin.  Wonderful work.  Will gladly donate to the cause, but also had a question.  What&#039;s the best way to style the Popularity link?  I know it&#039;s not in settings, so assume I need to do it on a template-by-template level?

Thanks again!</description>
		<content:encoded><![CDATA[<p>Great plugin.  Wonderful work.  Will gladly donate to the cause, but also had a question.  What&#8217;s the best way to style the Popularity link?  I know it&#8217;s not in settings, so assume I need to do it on a template-by-template level?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-85970</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Thu, 06 Aug 2009 12:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-85970</guid>
		<description>I&#039;m running 2.8.2 on a site, and the reset comments/pingbacks count just loads a solid white screen and doesn&#039;t recount them.  Any idea if this is a bug, or something on my end?  Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m running 2.8.2 on a site, and the reset comments/pingbacks count just loads a solid white screen and doesn&#8217;t recount them.  Any idea if this is a bug, or something on my end?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-75995</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 21 Jul 2009 18:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-75995</guid>
		<description>This version is the best known released version.

You may also want to try the current version in SVN.</description>
		<content:encoded><![CDATA[<p>This version is the best known released version.</p>
<p>You may also want to try the current version in SVN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maze</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-75971</link>
		<dc:creator>maze</dc:creator>
		<pubDate>Tue, 21 Jul 2009 12:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-75971</guid>
		<description>Here&#039;s how you can make the Popularity Values updating work:

In my case, the corresponding fields in the ak_popularity_options mysql table were missing. I had to add them manually. If you have the same problem, you can use the following sql:

INSERT INTO `your_prefix_ak_popularity_options` (`option_name`, `option_value`) VALUES
(&#039;searcher_value&#039;, &#039;2&#039;),
(&#039;single_value&#039;, &#039;10&#039;),
(&#039;home_value&#039;, &#039;2&#039;),
(&#039;archive_value&#039;, &#039;4&#039;),
(&#039;category_value&#039;, &#039;6&#039;),
(&#039;tag_value&#039;, &#039;7&#039;),
(&#039;feed_value&#039;, &#039;1&#039;),
(&#039;comment_value&#039;, &#039;20&#039;),
(&#039;pingback_value&#039;, &#039;50&#039;),
(&#039;trackback_value&#039;, &#039;80&#039;);

After that you can change the Popularity Values from the plugin options page.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s how you can make the Popularity Values updating work:</p>
<p>In my case, the corresponding fields in the ak_popularity_options mysql table were missing. I had to add them manually. If you have the same problem, you can use the following sql:</p>
<p>INSERT INTO `your_prefix_ak_popularity_options` (`option_name`, `option_value`) VALUES<br />
(&#8216;searcher_value&#8217;, &#8217;2&#8242;),<br />
(&#8216;single_value&#8217;, &#8217;10&#8242;),<br />
(&#8216;home_value&#8217;, &#8217;2&#8242;),<br />
(&#8216;archive_value&#8217;, &#8217;4&#8242;),<br />
(&#8216;category_value&#8217;, &#8217;6&#8242;),<br />
(&#8216;tag_value&#8217;, &#8217;7&#8242;),<br />
(&#8216;feed_value&#8217;, &#8217;1&#8242;),<br />
(&#8216;comment_value&#8217;, &#8217;20&#8242;),<br />
(&#8216;pingback_value&#8217;, &#8217;50&#8242;),<br />
(&#8216;trackback_value&#8217;, &#8217;80&#8242;);</p>
<p>After that you can change the Popularity Values from the plugin options page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-75941</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 21 Jul 2009 07:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-75941</guid>
		<description>When is the next update being released for the plugin?

Is it b3 or RC1 or the final release?

I haven&#039;t upgraded to this version after reading all the errors reported in the comments above.</description>
		<content:encoded><![CDATA[<p>When is the next update being released for the plugin?</p>
<p>Is it b3 or RC1 or the final release?</p>
<p>I haven&#8217;t upgraded to this version after reading all the errors reported in the comments above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maze</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-75129</link>
		<dc:creator>maze</dc:creator>
		<pubDate>Mon, 20 Jul 2009 13:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-75129</guid>
		<description>Oh, and the search engine domains field on the options page doesn&#039;t seem to accept more than 50 characters which is too little.</description>
		<content:encoded><![CDATA[<p>Oh, and the search engine domains field on the options page doesn&#8217;t seem to accept more than 50 characters which is too little.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maze</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-75128</link>
		<dc:creator>maze</dc:creator>
		<pubDate>Mon, 20 Jul 2009 13:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-75128</guid>
		<description>Nice update! I have one problem, though:

I cannot change the Popularity Values on the options page. They go back to their default values when I submit the form.

Wordpress 2.8.2
Popularity Contest 2.0b2</description>
		<content:encoded><![CDATA[<p>Nice update! I have one problem, though:</p>
<p>I cannot change the Popularity Values on the options page. They go back to their default values when I submit the form.</p>
<p>WordPress 2.8.2<br />
Popularity Contest 2.0b2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-73086</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sat, 11 Jul 2009 20:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-73086</guid>
		<description>Is there a bug with the percentage display next to the post title?

I set it to no in the settings for PC, but it still appears in the list of popular posts in the widget?

I can remove it from the code, but would like to first see if there is a bug, and if it has been fixed.

Thanks</description>
		<content:encoded><![CDATA[<p>Is there a bug with the percentage display next to the post title?</p>
<p>I set it to no in the settings for PC, but it still appears in the list of popular posts in the widget?</p>
<p>I can remove it from the code, but would like to first see if there is a bug, and if it has been fixed.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-72825</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 11 Jul 2009 01:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-72825</guid>
		<description>Or just grab the fixed version from SVN:

http://svn.wp-plugins.org/popularity-contest/trunk/</description>
		<content:encoded><![CDATA[<p>Or just grab the fixed version from SVN:</p>
<p><a href="http://svn.wp-plugins.org/popularity-contest/trunk/" rel="nofollow">http://svn.wp-plugin[...]ntest/trunk/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rycz</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-72823</link>
		<dc:creator>rycz</dc:creator>
		<pubDate>Sat, 11 Jul 2009 00:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-72823</guid>
		<description>To fix the stdClass error when trying to Reset Comments/Pingbacks/Trackbacks, change line 772:

$this-&gt;populate_post_data($post_id);

to:
				$this-&gt;populate_post_data($post_id-&gt;ID);

That changes it to access the actual ID variable inside the stdClass object. As far as I can tell, it works like it&#039;s supposed to with this fix.</description>
		<content:encoded><![CDATA[<p>To fix the stdClass error when trying to Reset Comments/Pingbacks/Trackbacks, change line 772:</p>
<p>$this-&gt;populate_post_data($post_id);</p>
<p>to:<br />
				$this-&gt;populate_post_data($post_id-&gt;ID);</p>
<p>That changes it to access the actual ID variable inside the stdClass object. As far as I can tell, it works like it&#8217;s supposed to with this fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-70309</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 26 Jun 2009 19:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-70309</guid>
		<description>Thanks for the reports. I&#039;ve reproduced this and will have it fixed shortly.</description>
		<content:encoded><![CDATA[<p>Thanks for the reports. I&#8217;ve reproduced this and will have it fixed shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob W.</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-70306</link>
		<dc:creator>Rob W.</dc:creator>
		<pubDate>Fri, 26 Jun 2009 18:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-70306</guid>
		<description>I also get the error with reset trackback counts.  Otherwise, this is a nice plugin!</description>
		<content:encoded><![CDATA[<p>I also get the error with reset trackback counts.  Otherwise, this is a nice plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: King Rat</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-70299</link>
		<dc:creator>King Rat</dc:creator>
		<pubDate>Fri, 26 Jun 2009 16:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-70299</guid>
		<description>I got the following error when hitting &quot;reset trackback counts&quot;.

Catchable fatal error: Object of class stdClass could not be converted to string in /home4/kingratb/public_html/reading/wp-content/plugins/popularity-contest/popularity-contest.php on line 539</description>
		<content:encoded><![CDATA[<p>I got the following error when hitting &#8220;reset trackback counts&#8221;.</p>
<p>Catchable fatal error: Object of class stdClass could not be converted to string in /home4/kingratb/public_html/reading/wp-content/plugins/popularity-contest/popularity-contest.php on line 539</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theme Playground &#124; Community Roundup: The Many Uses of WordPress</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comment-70296</link>
		<dc:creator>Theme Playground &#124; Community Roundup: The Many Uses of WordPress</dc:creator>
		<pubDate>Fri, 26 Jun 2009 16:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/?p=3374#comment-70296</guid>
		<description>[...] Popularity Contest 2.0 Beta 2 Released [...]</description>
		<content:encoded><![CDATA[<p>[...] Popularity Contest 2.0 Beta 2 Released [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

