<?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: mceComments 0.4.6</title>
	<atom:link href="http://mk.netgenes.org/archives/943/feed/" rel="self" type="application/rss+xml" />
	<link>http://mk.netgenes.org/archives/943/</link>
	<description>Statcounter 和 Feedburner 是用來提醒我這裡有多荒涼的</description>
	<lastBuildDate>Mon, 23 Jan 2012 15:38:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mk</title>
		<link>http://mk.netgenes.org/archives/943/comment-page-1/#comment-17388</link>
		<dc:creator>mk</dc:creator>
		<pubDate>Sun, 29 Mar 2009 17:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/?p=943#comment-17388</guid>
		<description>@Kesepian Sorry for my late reply. I have never met with that problem before... COuld you also list what other comment related plugins installed on your WordPress?</description>
		<content:encoded><![CDATA[<p>@Kesepian Sorry for my late reply. I have never met with that problem before&#8230; COuld you also list what other comment related plugins installed on your WordPress?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kesepian</title>
		<link>http://mk.netgenes.org/archives/943/comment-page-1/#comment-17380</link>
		<dc:creator>Kesepian</dc:creator>
		<pubDate>Tue, 24 Mar 2009 14:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/?p=943#comment-17380</guid>
		<description>After installing your comments plugin I see this annoying popup: if I write a comment and click on Send a pop-up appears saying ~This is not a comment~ I click OK in it, and click Send button again and the comment is published. Did someone else reported this problem too?</description>
		<content:encoded><![CDATA[<p>After installing your comments plugin I see this annoying popup: if I write a comment and click on Send a pop-up appears saying ~This is not a comment~ I click OK in it, and click Send button again and the comment is published. Did someone else reported this problem too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://mk.netgenes.org/archives/943/comment-page-1/#comment-17333</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 17 Feb 2009 02:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/?p=943#comment-17333</guid>
		<description>Hi,
I agree with everyone, this is a very nice pug-in; very clean and intuitive. TY!

I was wondering if anyone was experienced general screen refreshing lag times since installing this plug-in?

TY!
Mark</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I agree with everyone, this is a very nice pug-in; very clean and intuitive. TY!</p>
<p>I was wondering if anyone was experienced general screen refreshing lag times since installing this plug-in?</p>
<p>TY!<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joris</title>
		<link>http://mk.netgenes.org/archives/943/comment-page-1/#comment-17332</link>
		<dc:creator>Joris</dc:creator>
		<pubDate>Tue, 17 Feb 2009 01:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/?p=943#comment-17332</guid>
		<description>I really love your plugin, but somehow the reason for what I wanted to use it is not working. When guests try to add html to the comment it doesn;t show up. SO they are not able to post for example a youtube video...

Do you know what I can do about it?</description>
		<content:encoded><![CDATA[<p>I really love your plugin, but somehow the reason for what I wanted to use it is not working. When guests try to add html to the comment it doesn;t show up. SO they are not able to post for example a youtube video&#8230;</p>
<p>Do you know what I can do about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://mk.netgenes.org/archives/943/comment-page-1/#comment-17330</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 15 Feb 2009 13:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/?p=943#comment-17330</guid>
		<description>Mystery solved. WordPress changed the way the logout url is generated, and this affected third-party themes such as the one I&#039;m using. I need to use the following method:

&lt;code&gt;&lt;?php echo wp_logout_url(get_permalink()); ?&gt;&lt;/code&gt;
Damn WordPress! If it ain&#039;t broke, don&#039;t fix it!!! </description>
		<content:encoded><![CDATA[<p>Mystery solved. WordPress changed the way the logout url is generated, and this affected third-party themes such as the one I&#8217;m using. I need to use the following method:</p>
<p><code>&lt;?php echo wp_logout_url(get_permalink()); ?&gt;</code><br />
Damn WordPress! If it ain&#8217;t broke, don&#8217;t fix it!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://mk.netgenes.org/archives/943/comment-page-1/#comment-17328</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 15 Feb 2009 05:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/?p=943#comment-17328</guid>
		<description>It appears to me that the problem is associated with the &#039;nonce&#039;. If you logout from the admin page, it works because of &#039;&amp;_wpnonce=&lt;some number&gt;&#039; appended to &#039;/wp_login.php?action=logout&#039;. But if you try to logout from the MCEComment, there is no _wpnonce specified and appended to the wp_login.php command. It&#039;s not a question of tinkering with WordPress login, but of making sure you&#039;re using the nonce.</description>
		<content:encoded><![CDATA[<p>It appears to me that the problem is associated with the &#8216;nonce&#8217;. If you logout from the admin page, it works because of &#8216;&amp;_wpnonce=&lt;some number&gt;&#8217; appended to &#8216;/wp_login.php?action=logout&#8217;. But if you try to logout from the MCEComment, there is no _wpnonce specified and appended to the wp_login.php command. It&#8217;s not a question of tinkering with WordPress login, but of making sure you&#8217;re using the nonce.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mk</title>
		<link>http://mk.netgenes.org/archives/943/comment-page-1/#comment-17326</link>
		<dc:creator>mk</dc:creator>
		<pubDate>Sat, 14 Feb 2009 03:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/?p=943#comment-17326</guid>
		<description>Hello, but mceComments doesn&#039;t tinker WordPress login sessions... And most importantly, my WordPress is fine!</description>
		<content:encoded><![CDATA[<p>Hello, but mceComments doesn&#8217;t tinker WordPress login sessions&#8230; And most importantly, my WordPress is fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://mk.netgenes.org/archives/943/comment-page-1/#comment-17325</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 13 Feb 2009 16:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/?p=943#comment-17325</guid>
		<description>I just upgraded WordPress to 2.7.1. However, MCEComments 0.4.6-1 will no longer let me logout. Whenever I click on &#039;Logout&#039;, it gives me the error message:


You are attempting to log out of &lt;name of blog&gt;



&lt;a href=&quot;http://goodsexnetwork.com/wordpress2/2009/02/an-invitation-to-illumination/&quot; rel=&quot;nofollow&quot;&gt;Please try again.&lt;/a&gt;



It is such an obvious bug, I&#039;m shocked that no one else has reported it.
</description>
		<content:encoded><![CDATA[<p>I just upgraded WordPress to 2.7.1. However, MCEComments 0.4.6-1 will no longer let me logout. Whenever I click on &#8216;Logout&#8217;, it gives me the error message:</p>
<p>You are attempting to log out of &lt;name of blog&gt;</p>
<p><a href="http://goodsexnetwork.com/wordpress2/2009/02/an-invitation-to-illumination/" rel="nofollow">Please try again.</a></p>
<p>It is such an obvious bug, I&#8217;m shocked that no one else has reported it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://mk.netgenes.org/archives/943/comment-page-1/#comment-17314</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 05 Feb 2009 02:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/?p=943#comment-17314</guid>
		<description>Thanks for the reply mk, the problem with people typing out their html is not on my site it&#039;s on a client site, so I will try to make a note at the comments box to please use the buttons, not html code. Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply mk, the problem with people typing out their html is not on my site it&#8217;s on a client site, so I will try to make a note at the comments box to please use the buttons, not html code. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ibuffalo</title>
		<link>http://mk.netgenes.org/archives/943/comment-page-1/#comment-17311</link>
		<dc:creator>ibuffalo</dc:creator>
		<pubDate>Mon, 02 Feb 2009 12:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://mk.netgenes.org/?p=943#comment-17311</guid>
		<description>&lt;strong&gt;&lt;em&gt;your plugin is good. I love it. but it may not co-work with smiley plugins together, such as mg12&#039;s plugin, highslide4wp. I do not know why? do you know the answer. thanks.&lt;/em&gt;&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong><em>your plugin is good. I love it. but it may not co-work with smiley plugins together, such as mg12&#8242;s plugin, highslide4wp. I do not know why? do you know the answer. thanks.</em></strong></p>
]]></content:encoded>
	</item>
</channel>
</rss>

