<?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: WPMU Power Tools</title>
	<atom:link href="http://wpmu.org/wpmu-power-tools-plugi/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmu.org/wpmu-power-tools-plugi/</link>
	<description>WordPress, Multisite &#38; BuddyPress plugins, themes, news and reviews and special offers from the team at WPMU.org</description>
	<lastBuildDate>Thu, 24 May 2012 23:56:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ramon</title>
		<link>http://wpmu.org/wpmu-power-tools-plugi/#comment-1617</link>
		<dc:creator>Ramon</dc:creator>
		<pubDate>Fri, 05 Dec 2008 22:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=390#comment-1617</guid>
		<description>I&#039;m a complete php noob...   could somebody kindly give me some advice on how would the code look for adding categories to all blogs on using the Power tools plugin?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>I&#8217;m a complete php noob&#8230;   could somebody kindly give me some advice on how would the code look for adding categories to all blogs on using the Power tools plugin?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boonika</title>
		<link>http://wpmu.org/wpmu-power-tools-plugi/#comment-1257</link>
		<dc:creator>Boonika</dc:creator>
		<pubDate>Mon, 20 Oct 2008 20:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=390#comment-1257</guid>
		<description>This is just great...</description>
		<content:encoded><![CDATA[<p>This is just great&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrBrian</title>
		<link>http://wpmu.org/wpmu-power-tools-plugi/#comment-1250</link>
		<dc:creator>MrBrian</dc:creator>
		<pubDate>Sat, 18 Oct 2008 21:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=390#comment-1250</guid>
		<description>For default links, you can use this code:

&lt;code&gt;wp_delete_link( 1 ); //delete Wordpress.com blogroll link
wp_delete_link( 2 ); //delete Wordpress.org blogroll link
wp_insert_link( array(&#039;link_name&#039; =&gt; $current_site-&gt;domain, &#039;link_url&#039; =&gt; &#039;http://&#039; . $current_site-&gt;domain . $current_site-&gt;path) );&lt;/code&gt;

This will delete the default blogroll links and add a link to your WPMU site - modify as needed. You will also need permanent plugin code such as in &lt;a href=&quot;http://plugins.paidtoblog.com/wpmu-blog-defaults/&quot; rel=&quot;nofollow&quot;&gt;WPMU Blog Defaults&lt;/a&gt; to apply the change to new blogs.</description>
		<content:encoded><![CDATA[<p>For default links, you can use this code:</p>
<p><code>wp_delete_link( 1 ); //delete WordPress.com blogroll link<br />
wp_delete_link( 2 ); //delete WordPress.org blogroll link<br />
wp_insert_link( array('link_name' =&gt; $current_site-&gt;domain, 'link_url' =&gt; 'http://' . $current_site-&gt;domain . $current_site-&gt;path) );</code></p>
<p>This will delete the default blogroll links and add a link to your WPMU site &#8211; modify as needed. You will also need permanent plugin code such as in <a href="http://plugins.paidtoblog.com/wpmu-blog-defaults/" rel="nofollow">WPMU Blog Defaults</a> to apply the change to new blogs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forum enseignant</title>
		<link>http://wpmu.org/wpmu-power-tools-plugi/#comment-1151</link>
		<dc:creator>Forum enseignant</dc:creator>
		<pubDate>Tue, 07 Oct 2008 18:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=390#comment-1151</guid>
		<description>And how can we do for default links ?</description>
		<content:encoded><![CDATA[<p>And how can we do for default links ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ovidiu</title>
		<link>http://wpmu.org/wpmu-power-tools-plugi/#comment-1095</link>
		<dc:creator>ovidiu</dc:creator>
		<pubDate>Fri, 03 Oct 2008 06:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=390#comment-1095</guid>
		<description>hmm...

my config looks like:

$primary_feed_url = &#039;http://zice.ro/feed/&#039;;
$primary_feed_title = &#039;Ultimele noutati de pe zice.ro&#039;;
$secondary_feed_url = &#039;http://zice.ro/sitewide-feed/&#039;;
$secondary_feed_title = &#039;Ultimele articole din comunitate&#039;;

and only newly created blogs have their feeds changed. Old blogs are still stuck with the default wordpress dashboard feeds.</description>
		<content:encoded><![CDATA[<p>hmm&#8230;</p>
<p>my config looks like:</p>
<p>$primary_feed_url = &#8216;http://zice.ro/feed/&#8217;;<br />
$primary_feed_title = &#8216;Ultimele noutati de pe zice.ro&#8217;;<br />
$secondary_feed_url = &#8216;http://zice.ro/sitewide-feed/&#8217;;<br />
$secondary_feed_title = &#8216;Ultimele articole din comunitate&#8217;;</p>
<p>and only newly created blogs have their feeds changed. Old blogs are still stuck with the default wordpress dashboard feeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrBrian</title>
		<link>http://wpmu.org/wpmu-power-tools-plugi/#comment-1091</link>
		<dc:creator>MrBrian</dc:creator>
		<pubDate>Thu, 02 Oct 2008 20:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=390#comment-1091</guid>
		<description>Stick this chunk of code in the executor and run it once:

&lt;code&gt;update_site_option(&#039;primary_dashboard_feed_url&#039;,$primary_feed_url);
update_site_option(&#039;primary_dashboard_feed_title&#039;,$primary_feed_title);
update_site_option(&#039;secondary_dashboard_feed_url&#039;,$secondary_feed_url);
update_site_option(&#039;secondary_dashboard_feed_title&#039;,$secondary_feed_title);&lt;/code&gt;

Edit: Actually, you shouldn&#039;t need to do anything. The dashboard feeds plugin should already apply the new feeds for all blogs, even old ones, because it uses wordpress filters.</description>
		<content:encoded><![CDATA[<p>Stick this chunk of code in the executor and run it once:</p>
<p><code>update_site_option('primary_dashboard_feed_url',$primary_feed_url);<br />
update_site_option('primary_dashboard_feed_title',$primary_feed_title);<br />
update_site_option('secondary_dashboard_feed_url',$secondary_feed_url);<br />
update_site_option('secondary_dashboard_feed_title',$secondary_feed_title);</code></p>
<p>Edit: Actually, you shouldn&#8217;t need to do anything. The dashboard feeds plugin should already apply the new feeds for all blogs, even old ones, because it uses wordpress filters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ovidiu</title>
		<link>http://wpmu.org/wpmu-power-tools-plugi/#comment-1090</link>
		<dc:creator>ovidiu</dc:creator>
		<pubDate>Thu, 02 Oct 2008 20:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=390#comment-1090</guid>
		<description>its the dashboard feeds plugin from the premium.wpmudev.org site. I saw you psoted there too, so you must have an account :-)

the link will only work if you&#039;re logged in: h**p://premium.wpmudev.org/project/dashboard-feeds</description>
		<content:encoded><![CDATA[<p>its the dashboard feeds plugin from the premium.wpmudev.org site. I saw you psoted there too, so you must have an account :-)</p>
<p>the link will only work if you&#8217;re logged in: h**p://premium.wpmudev.org/project/dashboard-feeds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrBrian</title>
		<link>http://wpmu.org/wpmu-power-tools-plugi/#comment-1089</link>
		<dc:creator>MrBrian</dc:creator>
		<pubDate>Thu, 02 Oct 2008 20:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=390#comment-1089</guid>
		<description>If you link me to that plugin, I can probably pull out the code that you can insert into the executor so that all the old blogs have the new feed settings.</description>
		<content:encoded><![CDATA[<p>If you link me to that plugin, I can probably pull out the code that you can insert into the executor so that all the old blogs have the new feed settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ovidiu</title>
		<link>http://wpmu.org/wpmu-power-tools-plugi/#comment-1088</link>
		<dc:creator>ovidiu</dc:creator>
		<pubDate>Thu, 02 Oct 2008 20:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=390#comment-1088</guid>
		<description>how about a code, that runs through all blogs, and set new feeds for the 2 feeds inside the dashboard? I know there is now a plugin to set other feeds for enw blogs, but my old blogs, still have the old feeds :-)

otherwise great plugin :-)</description>
		<content:encoded><![CDATA[<p>how about a code, that runs through all blogs, and set new feeds for the 2 feeds inside the dashboard? I know there is now a plugin to set other feeds for enw blogs, but my old blogs, still have the old feeds :-)</p>
<p>otherwise great plugin :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

