<?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: AHP Sitewide Recent Posts plugin for WordPress MU</title>
	<atom:link href="http://www.metablog.us/blogging/ahp-recent-posts-plugin-for-wordpress-mu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metablog.us/blogging/ahp-recent-posts-plugin-for-wordpress-mu/</link>
	<description>blogging about blogging about</description>
	<lastBuildDate>Wed, 21 Jul 2010 03:59:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: aziz</title>
		<link>http://www.metablog.us/blogging/ahp-recent-posts-plugin-for-wordpress-mu/comment-page-3/#comment-195</link>
		<dc:creator>aziz</dc:creator>
		<pubDate>Mon, 05 Jul 2010 22:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.metablog.us/?p=71#comment-195</guid>
		<description>Hello folks,

I am going to be uploading the latest free version to wordpress.org shortly once my plugin is reviewed by them. This version will be free; however there will also be a paid version ($1) which will include a widget version for simpler installation. The widget version will become significantly more customizable over time than the free version, but core functionality will be the same. I will post links to the versions here once they are up and running. 

stay tuned!</description>
		<content:encoded><![CDATA[<p>Hello folks,</p>
<p>I am going to be uploading the latest free version to wordpress.org shortly once my plugin is reviewed by them. This version will be free; however there will also be a paid version ($1) which will include a widget version for simpler installation. The widget version will become significantly more customizable over time than the free version, but core functionality will be the same. I will post links to the versions here once they are up and running. </p>
<p>stay tuned!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aziz Poonawalla</title>
		<link>http://www.metablog.us/blogging/ahp-recent-posts-plugin-for-wordpress-mu/comment-page-3/#comment-194</link>
		<dc:creator>Aziz Poonawalla</dc:creator>
		<pubDate>Sat, 19 Jun 2010 04:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.metablog.us/?p=71#comment-194</guid>
		<description>Hello all,

I am about to shortly release v 0.8 which incorporates almost all teh changes and patches suggested above. Thank you to buzz_lightyear (19), IdaWebCo (25), Angelo (59), Ray (72), Alexandria (86) for your help in improving thi splugin! I will post the updated version shortly. 

Note - the plugin does not show multiple posts per user partly by design; this way more prolific authors won&#039;t dominate the output. But technically to implement that you&#039;d need a meta-index of all posts which is not available in the standard WP database, though there is a (not free) plugin called &lt;a href=&quot;http://premium.wpmudev.org/project/post-indexer?ref=azizhp-6809&quot; rel=&quot;nofollow&quot;&gt;Post Indexer&lt;/a&gt; available from WPMU that would let you do that. I prefer the way the plugin works as present and have no plans to introduce multiple posts; I might create an alternate version of the plugin later that uses the meta table from Posts Indexer, but thats lower priority for me right now. 

Dave (38) - thats odd. it may be because the image is counted as part of the xcerpt. I will have to look at that.

Martin (47) - I think Alexandria (86) solved that problem - I&#039;ve included it.

Dan (52) - pagination hadnt really ocurred to me, since I never imagined you&#039;d use it for 300 post output :) The output is a simple list right now, so pagination might be prety hard. I&#039;ll have to look into it,, but since thats a pretty extreme use case, i cant promise. 

Mio (53) - you should be able to put the function call anywhere in your theme, not necessarily just the sidebar. You need to be able to edit your theme files, though. 

Will (54) - I&#039;m not exactly sure what you mean. Do you have an apostrophe in that blog name? the escaping might nbe the default behavior. 

Nate (56) and Roman (65) - limiting to just one blog requires editing the SQL query, see comment by  Darren #62 above. 

werner (96) and seeley (97) - the part that strips htm is near the end where $thiscontent is defined and theer are calls to preg_replace and strip_tags. you can comment those lines out.</description>
		<content:encoded><![CDATA[<p>Hello all,</p>
<p>I am about to shortly release v 0.8 which incorporates almost all teh changes and patches suggested above. Thank you to buzz_lightyear (19), IdaWebCo (25), Angelo (59), Ray (72), Alexandria (86) for your help in improving thi splugin! I will post the updated version shortly. </p>
<p>Note &#8211; the plugin does not show multiple posts per user partly by design; this way more prolific authors won&#8217;t dominate the output. But technically to implement that you&#8217;d need a meta-index of all posts which is not available in the standard WP database, though there is a (not free) plugin called <a href="http://premium.wpmudev.org/project/post-indexer?ref=azizhp-6809" rel="nofollow">Post Indexer</a> available from WPMU that would let you do that. I prefer the way the plugin works as present and have no plans to introduce multiple posts; I might create an alternate version of the plugin later that uses the meta table from Posts Indexer, but thats lower priority for me right now. </p>
<p>Dave (38) &#8211; thats odd. it may be because the image is counted as part of the xcerpt. I will have to look at that.</p>
<p>Martin (47) &#8211; I think Alexandria (86) solved that problem &#8211; I&#8217;ve included it.</p>
<p>Dan (52) &#8211; pagination hadnt really ocurred to me, since I never imagined you&#8217;d use it for 300 post output <img src='http://www.metablog.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The output is a simple list right now, so pagination might be prety hard. I&#8217;ll have to look into it,, but since thats a pretty extreme use case, i cant promise. </p>
<p>Mio (53) &#8211; you should be able to put the function call anywhere in your theme, not necessarily just the sidebar. You need to be able to edit your theme files, though. </p>
<p>Will (54) &#8211; I&#8217;m not exactly sure what you mean. Do you have an apostrophe in that blog name? the escaping might nbe the default behavior. </p>
<p>Nate (56) and Roman (65) &#8211; limiting to just one blog requires editing the SQL query, see comment by  Darren #62 above. </p>
<p>werner (96) and seeley (97) &#8211; the part that strips htm is near the end where $thiscontent is defined and theer are calls to preg_replace and strip_tags. you can comment those lines out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rune</title>
		<link>http://www.metablog.us/blogging/ahp-recent-posts-plugin-for-wordpress-mu/comment-page-3/#comment-193</link>
		<dc:creator>Rune</dc:creator>
		<pubDate>Fri, 18 Jun 2010 12:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.metablog.us/?p=71#comment-193</guid>
		<description>Hello.
I&#039;ve been looking around for the shortcode syntax to put this plugin to work on a wordpress site. 
I&#039;m wondering if I&#039;m starting to go blind, cause I can&#039;t seem to find it anywhere. :)</description>
		<content:encoded><![CDATA[<p>Hello.<br />
I&#8217;ve been looking around for the shortcode syntax to put this plugin to work on a wordpress site.<br />
I&#8217;m wondering if I&#8217;m starting to go blind, cause I can&#8217;t seem to find it anywhere. <img src='http://www.metablog.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.metablog.us/blogging/ahp-recent-posts-plugin-for-wordpress-mu/comment-page-3/#comment-192</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 30 Apr 2010 14:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.metablog.us/?p=71#comment-192</guid>
		<description>Is there any way to strip the [caption] out of the excerpt?

Otherwise, the plugin works great.  It&#039;s the best plugin I&#039;ve seen for site like mine that has blogs grouped together.</description>
		<content:encoded><![CDATA[<p>Is there any way to strip the [caption] out of the excerpt?</p>
<p>Otherwise, the plugin works great.  It&#8217;s the best plugin I&#8217;ve seen for site like mine that has blogs grouped together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jishi Samuel</title>
		<link>http://www.metablog.us/blogging/ahp-recent-posts-plugin-for-wordpress-mu/comment-page-3/#comment-191</link>
		<dc:creator>Jishi Samuel</dc:creator>
		<pubDate>Tue, 20 Apr 2010 10:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.metablog.us/?p=71#comment-191</guid>
		<description>Dear Aziz, This is a wonderful work done by you. Thanks a lot for sharing this. Is there any way i can get n number of recent posts from a particular blog on my main blog? and if possible n number of posts belonging to a particular category from a particular blog. I wish to have multiple blocks like this on the main blog home page. Please advise...</description>
		<content:encoded><![CDATA[<p>Dear Aziz, This is a wonderful work done by you. Thanks a lot for sharing this. Is there any way i can get n number of recent posts from a particular blog on my main blog? and if possible n number of posts belonging to a particular category from a particular blog. I wish to have multiple blocks like this on the main blog home page. Please advise&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.metablog.us/blogging/ahp-recent-posts-plugin-for-wordpress-mu/comment-page-3/#comment-190</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sat, 13 Mar 2010 12:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.metablog.us/?p=71#comment-190</guid>
		<description>We have the Problem from Roman to. 
How work the plugin with multi-db?</description>
		<content:encoded><![CDATA[<p>We have the Problem from Roman to.<br />
How work the plugin with multi-db?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://www.metablog.us/blogging/ahp-recent-posts-plugin-for-wordpress-mu/comment-page-3/#comment-189</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Mon, 01 Mar 2010 21:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.metablog.us/?p=71#comment-189</guid>
		<description>Hi!

We using this plugin in MU...

witch tables do we have to create for DB (how to change db-config.php) if we are using multi-db plugin???
 Or we don&#039;t need to make any changes???</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>We using this plugin in MU&#8230;</p>
<p>witch tables do we have to create for DB (how to change db-config.php) if we are using multi-db plugin???<br />
 Or we don&#8217;t need to make any changes???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://www.metablog.us/blogging/ahp-recent-posts-plugin-for-wordpress-mu/comment-page-2/#comment-186</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Thu, 11 Feb 2010 14:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.metablog.us/?p=71#comment-186</guid>
		<description>Nice script, but for some reason on my page tekst  is always on next line after avatar... 

How to make this tekst showing next after avatar?? Same line with avatar, but on right side after avatar

Thank you!</description>
		<content:encoded><![CDATA[<p>Nice script, but for some reason on my page tekst  is always on next line after avatar&#8230; </p>
<p>How to make this tekst showing next after avatar?? Same line with avatar, but on right side after avatar</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: werner</title>
		<link>http://www.metablog.us/blogging/ahp-recent-posts-plugin-for-wordpress-mu/comment-page-2/#comment-185</link>
		<dc:creator>werner</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.metablog.us/?p=71#comment-185</guid>
		<description>@chris: sadly there is no strip_tags function in the version 0.6.1 ...</description>
		<content:encoded><![CDATA[<p>@chris: sadly there is no strip_tags function in the version 0.6.1 &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.metablog.us/blogging/ahp-recent-posts-plugin-for-wordpress-mu/comment-page-2/#comment-184</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.metablog.us/?p=71#comment-184</guid>
		<description>Look for strip_tags to get rid of the HTML stripping.</description>
		<content:encoded><![CDATA[<p>Look for strip_tags to get rid of the HTML stripping.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
