<?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 for Lester Chan's WordPress Plugins</title>
	<atom:link href="http://lesterchan.net/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lesterchan.net/wordpress</link>
	<description>Lester Chan's WordPress Plugins Development Blog</description>
	<lastBuildDate>Sat, 05 May 2012 08:42:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on WordPress 3.3 RC2 by aaa</title>
		<link>http://lesterchan.net/wordpress/2011/12/07/wordpress-3-3-rc2/comment-page-1/#comment-32088</link>
		<dc:creator>aaa</dc:creator>
		<pubDate>Sat, 05 May 2012 08:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=332#comment-32088</guid>
		<description>FCE</description>
		<content:encoded><![CDATA[<p>FCE</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.3.2 &amp; 3.4 Beta 3 Released by Mumen</title>
		<link>http://lesterchan.net/wordpress/2012/04/21/wordpress-3-3-2-3-4-beta-3-released/comment-page-1/#comment-32017</link>
		<dc:creator>Mumen</dc:creator>
		<pubDate>Sat, 28 Apr 2012 19:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=347#comment-32017</guid>
		<description>I post here, because comments seems to be disabled for the following post :

http://lesterchan.net/wordpress/2008/07/17/how-to-turn-off-post-revision-in-wordpress-26/

and I have an important bug to tell you about this code :

DELETE a,b,c
FROM wp_posts a
LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)
LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)
WHERE a.post_type = &#039;revision&#039;

The problem is that this code can possibly delete some wrong &#039;wp_term_relationships&#039; records...

In this table, the field &#039;object_id&#039; is *not only* dedicated to set a relationship with the posts tables, but for others too. For example, the &#039;links&#039; table can also be connected with an ID which could possibly (but quite rarely) be the same as a deleted revision.

I wish to explain the problem to you and also to see with you if the following rule I suggest is correct :

