<?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"
	>
<channel>
	<title>Comments on: Move Comments</title>
	<atom:link href="http://www.dountsis.com/projects/move-comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dountsis.com</link>
	<description>Web Development &#038; Desktop Application Solutions</description>
	<pubDate>Fri, 21 Nov 2008 07:03:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: WP Plugs October 19, 2007 &#171; blog.designcreatology</title>
		<link>http://www.dountsis.com/projects/move-comments#comment-67420</link>
		<dc:creator>WP Plugs October 19, 2007 &#171; blog.designcreatology</dc:creator>
		<pubDate>Sat, 27 Sep 2008 14:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dountsis.com/projects/move-comments#comment-67420</guid>
		<description>[...] Move Comments allows comments to be moved from one page or post to another. [...]</description>
		<content:encoded><![CDATA[<p>[...] Move Comments allows comments to be moved from one page or post to another. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vemundsilje</title>
		<link>http://www.dountsis.com/projects/move-comments#comment-67396</link>
		<dc:creator>Vemundsilje</dc:creator>
		<pubDate>Mon, 01 Sep 2008 08:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dountsis.com/projects/move-comments#comment-67396</guid>
		<description>Hi, I have been here for several times now and thought to sign your guestbook. Very nice! Keep up the good work...</description>
		<content:encoded><![CDATA[<p>Hi, I have been here for several times now and thought to sign your guestbook. Very nice! Keep up the good work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John P.</title>
		<link>http://www.dountsis.com/projects/move-comments#comment-67392</link>
		<dc:creator>John P.</dc:creator>
		<pubDate>Wed, 27 Aug 2008 18:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dountsis.com/projects/move-comments#comment-67392</guid>
		<description>You're welcome ;)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome <img src='http://www.dountsis.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lika Starr</title>
		<link>http://www.dountsis.com/projects/move-comments#comment-67391</link>
		<dc:creator>Lika Starr</dc:creator>
		<pubDate>Tue, 26 Aug 2008 18:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dountsis.com/projects/move-comments#comment-67391</guid>
		<description>Awesome plugin with the above patch, thanks Jonathan</description>
		<content:encoded><![CDATA[<p>Awesome plugin with the above patch, thanks Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CLC</title>
		<link>http://www.dountsis.com/projects/move-comments#comment-67387</link>
		<dc:creator>CLC</dc:creator>
		<pubDate>Thu, 21 Aug 2008 15:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dountsis.com/projects/move-comments#comment-67387</guid>
		<description>Thanks for the plugin.  After activation, I found this feature is for admin only so I de-commented the line "	if(current_user_can('moderate_comments'))" in the movecomments.php and I got a fatal error: Call to undefined function  wp_get_current_user(). Any idea how to fix that?</description>
		<content:encoded><![CDATA[<p>Thanks for the plugin.  After activation, I found this feature is for admin only so I de-commented the line &#8221;	if(current_user_can(&#8217;moderate_comments&#8217;))&#8221; in the movecomments.php and I got a fatal error: Call to undefined function  wp_get_current_user(). Any idea how to fix that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John P.</title>
		<link>http://www.dountsis.com/projects/move-comments#comment-67381</link>
		<dc:creator>John P.</dc:creator>
		<pubDate>Wed, 13 Aug 2008 18:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dountsis.com/projects/move-comments#comment-67381</guid>
		<description>@Jonathan...good catch. Here's a simple fix to solve the revision problem. In moco_db.php, we need to modify the function get_all_posts(). Change the following:

&lt;code&gt;from $wpdb-&#62;posts
order by id desc&lt;/code&gt;

to 

&lt;code&gt;from $wpdb-&#62;posts
WHERE post_status = 'publish'
order by id desc&lt;/code&gt;

That will do the trick!</description>
		<content:encoded><![CDATA[<p>@Jonathan&#8230;good catch. Here&#8217;s a simple fix to solve the revision problem. In moco_db.php, we need to modify the function get_all_posts(). Change the following:</p>
<p><code>from $wpdb-&gt;posts<br />
order by id desc</code></p>
<p>to </p>
<p><code>from $wpdb-&gt;posts<br />
WHERE post_status = 'publish'<br />
order by id desc</code></p>
<p>That will do the trick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.dountsis.com/projects/move-comments#comment-67364</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sat, 19 Jul 2008 17:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dountsis.com/projects/move-comments#comment-67364</guid>
		<description>Thanks for the plugin, I had been planning something similar but now I
don't need to!

I just thought I'd point out a slight issue with 2.6: they've introduced
version control, which I think is a pain and will disable. However, this
means the plugin is showing up multiple posts with the same title, and if a
comment is moved to an old version, it is invisible (although it can be
moved again). This isn't your fault, but you probably need a check to make
sure the plugin only displays the current posts in the menus.</description>
		<content:encoded><![CDATA[<p>Thanks for the plugin, I had been planning something similar but now I<br />
don&#8217;t need to!</p>
<p>I just thought I&#8217;d point out a slight issue with 2.6: they&#8217;ve introduced<br />
version control, which I think is a pain and will disable. However, this<br />
means the plugin is showing up multiple posts with the same title, and if a<br />
comment is moved to an old version, it is invisible (although it can be<br />
moved again). This isn&#8217;t your fault, but you probably need a check to make<br />
sure the plugin only displays the current posts in the menus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: being (no)body &#187; m3talink for May 23rd</title>
		<link>http://www.dountsis.com/projects/move-comments#comment-50137</link>
		<dc:creator>being (no)body &#187; m3talink for May 23rd</dc:creator>
		<pubDate>Sat, 24 May 2008 00:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dountsis.com/projects/move-comments#comment-50137</guid>
		<description>[...] Apostolos Dountsis &#187; Move Comments is WordPress does not have an option to move comments between posts or pages. Move Comments is a WordPress plugin that allows comments to be moved from one page or post to another. [...]</description>
		<content:encoded><![CDATA[<p>[...] Apostolos Dountsis &raquo; Move Comments is WordPress does not have an option to move comments between posts or pages. Move Comments is a WordPress plugin that allows comments to be moved from one page or post to another. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15 Wordpress plugins that a professional blog should install &#187; Webhypes</title>
		<link>http://www.dountsis.com/projects/move-comments#comment-35637</link>
		<dc:creator>15 Wordpress plugins that a professional blog should install &#187; Webhypes</dc:creator>
		<pubDate>Mon, 18 Feb 2008 08:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dountsis.com/projects/move-comments#comment-35637</guid>
		<description>[...] Move Comments This plugin gives you the ability to move a comment from one post to another. Easier than deleting and posting it again, once it&#8217;s been placed at the wrong post. [...]</description>
		<content:encoded><![CDATA[<p>[...] Move Comments This plugin gives you the ability to move a comment from one post to another. Easier than deleting and posting it again, once it&#8217;s been placed at the wrong post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.H.</title>
		<link>http://www.dountsis.com/projects/move-comments#comment-33552</link>
		<dc:creator>A.H.</dc:creator>
		<pubDate>Fri, 08 Feb 2008 21:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dountsis.com/projects/move-comments#comment-33552</guid>
		<description>I just started a niche blog and couldn't make sense of &lt;i&gt;why&lt;/i&gt; my first commenter would leave the comment where they did. I had never realized this problem in WP before, but didn't dream there would be a plugin for moving it until I completely stumbled on your "move comments" plugin today. It worked like a charm. You've made my day! Thanks!</description>
		<content:encoded><![CDATA[<p>I just started a niche blog and couldn&#8217;t make sense of <i>why</i> my first commenter would leave the comment where they did. I had never realized this problem in WP before, but didn&#8217;t dream there would be a plugin for moving it until I completely stumbled on your &#8220;move comments&#8221; plugin today. It worked like a charm. You&#8217;ve made my day! Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
