<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>WPMU Tutorials</title>
	
	<link>http://wpmututorials.com</link>
	<description>WordPressMU how to - tips, hints, tricks and explainations for multiple blogs in WordPress</description>
	<lastBuildDate>Tue, 29 Dec 2009 04:43:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WpmuTutorials" /><feedburner:emailServiceId>WpmuTutorials</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Scaling WordPress MU with multiple databases</title>
		<link>http://feedproxy.google.com/~r/WpmuTutorials/~3/xEUmRK6Z8TY/</link>
		<comments>http://wpmututorials.com/plugins/shardb/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 04:43:41 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[shard]]></category>
		<category><![CDATA[wordpressmu]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=217</guid>
		<description><![CDATA[Our larger WordPress MU install, Homeschool Journal has been running on multiple databases for about 3 years. Technically, it&#8217;s possible to have thousands of blogs in a single database install. Usually where people running MU start to have issues with the number of blogs is with getting complete backups of the database. 
Upgrades with multiple [...]]]></description>
			<content:encoded><![CDATA[<p>Our larger <a href="http://mu.wordpress.org">WordPress MU</a> install, <a href="http://homeschooljournal.net">Homeschool Journal</a> has been running on multiple databases for about 3 years. Technically, it&#8217;s possible to have thousands of blogs in a single database install. Usually where people running MU start to have issues with the number of blogs is with getting complete backups of the database. </p>
<p>Upgrades with multiple databases have always been more work and many people running multiple databases typically did not upgrade until the .1 release of whatever version of MU. When I upgraded Homeschool Journal to MU 2.7.1, it was two weeks before I had found and repaired all of the database issues (via several plugins). I decided I wasn&#8217;t going to go through that again. </p>
<p>With the number of blogs at <a href="http://wordpress.com">WordPress.com</a>, <a href="http://automattic.com">Automattic</a> must be using a database plugin that supports WordPress MU better. So, over a couple of weekends, I tweaked <a href="http://wordpress.org/extend/hyperdb/">HyperDB</a> to use the same MD5 hash based sharding structure that we were using. </p>
<p>I released <a href="http://wordpress.org/extend/plugins/shardb/">SharDB (Download)</a> last week as a beta release intended for larger WordPress MU installs using an existing 1-3 character MD5 hash (by blog id) based multi-database sharding structure. (Other structures will be added in early 2010.) The alpha testing of SharDB was carried out this fall with the help of a few people who I knew were using the same multi-database that we were. SharDB has been powering live sites since early October.</p>
<p>SharDB has been tested with over 50 plugins including BuddyPress 1.1 through 1.1.3, domain mapping (both Donncha&#8217;s and my version) and my multi-site plugin. I have not found any issues with any of the tested plugins. It should support any plugin that accesses data via the $wpdb object. It has been used to upgrade live sites from 2.7.1 through to 2.8.6 and I&#8217;ve upgraded a test site to the WordPress MU 2.9 release candidate tagged 2009/12/21. (Note: I used the plugin in <a href="http://wpmututorials.com/news/mu-2-9-beta/">this post</a> to create the commentmeta tables before updating MU from 2.8.6 to 2.9RC.)</p>
<p>One of the features that I really like about SharDB is that I don&#8217;t need to edit the database config when adding plugins (a feature inherited from HyperDB). Also, I haven&#8217;t had issues with plugins failing to create tables. As an added bonus, I added a handy column to the site admin blog screen so that you can see which database a blog&#8217;s tables are in.</p>
<ul class="related_post">
<li>September 24, 2009 &#8212; <a href="http://wpmututorials.com/how-to/change-the-domain/" title="Changing the domain">Changing the domain (6)</a></li>
<li>December 27, 2009 &#8212; <a href="http://wpmututorials.com/news/merge-news-and-buddypress-awesomeness/" title="Merge news and Buddypress awesomeness">Merge news and Buddypress awesomeness (6)</a></li>
<li>December 16, 2009 &#8212; <a href="http://wpmututorials.com/plugins/bulk-import-users/" title="Bulk Import Users">Bulk Import Users (2)</a></li>
<li>December 11, 2009 &#8212; <a href="http://wpmututorials.com/elsewhere/wpmu-default-user-role/" title="WPMU Default User Role">WPMU Default User Role (1)</a></li>
<li>December 9, 2009 &#8212; <a href="http://wpmututorials.com/how-to/twitter-digest/" title="Twitter Digest">Twitter Digest (4)</a></li>
</ul>
&nbsp; <hr />
<p><small>© ahome for <a href="http://wpmututorials.com">WPMU Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/plugins/shardb/">Permalink</a> |
<a href="http://wpmututorials.com/plugins/shardb/#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/plugins/shardb/&title=Scaling WordPress MU with multiple databases">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/database/" rel="tag">database</a>, <a href="http://wpmututorials.com/tag/multiple/" rel="tag">multiple</a>, <a href="http://wpmututorials.com/tag/shard/" rel="tag">shard</a>, <a href="http://wpmututorials.com/tag/wordpressmu/" rel="tag">wordpressmu</a>, <a href="http://wpmututorials.com/tag/wpmu/" rel="tag">wpmu</a><br/>
</small></p>
<p>Need real genuine helpful support? <a href="http://musupport.net">MU Support</a>.</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=xEUmRK6Z8TY:kjysbCE2BT0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=xEUmRK6Z8TY:kjysbCE2BT0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=xEUmRK6Z8TY:kjysbCE2BT0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=xEUmRK6Z8TY:kjysbCE2BT0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=xEUmRK6Z8TY:kjysbCE2BT0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=xEUmRK6Z8TY:kjysbCE2BT0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=xEUmRK6Z8TY:kjysbCE2BT0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=xEUmRK6Z8TY:kjysbCE2BT0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=xEUmRK6Z8TY:kjysbCE2BT0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=xEUmRK6Z8TY:kjysbCE2BT0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=xEUmRK6Z8TY:kjysbCE2BT0:Miiyz6yFTis"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=Miiyz6yFTis" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WpmuTutorials/~4/xEUmRK6Z8TY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/plugins/shardb/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://wpmututorials.com/plugins/shardb/</feedburner:origLink></item>
		<item>
		<title>Merge news and Buddypress awesomeness</title>
		<link>http://feedproxy.google.com/~r/WpmuTutorials/~3/RkGhJCGb2FI/</link>
		<comments>http://wpmututorials.com/news/merge-news-and-buddypress-awesomeness/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 18:37:21 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[dev chat]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpressmu]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=333</guid>
		<description><![CDATA[Hope you guys all had a wonderful holiday. We took some much needed time off. Onward to the good stuff!
Now that WordPress 2.9 is out the door, the dev team (Donncha, plus the regular WordPress team) can start working on 3.0, where the merge of wpmu will be rolled in. In case you missed it, [...]]]></description>
			<content:encoded><![CDATA[<p>Hope you guys all had a wonderful holiday. We took some much needed time off. Onward to the good stuff!</p>
<p>Now that WordPress 2.9 is out the door, the dev team (Donncha, plus the regular WordPress team) can start working on 3.0, where the merge of <a href="http://mu.wordpress.org">wpmu</a> will be rolled in. In case you missed it, Jane has <a href="http://wordpress.org/development/2009/12/setting-scope/">called for suggestions</a> of anything else you would like to see, and <a href="http://wordpress.org/support/topic/345127">set up a forum thread</a> for anyone to participate in.</p>
<p>There are also the <a href="http://wpdevel.wordpress.com/2009/12/23/since-in-the-last-dev-chat-we-agreed-to/">weekly dev chats</a>, except the next one has a bit of holiday break. <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  If you want to have a say, or just read along in the chat, tune in to the IRC channel on January 7th. It&#8217;s at irc.freenode.net in the #wordpress-dev channel, Thursdays @ 21:00 UTC. Likely, Jeffro at <a href="http://wptavern.com">WPTavern</a> will recap it as well &#8211; he&#8217;s pretty good at that. Since the release cycle is now being aimed at 3 times a year, it looks likely a release in March for 3.0 (<a href="http://twitter.com/janeforshort/status/7042924642">tip here</a>). And if you really want to see what&#8217;s happening code-wise, of course pay attention to both tracs. (<a href="http://core.trac.wordpress.org/browser/trunk">WordPress</a> &amp; <a href="http://trac.mu.wordpress.org/browser/trunk">MU</a>) At some not-yet-determined point, they will merge the MU one right into core.</p>
<p>If you have any questions or concerns about the merge itself, it would be best to follow the WordPress dev blog, the developer chats, and the twitter accounts of <a href="http://twitter.com/janeforshort/">janeforshort</a> and <a href="http://twitter.com/andrea_r">me</a>, since we&#8217;re both interested in passing on the news to all.</p>
<p>The goodies kept coming out over the holidays, too. First, the <a href="http://wordpress.org/extend/plugins/safecss/">wordpress.com custom css plugin</a>, and then the <a href="http://wordpress.org/extend/plugins/wickett-twitter-widget/">Wickett Twitter Widget</a>.</p>
<p>And? Andy checked in <a href="http://trac.buddypress.org/changeset/2209/">single WordPress support into the Buddypress trac</a>. Still needs testing, so have at it.
<ul class="related_post">
<li>November 22, 2009 &#8212; <a href="http://wpmututorials.com/themes/buddymatic-theme-framework/" title="Buddymatic Theme Framework">Buddymatic Theme Framework (8)</a></li>
<li>December 9, 2009 &#8212; <a href="http://wpmututorials.com/how-to/twitter-digest/" title="Twitter Digest">Twitter Digest (4)</a></li>
<li>November 30, 2009 &#8212; <a href="http://wpmututorials.com/elsewhere/free-buddypress-themes/" title="Free BuddyPress themes">Free BuddyPress themes (1)</a></li>
<li>November 26, 2009 &#8212; <a href="http://wpmututorials.com/elsewhere/facebook-dashboard-widget-update/" title="Facebook Dashboard Widget Update">Facebook Dashboard Widget Update (0)</a></li>
<li>October 19, 2009 &#8212; <a href="http://wpmututorials.com/news/wordcamp-new-york/" title="WordCamp New York">WordCamp New York (1)</a></li>
</ul>
&nbsp; <hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WPMU Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/news/merge-news-and-buddypress-awesomeness/">Permalink</a> |
<a href="http://wpmututorials.com/news/merge-news-and-buddypress-awesomeness/#comments">6 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/news/merge-news-and-buddypress-awesomeness/&title=Merge news and Buddypress awesomeness">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/buddypress/" rel="tag">buddypress</a>, <a href="http://wpmututorials.com/tag/dev-chat/" rel="tag">dev chat</a>, <a href="http://wpmututorials.com/tag/merge/" rel="tag">merge</a>, <a href="http://wpmututorials.com/tag/wordpress/" rel="tag">wordpress</a>, <a href="http://wpmututorials.com/tag/wordpressmu/" rel="tag">wordpressmu</a>, <a href="http://wpmututorials.com/tag/wpmu/" rel="tag">wpmu</a><br/>
</small></p>
<p>Need real genuine helpful support? <a href="http://musupport.net">MU Support</a>.</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=RkGhJCGb2FI:j_hDD6a-DnQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=RkGhJCGb2FI:j_hDD6a-DnQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=RkGhJCGb2FI:j_hDD6a-DnQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=RkGhJCGb2FI:j_hDD6a-DnQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=RkGhJCGb2FI:j_hDD6a-DnQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=RkGhJCGb2FI:j_hDD6a-DnQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=RkGhJCGb2FI:j_hDD6a-DnQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=RkGhJCGb2FI:j_hDD6a-DnQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=RkGhJCGb2FI:j_hDD6a-DnQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=RkGhJCGb2FI:j_hDD6a-DnQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=RkGhJCGb2FI:j_hDD6a-DnQ:Miiyz6yFTis"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=Miiyz6yFTis" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WpmuTutorials/~4/RkGhJCGb2FI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/news/merge-news-and-buddypress-awesomeness/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://wpmututorials.com/news/merge-news-and-buddypress-awesomeness/</feedburner:origLink></item>
		<item>
		<title>Wordpress.com’s Custom CSS plugin</title>
		<link>http://feedproxy.google.com/~r/WpmuTutorials/~3/CnOPSV8VPaA/</link>
		<comments>http://wpmututorials.com/plugins/wordpress-coms-custom-css-plugin/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 14:06:50 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress.com]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=332</guid>
		<description><![CDATA[Here&#8217;s a wee little gift from the folks at Automattic: the custom css plugin they use over at wordpress.com. I know some people have been wanting this for ages, even though there are plenty of similar plugins out there already. 

December 9, 2009 &#8212; Twitter Digest (4)
December 3, 2009 &#8212; MU 2.9 beta (5)
November 26, [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a wee little gift from the folks at Automattic: the <a href="http://wordpress.org/extend/plugins/safecss">custom css plugin they use over at wordpress.com</a>. I know some people have been wanting this for ages, even though there are plenty of similar plugins out there already. <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
<ul class="related_post">
<li>December 9, 2009 &#8212; <a href="http://wpmututorials.com/how-to/twitter-digest/" title="Twitter Digest">Twitter Digest (4)</a></li>
<li>December 3, 2009 &#8212; <a href="http://wpmututorials.com/news/mu-2-9-beta/" title="MU 2.9 beta">MU 2.9 beta (5)</a></li>
<li>November 26, 2009 &#8212; <a href="http://wpmututorials.com/elsewhere/facebook-dashboard-widget-update/" title="Facebook Dashboard Widget Update">Facebook Dashboard Widget Update (0)</a></li>
<li>November 20, 2009 &#8212; <a href="http://wpmututorials.com/plugins/css-editor-plugins/" title="CSS Editor plugins">CSS Editor plugins (1)</a></li>
<li>June 23, 2009 &#8212; <a href="http://wpmututorials.com/plugins/devel-plugin/" title="WP-Devel plugin">WP-Devel plugin (1)</a></li>
</ul>
&nbsp; <hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WPMU Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/plugins/wordpress-coms-custom-css-plugin/">Permalink</a> |
<a href="http://wpmututorials.com/plugins/wordpress-coms-custom-css-plugin/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/plugins/wordpress-coms-custom-css-plugin/&title=Wordpress.com&#8217;s Custom CSS plugin">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/css/" rel="tag">css</a>, <a href="http://wpmututorials.com/tag/plugin/" rel="tag">plugin</a>, <a href="http://wpmututorials.com/tag/wordpresscom/" rel="tag">wordpress.com</a>, <a href="http://wpmututorials.com/tag/wpmu/" rel="tag">wpmu</a><br/>
</small></p>
<p>Need real genuine helpful support? <a href="http://musupport.net">MU Support</a>.</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=CnOPSV8VPaA:-jqivftcBXw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=CnOPSV8VPaA:-jqivftcBXw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=CnOPSV8VPaA:-jqivftcBXw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=CnOPSV8VPaA:-jqivftcBXw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=CnOPSV8VPaA:-jqivftcBXw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=CnOPSV8VPaA:-jqivftcBXw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=CnOPSV8VPaA:-jqivftcBXw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=CnOPSV8VPaA:-jqivftcBXw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=CnOPSV8VPaA:-jqivftcBXw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=CnOPSV8VPaA:-jqivftcBXw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=CnOPSV8VPaA:-jqivftcBXw:Miiyz6yFTis"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=Miiyz6yFTis" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WpmuTutorials/~4/CnOPSV8VPaA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/plugins/wordpress-coms-custom-css-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://wpmututorials.com/plugins/wordpress-coms-custom-css-plugin/</feedburner:origLink></item>
		<item>
		<title>2.9 status</title>
		<link>http://feedproxy.google.com/~r/WpmuTutorials/~3/6JIIfGxSvR0/</link>
		<comments>http://wpmututorials.com/news/2-9-status/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 18:34:41 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[2.9]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=331</guid>
		<description><![CDATA[WordPress has been out in the 2.9 version for a few days now, and Donncha has just checked in the 2.9 code into the MU trunk. You can find it here: WordPressMU trunk
Scroll down to the bottom of that page and there is a zip link. Do not put this on a production site yet, [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress has been out in the 2.9 version for a few days now, and Donncha has just checked in the 2.9 code into the MU trunk. You can find it here: <a href="http://trac.mu.wordpress.org/browser/trunk?rev=2039">WordPressMU trunk</a></p>
<p>Scroll down to the bottom of that page and there is a zip link. Do not put this on a production site yet, but please do try and test it somewhere. Maybe a development site, or a test site on a spare domain, or locally on your computer.</p>
<p>The more people who test it now, the less bugs we have to deal with after releases. </p>
<p>There are some useful changes coming through, and some are especially useful for MU sites. Like the video embed. You&#8217;ll be able to ditch the plugins to embed video for popular sites. <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Please <a href="http://wordpress.org/development/2009/12/wordpress-2-9/">read the official release post on the WordPress blog</a> for an overview and highlights.
<ul class="related_post">
<li>June 23, 2009 &#8212; <a href="http://wpmututorials.com/plugins/devel-plugin/" title="WP-Devel plugin">WP-Devel plugin (1)</a></li>
</ul>
&nbsp; <hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WPMU Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/news/2-9-status/">Permalink</a> |
<a href="http://wpmututorials.com/news/2-9-status/#comments">10 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/news/2-9-status/&title=2.9 status">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/2-9/" rel="tag">2.9</a>, <a href="http://wpmututorials.com/tag/code/" rel="tag">code</a>, <a href="http://wpmututorials.com/tag/development/" rel="tag">development</a>, <a href="http://wpmututorials.com/tag/testing/" rel="tag">testing</a>, <a href="http://wpmututorials.com/tag/trac/" rel="tag">trac</a><br/>
</small></p>
<p>Need real genuine helpful support? <a href="http://musupport.net">MU Support</a>.</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=6JIIfGxSvR0:H1Kea3H7U20:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=6JIIfGxSvR0:H1Kea3H7U20:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=6JIIfGxSvR0:H1Kea3H7U20:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=6JIIfGxSvR0:H1Kea3H7U20:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=6JIIfGxSvR0:H1Kea3H7U20:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=6JIIfGxSvR0:H1Kea3H7U20:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=6JIIfGxSvR0:H1Kea3H7U20:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=6JIIfGxSvR0:H1Kea3H7U20:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=6JIIfGxSvR0:H1Kea3H7U20:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=6JIIfGxSvR0:H1Kea3H7U20:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=6JIIfGxSvR0:H1Kea3H7U20:Miiyz6yFTis"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=Miiyz6yFTis" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WpmuTutorials/~4/6JIIfGxSvR0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/news/2-9-status/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://wpmututorials.com/news/2-9-status/</feedburner:origLink></item>
		<item>
		<title>Bulk Import Users</title>
		<link>http://feedproxy.google.com/~r/WpmuTutorials/~3/GyUJLU_Pym4/</link>
		<comments>http://wpmututorials.com/plugins/bulk-import-users/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 18:34:02 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[bulk]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[wordpressmu]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=330</guid>
		<description><![CDATA[I had a few requests to update the Bulk Import Members plugin, so that it did not require BuddyPress to be installed and that it work with WordPress MU 2.8.6.  Other changes:

it now goes in the plugins folder &#038; activates sitewide. The only users who have access to the plugin are site admins. 
it [...]]]></description>
			<content:encoded><![CDATA[<p>I had a few requests to update the <a href="http://manojkumar.org/bulk-import-members-users/">Bulk Import Members</a> plugin, so that it did not require BuddyPress to be installed and that it work with <a href="http://mu.wordpress.org">WordPress MU</a> 2.8.6.  Other changes:</p>
<ul>
<li>it now goes in the plugins folder &#038; activates sitewide. The only users who have access to the plugin are site admins. </li>
<li>it is now MU site aware and users are added to the dashboard blog if the WPMU site has one, otherwise they are added to the main blog of the site.</li>
<li>there is an option to add the users to the current blog instead of the dashboard/main blog of the site.</li>
<li>users are added at the default user level set in the site options.</li>
<li>I tested it with <a href="http://wordpress.org/extend/plugins/wpmu-default-user-role/">WPMU Default User Role</a> plugin and it worked like a charm.</li>
</ul>
<p><a href="http://wpmututorials.com/wp-content/plugins/download-monitor/download.php?id=18" title="Downloaded 44 times" >WordPress MU Bulk Import Users (44)</a>
<ul class="related_post">
<li>December 29, 2009 &#8212; <a href="http://wpmututorials.com/plugins/shardb/" title="Scaling WordPress MU with multiple databases">Scaling WordPress MU with multiple databases (4)</a></li>
<li>December 27, 2009 &#8212; <a href="http://wpmututorials.com/news/merge-news-and-buddypress-awesomeness/" title="Merge news and Buddypress awesomeness">Merge news and Buddypress awesomeness (6)</a></li>
<li>December 11, 2009 &#8212; <a href="http://wpmututorials.com/elsewhere/wpmu-default-user-role/" title="WPMU Default User Role">WPMU Default User Role (1)</a></li>
<li>December 9, 2009 &#8212; <a href="http://wpmututorials.com/how-to/twitter-digest/" title="Twitter Digest">Twitter Digest (4)</a></li>
<li>December 7, 2009 &#8212; <a href="http://wpmututorials.com/plugins/sitewide-tags-0-4/" title="Sitewide Tags 0.4">Sitewide Tags 0.4 (10)</a></li>
</ul>
&nbsp; <hr />
<p><small>© ahome for <a href="http://wpmututorials.com">WPMU Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/plugins/bulk-import-users/">Permalink</a> |
<a href="http://wpmututorials.com/plugins/bulk-import-users/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/plugins/bulk-import-users/&title=Bulk Import Users">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/bulk/" rel="tag">bulk</a>, <a href="http://wpmututorials.com/tag/user/" rel="tag">user</a>, <a href="http://wpmututorials.com/tag/wordpressmu/" rel="tag">wordpressmu</a>, <a href="http://wpmututorials.com/tag/wpmu/" rel="tag">wpmu</a><br/>
</small></p>
<p>Need real genuine helpful support? <a href="http://musupport.net">MU Support</a>.</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=GyUJLU_Pym4:AbO-h-VjFmA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=GyUJLU_Pym4:AbO-h-VjFmA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=GyUJLU_Pym4:AbO-h-VjFmA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=GyUJLU_Pym4:AbO-h-VjFmA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=GyUJLU_Pym4:AbO-h-VjFmA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=GyUJLU_Pym4:AbO-h-VjFmA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=GyUJLU_Pym4:AbO-h-VjFmA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=GyUJLU_Pym4:AbO-h-VjFmA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=GyUJLU_Pym4:AbO-h-VjFmA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=GyUJLU_Pym4:AbO-h-VjFmA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=GyUJLU_Pym4:AbO-h-VjFmA:Miiyz6yFTis"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=Miiyz6yFTis" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WpmuTutorials/~4/GyUJLU_Pym4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/plugins/bulk-import-users/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://wpmututorials.com/plugins/bulk-import-users/</feedburner:origLink></item>
		<item>
		<title>After the Deadline</title>
		<link>http://feedproxy.google.com/~r/WpmuTutorials/~3/KGJUXP_0tl4/</link>
		<comments>http://wpmututorials.com/plugins/after-the-deadline/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 16:13:36 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=328</guid>
		<description><![CDATA[The fantabulous spelling and grammar checking plugin After the Deadline has just undergone another round of improvements. Now, you can add a global constant if you&#8217;re running this on a WPMU install. This way, the users doesn&#8217;t see the menu to add the key. Hit the link for full details.
I gotta say, while Rafe did [...]]]></description>
			<content:encoded><![CDATA[<p>The fantabulous spelling and grammar checking plugin <a href="http://blog.afterthedeadline.com/2009/12/11/wordpress-plugin-update-2/">After the Deadline</a> has just undergone another round of improvements. Now, you can add a global constant if you&#8217;re running this on a WPMU install. This way, the users doesn&#8217;t see the menu to add the key. Hit the link for full details.</p>
<p>I gotta say, while Rafe did all the work, it sure was fun to sit down and brainstorm with him about this. Definitely not a boring guy. <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<h3>Random Posts</h3>
<ul class="related_post">
<li>December 16, 2008 &#8212; <a href="http://wpmututorials.com/how-to/managing-autosavepost-revisions/" title="Managing Autosave/Post Revisions">Managing Autosave/Post Revisions (2)</a></li>
<li>March 13, 2009 &#8212; <a href="http://wpmututorials.com/how-to/blog-categories/" title="Blog Categories">Blog Categories (12)</a></li>
<li>February 5, 2008 &#8212; <a href="http://wpmututorials.com/how-to/where-can-i-find/missing-plugins-folder-and-mu-plugins-folder/" title="Missing plugins folder and mu-plugins folder">Missing plugins folder and mu-plugins folder (0)</a></li>
<li>May 26, 2009 &#8212; <a href="http://wpmututorials.com/news/wpmu-28-dev/" title="WPMU 2.8 dev ">WPMU 2.8 dev  (1)</a></li>
<li>December 18, 2008 &#8212; <a href="http://wpmututorials.com/plugins/wordpress-video-solution-framework-for-wpmu/" title="WordPress Video Solution Framework for WPMU">WordPress Video Solution Framework for WPMU (13)</a></li>
</ul>
&nbsp; <hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WPMU Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/plugins/after-the-deadline/">Permalink</a> |
<a href="http://wpmututorials.com/plugins/after-the-deadline/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/plugins/after-the-deadline/&title=After the Deadline">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p>Need real genuine helpful support? <a href="http://musupport.net">MU Support</a>.</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=KGJUXP_0tl4:rqY1526wuPs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=KGJUXP_0tl4:rqY1526wuPs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=KGJUXP_0tl4:rqY1526wuPs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=KGJUXP_0tl4:rqY1526wuPs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=KGJUXP_0tl4:rqY1526wuPs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=KGJUXP_0tl4:rqY1526wuPs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=KGJUXP_0tl4:rqY1526wuPs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=KGJUXP_0tl4:rqY1526wuPs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=KGJUXP_0tl4:rqY1526wuPs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=KGJUXP_0tl4:rqY1526wuPs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=KGJUXP_0tl4:rqY1526wuPs:Miiyz6yFTis"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=Miiyz6yFTis" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WpmuTutorials/~4/KGJUXP_0tl4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/plugins/after-the-deadline/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://wpmututorials.com/plugins/after-the-deadline/</feedburner:origLink></item>
		<item>
		<title>WPMU Default User Role</title>
		<link>http://feedproxy.google.com/~r/WpmuTutorials/~3/C3G9rU3RcQA/</link>
		<comments>http://wpmututorials.com/elsewhere/wpmu-default-user-role/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 14:22:36 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[elsewhere]]></category>
		<category><![CDATA[mu-plugin]]></category>
		<category><![CDATA[wordpressmu]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=327</guid>
		<description><![CDATA[Deanna &#38; Kevin released the WPMU Default User Role plugin earlier this week. In WordPress MU, new users are added to the site&#8217;s dashboard blog if the site admin has created one. Otherwise the user is added to the main blog in the WPMU site.
With the default user role plugin, you can specify additional blogs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/profile/deannas" title="check out Deanna's other plugins for WordPress MU">Deanna</a> &amp; <a href="http://wordpress.org/extend/plugins/profile/kgraeme" title="check out Kevin's other plugins for WordPress MU">Kevin</a> released the <a href="http://wordpress.org/extend/plugins/wpmu-default-user-role/">WPMU Default User Role</a> plugin earlier this week. In <a title="Official WordPress MU site" href="http://mu.wordpress.org">WordPress MU</a>, new users are added to the site&#8217;s dashboard blog if the site admin has created one. Otherwise the user is added to the main blog in the WPMU site.</p>
<p>With the default user role plugin, you can specify additional blogs to add new users to and specify a role for the user for each blog when the new user is created. I gave it a test earlier in the week and it works like a charm.
<ul class="related_post">
<li>December 29, 2009 &#8212; <a href="http://wpmututorials.com/plugins/shardb/" title="Scaling WordPress MU with multiple databases">Scaling WordPress MU with multiple databases (4)</a></li>
<li>December 27, 2009 &#8212; <a href="http://wpmututorials.com/news/merge-news-and-buddypress-awesomeness/" title="Merge news and Buddypress awesomeness">Merge news and Buddypress awesomeness (6)</a></li>
<li>December 16, 2009 &#8212; <a href="http://wpmututorials.com/plugins/bulk-import-users/" title="Bulk Import Users">Bulk Import Users (2)</a></li>
<li>December 9, 2009 &#8212; <a href="http://wpmututorials.com/how-to/twitter-digest/" title="Twitter Digest">Twitter Digest (4)</a></li>
<li>December 7, 2009 &#8212; <a href="http://wpmututorials.com/plugins/sitewide-tags-0-4/" title="Sitewide Tags 0.4">Sitewide Tags 0.4 (10)</a></li>
</ul>
&nbsp; <hr />
<p><small>© ahome for <a href="http://wpmututorials.com">WPMU Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/elsewhere/wpmu-default-user-role/">Permalink</a> |
<a href="http://wpmututorials.com/elsewhere/wpmu-default-user-role/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/elsewhere/wpmu-default-user-role/&title=WPMU Default User Role">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/mu-plugin/" rel="tag">mu-plugin</a>, <a href="http://wpmututorials.com/tag/wordpressmu/" rel="tag">wordpressmu</a>, <a href="http://wpmututorials.com/tag/wpmu/" rel="tag">wpmu</a><br/>
</small></p>
<p>Need real genuine helpful support? <a href="http://musupport.net">MU Support</a>.</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=C3G9rU3RcQA:_0o1DZNh8Tg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=C3G9rU3RcQA:_0o1DZNh8Tg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=C3G9rU3RcQA:_0o1DZNh8Tg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=C3G9rU3RcQA:_0o1DZNh8Tg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=C3G9rU3RcQA:_0o1DZNh8Tg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=C3G9rU3RcQA:_0o1DZNh8Tg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=C3G9rU3RcQA:_0o1DZNh8Tg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=C3G9rU3RcQA:_0o1DZNh8Tg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=C3G9rU3RcQA:_0o1DZNh8Tg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=C3G9rU3RcQA:_0o1DZNh8Tg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=C3G9rU3RcQA:_0o1DZNh8Tg:Miiyz6yFTis"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=Miiyz6yFTis" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WpmuTutorials/~4/C3G9rU3RcQA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/elsewhere/wpmu-default-user-role/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://wpmututorials.com/elsewhere/wpmu-default-user-role/</feedburner:origLink></item>
		<item>
		<title>Twitter Digest</title>
		<link>http://feedproxy.google.com/~r/WpmuTutorials/~3/X1VWr4KlX6c/</link>
		<comments>http://wpmututorials.com/how-to/twitter-digest/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 15:06:35 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpressmu]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=323</guid>
		<description><![CDATA[Andrea was looking for a Twitter digest plugin so that she could start making a permanent backup of her tweets because the twitter API only provides access to the last 3200 tweets. The plugin she asked me to look at was Twitter Digest by Tim Beck. The reason she asked me to look at it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/andrea_r">Andrea</a> was looking for a <a href="http://twitter.com">Twitter</a> digest plugin so that she could start making a permanent backup of her tweets because the twitter API only provides access to the last 3200 tweets. The plugin she asked me to look at was <a href="http://whalespine.org/projects/wordpress/twitter-digest/">Twitter Digest</a> by <a href="http://whalespine.org/">Tim Beck</a>. The reason she asked me to look at it was that it the option page did not save the settings in <a title="Official WordPress MU site" href="http://mu.wordpress.org">WordPress MU</a>.</p>
<p>To get the plugin options to save, I followed the process I outlined in <a href="http://wpmututorials.com/how-to/writing-plugins/">Writing Plugins (for WP &amp; WPMU)</a>. The other two minor changes that I made were:</p>
<ul>
<li>A minor fix with post scheduling &#8211; if the digest runs after the publish time in the settings, the post status is publish. If it runs before the publish time, the status is future.</li>
<li>Text field options from the settings page are sanitized before saving.</li>
</ul>
<p>To sanitize the options I added these lines of code to the plugin:</p>
<p><code><br />
function ws_filter_options( $setting ) {<br />
return wp_specialchars( $setting );<br />
}<br />
foreach( array( 'ws_td_username', 'ws_td_title', 'ws_td_post_tags', 'ws_td_pub_time' ) as $opt ) {<br />
add_filter( 'pre_update_option_' . $opt, 'ws_filter_options' );<br />
}<br />
</code></p>
<p>The thing to bear in mind with the options screens is the options are automatically saved to the options table. If you want to process the option in some way before saving it to the options table, use the <code>pre_update_option_ + option_name</code> filter. This filter hooks the process during the <code>update_option</code> process prior to the option being saved in the object cache or options table.</p>
<p>You can download my version here: <a href="http://wpmututorials.com/wp-content/plugins/download-monitor/download.php?id=17" title="Downloaded 33 times" >Twitter Digest for WordPress &#038; WordPress MU (33)</a>
<ul class="related_post">
<li>November 26, 2009 &#8212; <a href="http://wpmututorials.com/elsewhere/facebook-dashboard-widget-update/" title="Facebook Dashboard Widget Update">Facebook Dashboard Widget Update (0)</a></li>
<li>December 27, 2009 &#8212; <a href="http://wpmututorials.com/news/merge-news-and-buddypress-awesomeness/" title="Merge news and Buddypress awesomeness">Merge news and Buddypress awesomeness (6)</a></li>
<li>December 3, 2009 &#8212; <a href="http://wpmututorials.com/news/mu-2-9-beta/" title="MU 2.9 beta">MU 2.9 beta (5)</a></li>
<li>November 22, 2009 &#8212; <a href="http://wpmututorials.com/themes/buddymatic-theme-framework/" title="Buddymatic Theme Framework">Buddymatic Theme Framework (8)</a></li>
<li>October 26, 2009 &#8212; <a href="http://wpmututorials.com/plugins/featured-posts-plugin-and-widget/" title="Featured posts plugin and widget">Featured posts plugin and widget (13)</a></li>
</ul>
&nbsp; <hr />
<p><small>© ahome for <a href="http://wpmututorials.com">WPMU Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/how-to/twitter-digest/">Permalink</a> |
<a href="http://wpmututorials.com/how-to/twitter-digest/#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/how-to/twitter-digest/&title=Twitter Digest">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/how-to/" rel="tag">how to</a>, <a href="http://wpmututorials.com/tag/plugin/" rel="tag">plugin</a>, <a href="http://wpmututorials.com/tag/wordpress/" rel="tag">wordpress</a>, <a href="http://wpmututorials.com/tag/wordpressmu/" rel="tag">wordpressmu</a>, <a href="http://wpmututorials.com/tag/wpmu/" rel="tag">wpmu</a><br/>
</small></p>
<p>Need real genuine helpful support? <a href="http://musupport.net">MU Support</a>.</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=X1VWr4KlX6c:x0bXj4DYT2I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=X1VWr4KlX6c:x0bXj4DYT2I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=X1VWr4KlX6c:x0bXj4DYT2I:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=X1VWr4KlX6c:x0bXj4DYT2I:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=X1VWr4KlX6c:x0bXj4DYT2I:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=X1VWr4KlX6c:x0bXj4DYT2I:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=X1VWr4KlX6c:x0bXj4DYT2I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=X1VWr4KlX6c:x0bXj4DYT2I:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=X1VWr4KlX6c:x0bXj4DYT2I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=X1VWr4KlX6c:x0bXj4DYT2I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=X1VWr4KlX6c:x0bXj4DYT2I:Miiyz6yFTis"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=Miiyz6yFTis" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WpmuTutorials/~4/X1VWr4KlX6c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/how-to/twitter-digest/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://wpmututorials.com/how-to/twitter-digest/</feedburner:origLink></item>
		<item>
		<title>Sitewide Tags 0.4</title>
		<link>http://feedproxy.google.com/~r/WpmuTutorials/~3/9w6wVKEJAIY/</link>
		<comments>http://wpmututorials.com/plugins/sitewide-tags-0-4/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 14:08:26 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[sitewide]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[wordpressmu]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=322</guid>
		<description><![CDATA[Andrea &#038; I use Donncha&#8217;s Sitewide Tags Blog for global content aggregation on any client installs that use sitewide content. Over the last year I&#8217;ve made at least a dozen custom versions of it. Most of those do some combination of the features listed below. This week we tested and released a new version. The [...]]]></description>
			<content:encoded><![CDATA[<p>Andrea &#038; I use <a href="http://ocaoimh.ie/">Donncha</a>&#8217;s <a href="http://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/">Sitewide Tags Blog</a> for global content aggregation on any client installs that use sitewide content. Over the last year I&#8217;ve made at least a dozen custom versions of it. Most of those do some combination of the features listed below. This week <a href="http://mu.wordpress.org/forums/topic.php?id=15725">we</a> tested and released a new version. The new features of the Sitewide Tags plugin are:</p>
<ul>
<li>Added option to include pages in tags blog. (For site wide search functionality.)</li>
<li>Added option to include non search engine indexed blogs if tags blog not indexed. (For site wide search functionality.)</li>
<li>Added option for post meta to be copied with post. (Main use we have seen for this is including post thumbnails in the tags blog.)</li>
</ul>
<p>Thanks to kgraeme, dsader &#038; others for testing and feedback. I would also like to thank Donncha for the opportunity to collaborate with him on this plugin. If you&#8217;ve used SWT on your site and it&#8217;s done the trick for you, consider dropping by and giving Donncha a <a href="http://ocaoimh.ie/wordpress-plugins/gifts-and-donations/">donation</a>.
<ul class="related_post">
<li>December 29, 2009 &#8212; <a href="http://wpmututorials.com/plugins/shardb/" title="Scaling WordPress MU with multiple databases">Scaling WordPress MU with multiple databases (4)</a></li>
<li>December 27, 2009 &#8212; <a href="http://wpmututorials.com/news/merge-news-and-buddypress-awesomeness/" title="Merge news and Buddypress awesomeness">Merge news and Buddypress awesomeness (6)</a></li>
<li>December 16, 2009 &#8212; <a href="http://wpmututorials.com/plugins/bulk-import-users/" title="Bulk Import Users">Bulk Import Users (2)</a></li>
<li>December 11, 2009 &#8212; <a href="http://wpmututorials.com/elsewhere/wpmu-default-user-role/" title="WPMU Default User Role">WPMU Default User Role (1)</a></li>
<li>December 9, 2009 &#8212; <a href="http://wpmututorials.com/how-to/twitter-digest/" title="Twitter Digest">Twitter Digest (4)</a></li>
</ul>
&nbsp; <hr />
<p><small>© ahome for <a href="http://wpmututorials.com">WPMU Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/plugins/sitewide-tags-0-4/">Permalink</a> |
<a href="http://wpmututorials.com/plugins/sitewide-tags-0-4/#comments">10 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/plugins/sitewide-tags-0-4/&title=Sitewide Tags 0.4">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/sitewide/" rel="tag">sitewide</a>, <a href="http://wpmututorials.com/tag/tags/" rel="tag">tags</a>, <a href="http://wpmututorials.com/tag/wordpressmu/" rel="tag">wordpressmu</a>, <a href="http://wpmututorials.com/tag/wpmu/" rel="tag">wpmu</a><br/>
</small></p>
<p>Need real genuine helpful support? <a href="http://musupport.net">MU Support</a>.</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=9w6wVKEJAIY:kPsmEgYHP5I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=9w6wVKEJAIY:kPsmEgYHP5I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=9w6wVKEJAIY:kPsmEgYHP5I:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=9w6wVKEJAIY:kPsmEgYHP5I:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=9w6wVKEJAIY:kPsmEgYHP5I:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=9w6wVKEJAIY:kPsmEgYHP5I:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=9w6wVKEJAIY:kPsmEgYHP5I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=9w6wVKEJAIY:kPsmEgYHP5I:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=9w6wVKEJAIY:kPsmEgYHP5I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=9w6wVKEJAIY:kPsmEgYHP5I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=9w6wVKEJAIY:kPsmEgYHP5I:Miiyz6yFTis"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=Miiyz6yFTis" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WpmuTutorials/~4/9w6wVKEJAIY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/plugins/sitewide-tags-0-4/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://wpmututorials.com/plugins/sitewide-tags-0-4/</feedburner:origLink></item>
		<item>
		<title>MU 2.9 beta</title>
		<link>http://feedproxy.google.com/~r/WpmuTutorials/~3/pmg-X1Zkgac/</link>
		<comments>http://wpmututorials.com/news/mu-2-9-beta/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 23:49:59 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpressmu]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=319</guid>
		<description><![CDATA[Donncha wrote yesterday that he was rolling WordPress 2.9 into WordPress MU trunk. In Donncha&#8217;s post he notes that to use the beta you may want to manually create the commentmeta table for each blog before doing the upgrade.
Triple J wrote a quick and dirty plugin for it. I revised it a bit today. Notes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ocaoimh.ie/">Donncha</a> wrote <a href="http://ocaoimh.ie/89495555/could-this-be-the-last-huge-wp-into-mu-code-merge/">yesterday</a> that he was rolling WordPress 2.9 into <a href="http://trac.mu.wordpress.org/browser/trunk">WordPress MU trunk</a>. In Donncha&#8217;s post he notes that to use the beta you may want to manually create the commentmeta table for each blog before doing the upgrade.</p>
<p><a href="http://thelifeofjohn.com/">Triple J</a> wrote a <a href="http://thelifeofjohn.com/blog/wordpress-mu/add-commentmeta-tables-to-an-existing-mu-installation/">quick and dirty plugin</a> for it. I revised it a bit today. Notes on usage are at the top of the file. Once the plugin has created to tables you can remove the file. <a href="http://wpmututorials.com/wp-content/plugins/download-monitor/download.php?id=16" title="Version 0.1 downloaded 40 times" >JJJ add commentmeta table (40)</a>
<ul class="related_post">
<li>December 9, 2009 &#8212; <a href="http://wpmututorials.com/how-to/twitter-digest/" title="Twitter Digest">Twitter Digest (4)</a></li>
<li>November 26, 2009 &#8212; <a href="http://wpmututorials.com/elsewhere/facebook-dashboard-widget-update/" title="Facebook Dashboard Widget Update">Facebook Dashboard Widget Update (0)</a></li>
<li>June 23, 2009 &#8212; <a href="http://wpmututorials.com/plugins/devel-plugin/" title="WP-Devel plugin">WP-Devel plugin (1)</a></li>
<li>December 29, 2009 &#8212; <a href="http://wpmututorials.com/plugins/shardb/" title="Scaling WordPress MU with multiple databases">Scaling WordPress MU with multiple databases (4)</a></li>
<li>December 27, 2009 &#8212; <a href="http://wpmututorials.com/news/merge-news-and-buddypress-awesomeness/" title="Merge news and Buddypress awesomeness">Merge news and Buddypress awesomeness (6)</a></li>
</ul>
&nbsp; <hr />
<p><small>© ahome for <a href="http://wpmututorials.com">WPMU Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/news/mu-2-9-beta/">Permalink</a> |
<a href="http://wpmututorials.com/news/mu-2-9-beta/#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/news/mu-2-9-beta/&title=MU 2.9 beta">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/beta/" rel="tag">beta</a>, <a href="http://wpmututorials.com/tag/plugin/" rel="tag">plugin</a>, <a href="http://wpmututorials.com/tag/wordpressmu/" rel="tag">wordpressmu</a>, <a href="http://wpmututorials.com/tag/wpmu/" rel="tag">wpmu</a><br/>
</small></p>
<p>Need real genuine helpful support? <a href="http://musupport.net">MU Support</a>.</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=pmg-X1Zkgac:tHjomIbZH18:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=pmg-X1Zkgac:tHjomIbZH18:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=pmg-X1Zkgac:tHjomIbZH18:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=pmg-X1Zkgac:tHjomIbZH18:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=pmg-X1Zkgac:tHjomIbZH18:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=pmg-X1Zkgac:tHjomIbZH18:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=pmg-X1Zkgac:tHjomIbZH18:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=pmg-X1Zkgac:tHjomIbZH18:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=pmg-X1Zkgac:tHjomIbZH18:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?i=pmg-X1Zkgac:tHjomIbZH18:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WpmuTutorials?a=pmg-X1Zkgac:tHjomIbZH18:Miiyz6yFTis"><img src="http://feeds.feedburner.com/~ff/WpmuTutorials?d=Miiyz6yFTis" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/WpmuTutorials/~4/pmg-X1Zkgac" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/news/mu-2-9-beta/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://wpmututorials.com/news/mu-2-9-beta/</feedburner:origLink></item>
	</channel>
</rss>