In this case, only &#039;wp_term_relationships&#039; records that are connected to a &#039;term_taxonomy&#039; which taxonomy is &#039;category&#039; should be suppressed.</description>
		<content:encoded><![CDATA[<p>I post here, because comments seems to be disabled for the following post :</p>
<p><a href="http://lesterchan.net/wordpress/2008/07/17/how-to-turn-off-post-revision-in-wordpress-26/" rel="nofollow">http://lesterchan.net/wordpress/2008/07/17/how-to-turn-off-post-revision-in-wordpress-26/</a></p>
<p>and I have an important bug to tell you about this code :</p>
<p>DELETE a,b,c<br />
FROM wp_posts a<br />
LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)<br />
LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)<br />
WHERE a.post_type = &#8216;revision&#8217;</p>
<p>The problem is that this code can possibly delete some wrong &#8216;wp_term_relationships&#8217; records&#8230;</p>
<p>In this table, the field &#8216;object_id&#8217; is *not only* dedicated to set a relationship with the posts tables, but for others too. For example, the &#8216;links&#8217; table can also be connected with an ID which could possibly (but quite rarely) be the same as a deleted revision.</p>
<p>I wish to explain the problem to you and also to see with you if the following rule I suggest is correct :</p>
<p>In this case, only &#8216;wp_term_relationships&#8217; records that are connected to a &#8216;term_taxonomy&#8217; which taxonomy is &#8216;category&#8217; should be suppressed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.3.2 &amp; 3.4 Beta 3 Released by wade</title>
		<link>http://lesterchan.net/wordpress/2012/04/21/wordpress-3-3-2-3-4-beta-3-released/comment-page-1/#comment-31989</link>
		<dc:creator>wade</dc:creator>
		<pubDate>Thu, 26 Apr 2012 12:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=347#comment-31989</guid>
		<description>this is a test</description>
		<content:encoded><![CDATA[<p>this is a test</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.4 Beta 1 by Meg</title>
		<link>http://lesterchan.net/wordpress/2012/04/05/wordpress-3-4-beta-1/comment-page-1/#comment-31833</link>
		<dc:creator>Meg</dc:creator>
		<pubDate>Thu, 12 Apr 2012 04:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=343#comment-31833</guid>
		<description>I just tried it on the Twenty Eleven theme and it worked perfectly, so I guess I must have screwed things up during a theme update. I know nothing about javascript, so I have no idea how to fix it or if there is even a fix for it. Any idea on where to go or what file the problem might be in? What I should look for?</description>
		<content:encoded><![CDATA[<p>I just tried it on the Twenty Eleven theme and it worked perfectly, so I guess I must have screwed things up during a theme update. I know nothing about javascript, so I have no idea how to fix it or if there is even a fix for it. Any idea on where to go or what file the problem might be in? What I should look for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.4 Beta 1 by Lester Chan</title>
		<link>http://lesterchan.net/wordpress/2012/04/05/wordpress-3-4-beta-1/comment-page-1/#comment-31830</link>
		<dc:creator>Lester Chan</dc:creator>
		<pubDate>Thu, 12 Apr 2012 00:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=343#comment-31830</guid>
		<description>Does it work on the default theme? Might be a Javascript conflict with your theme or plugin.</description>
		<content:encoded><![CDATA[<p>Does it work on the default theme? Might be a Javascript conflict with your theme or plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.4 Beta 1 by Meg</title>
		<link>http://lesterchan.net/wordpress/2012/04/05/wordpress-3-4-beta-1/comment-page-1/#comment-31825</link>
		<dc:creator>Meg</dc:creator>
		<pubDate>Wed, 11 Apr 2012 16:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=343#comment-31825</guid>
		<description>Also, when I try to email your posts to myself, I never get an error, but I also never get the email. It says it was successful but I never receive it.</description>
		<content:encoded><![CDATA[<p>Also, when I try to email your posts to myself, I never get an error, but I also never get the email. It says it was successful but I never receive it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.4 Beta 1 by Meg</title>
		<link>http://lesterchan.net/wordpress/2012/04/05/wordpress-3-4-beta-1/comment-page-1/#comment-31824</link>
		<dc:creator>Meg</dc:creator>
		<pubDate>Wed, 11 Apr 2012 16:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=343#comment-31824</guid>
		<description>Hi Lester -- I have a question regarding a plug in, and I know this isn&#039;t the right place to ask, but I&#039;m unable to register on your forum and so I cannot ask there, and I wasn&#039;t sure of your email so I thought this would be the next best place. 

Your WP-Email plug-in is awesome and exactly what I need, but I noticed it has stopped working. I have installed it exactly as you directed and for a while it worked, but now that I&#039;ve updated to the latest version of wordpress (not sure if this is my problem) every time someone sends an email they get an error message: &quot;Message body empty.&quot; Even when you type a message in the message box you still get the error. Is there something that can fix that or does the plug in not work with newer versions of wordpress? I have never checked my email logs until this week and noticed that emails were successful until July of 2011. That&#039;s when every email failed. I know you&#039;re busy, but if there were a way to fix this I would be so grateful.</description>
		<content:encoded><![CDATA[<p>Hi Lester &#8212; I have a question regarding a plug in, and I know this isn&#8217;t the right place to ask, but I&#8217;m unable to register on your forum and so I cannot ask there, and I wasn&#8217;t sure of your email so I thought this would be the next best place. </p>
<p>Your WP-Email plug-in is awesome and exactly what I need, but I noticed it has stopped working. I have installed it exactly as you directed and for a while it worked, but now that I&#8217;ve updated to the latest version of wordpress (not sure if this is my problem) every time someone sends an email they get an error message: &#8220;Message body empty.&#8221; Even when you type a message in the message box you still get the error. Is there something that can fix that or does the plug in not work with newer versions of wordpress? I have never checked my email logs until this week and noticed that emails were successful until July of 2011. That&#8217;s when every email failed. I know you&#8217;re busy, but if there were a way to fix this I would be so grateful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Downloads by Wordpress: opciones de plugins &#171; Gestión 2.0</title>
		<link>http://lesterchan.net/wordpress/downloads/comment-page-1/#comment-31117</link>
		<dc:creator>Wordpress: opciones de plugins &#171; Gestión 2.0</dc:creator>
		<pubDate>Tue, 07 Feb 2012 08:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/downloads/#comment-31117</guid>
		<description>[...] WordPress Download Manager:  página oficial  &#124;  demo [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Download Manager:  página oficial  |  demo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.3 by morixkoro</title>
		<link>http://lesterchan.net/wordpress/2011/12/13/wordpress-3-3/comment-page-1/#comment-31066</link>
		<dc:creator>morixkoro</dc:creator>
		<pubDate>Sat, 28 Jan 2012 00:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=335#comment-31066</guid>
		<description>good</description>
		<content:encoded><![CDATA[<p>good</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.3 RC1 by Avinash</title>
		<link>http://lesterchan.net/wordpress/2011/12/01/wordpress-3-3-rc1/comment-page-1/#comment-31061</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Thu, 26 Jan 2012 19:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=330#comment-31061</guid>
		<description>Test</description>
		<content:encoded><![CDATA[<p>Test</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.3.1 by Laurent</title>
		<link>http://lesterchan.net/wordpress/2012/01/07/wordpress-3-3-1/comment-page-1/#comment-31056</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=345#comment-31056</guid>
		<description>Hi!
Sorry to post this comment here...
I have a question about your plugin WP-PostRatings, which I found very usefull.

Would it be simple to transpose this plugin for rating comments ?

Thank you</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Sorry to post this comment here&#8230;<br />
I have a question about your plugin WP-PostRatings, which I found very usefull.</p>
<p>Would it be simple to transpose this plugin for rating comments ?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Polls Archive by What is a good image voting plugin for wordpress? &#124; uTafa</title>
		<link>http://lesterchan.net/wordpress/pollsarchive/comment-page-1/#comment-30959</link>
		<dc:creator>What is a good image voting plugin for wordpress? &#124; uTafa</dc:creator>
		<pubDate>Sun, 25 Dec 2011 07:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/polls-archive/#comment-30959</guid>
		<description>[...] lesterchan.net/wordpress/pollsarchive/ [...]</description>
		<content:encoded><![CDATA[<p>[...] lesterchan.net/wordpress/pollsarchive/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.3 by henri</title>
		<link>http://lesterchan.net/wordpress/2011/12/13/wordpress-3-3/comment-page-1/#comment-30948</link>
		<dc:creator>henri</dc:creator>
		<pubDate>Thu, 22 Dec 2011 13:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=335#comment-30948</guid>
		<description>A huge work on UI in this 3.3!</description>
		<content:encoded><![CDATA[<p>A huge work on UI in this 3.3!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.3 by gorih</title>
		<link>http://lesterchan.net/wordpress/2011/12/13/wordpress-3-3/comment-page-1/#comment-30940</link>
		<dc:creator>gorih</dc:creator>
		<pubDate>Wed, 21 Dec 2011 15:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=335#comment-30940</guid>
		<description>Probably will stay at version 3.1</description>
		<content:encoded><![CDATA[<p>Probably will stay at version 3.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.3 RC3 by Agripina</title>
		<link>http://lesterchan.net/wordpress/2011/12/12/wordpress-3-3-rc3/comment-page-1/#comment-30923</link>
		<dc:creator>Agripina</dc:creator>
		<pubDate>Sat, 17 Dec 2011 20:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=333#comment-30923</guid>
		<description>I need to say thanks very much for that job you have made in writing this blog post. I am hoping the same perfect work from you down the road too.</description>
		<content:encoded><![CDATA[<p>I need to say thanks very much for that job you have made in writing this blog post. I am hoping the same perfect work from you down the road too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.3 Beta 4 by pepe</title>
		<link>http://lesterchan.net/wordpress/2011/11/24/wordpress-3-3-beta-4/comment-page-1/#comment-30844</link>
		<dc:creator>pepe</dc:creator>
		<pubDate>Tue, 06 Dec 2011 19:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=329#comment-30844</guid>
		<description>Esto es una prueba</description>
		<content:encoded><![CDATA[<p>Esto es una prueba</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.2.1 by Kimberly</title>
		<link>http://lesterchan.net/wordpress/2011/07/13/wordpress-3-2-1/comment-page-1/#comment-30613</link>
		<dc:creator>Kimberly</dc:creator>
		<pubDate>Fri, 04 Nov 2011 17:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=322#comment-30613</guid>
		<description>Hi Lester,
I hope you can advise me! 

I&#039;m currently running WP 3.2.1 with multiple sites. I installed your WP-polls, but it only works with the root domain site. I have subdomains for my various sites as such, site1.domain.com, site2.domain.com, etc. I can create, add and view polls just fine on domain.com, but on any subdomain like site1.domain.com, I get a error message when I try to create a poll:
Error In Adding Poll &#039;TestPoll&#039;.
Error In Adding Poll&#039;s Answer &#039;1&#039;.
Error In Adding Poll&#039;s Answer &#039;2&#039;.

Going from one site to another, I don&#039;t see the polls that I was able to create on the root either. Is there anything I can do fix this so I can create polls for my different sites?

Any help is much appreciated!</description>
		<content:encoded><![CDATA[<p>Hi Lester,<br />
I hope you can advise me! </p>
<p>I&#8217;m currently running WP 3.2.1 with multiple sites. I installed your WP-polls, but it only works with the root domain site. I have subdomains for my various sites as such, site1.domain.com, site2.domain.com, etc. I can create, add and view polls just fine on domain.com, but on any subdomain like site1.domain.com, I get a error message when I try to create a poll:<br />
Error In Adding Poll &#8216;TestPoll&#8217;.<br />
Error In Adding Poll&#8217;s Answer &#8217;1&#8242;.<br />
Error In Adding Poll&#8217;s Answer &#8217;2&#8242;.</p>
<p>Going from one site to another, I don&#8217;t see the polls that I was able to create on the root either. Is there anything I can do fix this so I can create polls for my different sites?</p>
<p>Any help is much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.2.1 by Andre</title>
		<link>http://lesterchan.net/wordpress/2011/07/13/wordpress-3-2-1/comment-page-1/#comment-30577</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Thu, 27 Oct 2011 10:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=322#comment-30577</guid>
		<description>ratings</description>
		<content:encoded><![CDATA[<p>ratings</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-ShowHide 1.00 by Melissa</title>
		<link>http://lesterchan.net/wordpress/2011/04/28/wp-showhide-1-00/comment-page-1/#comment-30478</link>
		<dc:creator>Melissa</dc:creator>
		<pubDate>Wed, 12 Oct 2011 01:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=313#comment-30478</guid>
		<description>Can this be used to show/hide videos?</description>
		<content:encoded><![CDATA[<p>Can this be used to show/hide videos?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.2.1 by test</title>
		<link>http://lesterchan.net/wordpress/2011/07/13/wordpress-3-2-1/comment-page-1/#comment-30417</link>
		<dc:creator>test</dc:creator>
		<pubDate>Mon, 03 Oct 2011 03:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=322#comment-30417</guid>
		<description>ratings</description>
		<content:encoded><![CDATA[<p>ratings</p>
]]></content:encoded>
	</item>
</channel>
</rss>

