<?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.org - WordPress, Multisite and BuddyPress news, tips and resources</title>
	
	<link>http://wpmu.org</link>
	<description>Plugins, themes, how to, help and more</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:16:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Wpmu-Wordpress-Mu-PluginsThemesAndNews" /><feedburner:info uri="wpmu-wordpress-mu-pluginsthemesandnews" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Daily Tip: 2 Easy Ways to Remove the “Powered by WordPress” Link</title>
		<link>http://feedproxy.google.com/~r/Wpmu-Wordpress-Mu-PluginsThemesAndNews/~3/_nwm7l9jL2k/</link>
		<comments>http://wpmu.org/daily-tip-2-easy-ways-to-remove-the-powered-by-wordpress-link/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 19:16:53 +0000</pubDate>
		<dc:creator>Sarah Gooding</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Daily Tip]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[wordpress single user]]></category>
		<category><![CDATA[remove powered by wordpress]]></category>
		<category><![CDATA[remove wordpress link]]></category>
		<category><![CDATA[wordpress customization]]></category>
		<category><![CDATA[wordpress footer]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=38094</guid>
		<description><![CDATA[One of the most frequently asked questions for new WordPress users is how to remove the &#8220;Powered by WordPress&#8221; link. Of course, it&#8217;s a nice thing to do to leave it in there, but WordPress is licensed under the GPL, so there&#8217;s no need to worry if you want to remove it. Perhaps you don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most frequently asked questions for new WordPress users is how to remove the &#8220;Powered by WordPress&#8221; link.  Of course, it&#8217;s a nice thing to do to leave it in there, but WordPress is licensed under the GPL, so there&#8217;s no need to worry if you want to remove it.  Perhaps you don&#8217;t want to advertise to the world that your site runs on WordPress.  Here are two easy ways to remove that from your site&#8217;s footer:</p>
<h2>Option 1: Remove it Using CSS</h2>
<p>Method one is perhaps the simplest way.  Go to your dashboard and find Appearance >> Editor and then select your style.css file.  Paste this in there and you&#8217;re good to go:</p>
<pre class="css">
<span class="cssSelector">#site-generator {</span>
    <span class="cssProperty">display</span><span class="cssRest">:</span><span class="cssValue"> none</span><span class="cssRest">;</span>
<span class="cssSelector">}</span>
</pre>
<h2>Option 2: Remove it from footer.php</h2>
<p>In your WordPress dashboard go to Appearance >> Editor and remove the section that looks like this:</p>
<pre class="php">
<span class="htmlOtherTag">&lt;div id=<span class="htmlAttributeValue">&quot;site-generator&quot;</span>&gt;</span>
				<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span><span class="htmlText"> do_action</span><span class="phpOperator">(</span> <span class="phpString">'twentyten_credits'</span> <span class="phpOperator">)</span><span class="phpText">;</span> <span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span>
				<span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span> <span class="phpFunction">echo</span><span class="htmlText"> esc_url</span><span class="phpOperator">(</span><span class="htmlText"> __</span><span class="phpOperator">(</span><span class="phpString">'http<span class="phpOperator">:</span><span class="phpComment">//wordpress<span class="phpOperator">.</span>org/'</span>, <span class="phpString">'twentyten'</span><span class="phpOperator">)</span> <span class="phpOperator">)</span><span class="phpText">;</span> </span><span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span></span>&quot;</span>
						title=<span class="htmlAttributeValue">&quot;<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span><span class="htmlText"> esc_attr_e</span><span class="phpOperator">(</span><span class="phpString">'Semantic Personal Publishing Platform'</span>, <span class="phpString">'twentyten'</span><span class="phpOperator">)</span><span class="phpText">;</span> <span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span>&quot;</span> rel=<span class="htmlAttributeValue">&quot;generator&quot;</span>&gt;
					<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span> <span class="phpFunction">printf</span><span class="phpOperator">(</span><span class="htmlText"> __</span><span class="phpOperator">(</span><span class="phpString">'Proudly powered by %s<span class="phpOperator">.</span>'</span>, <span class="phpString">'twentyten'</span><span class="phpOperator">)</span>, <span class="phpString">'WordPress'</span> <span class="phpOperator">)</span><span class="phpText">;</span> <span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span>
				<span class="htmlAnchorTag">&lt;/a&gt;</span>
			<span class="htmlOtherTag">&lt;/div&gt;</span><span class="htmlComment"><span class="htmlOtherTag">&lt;!-- #site-generator --&gt;</span></span>
</pre>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Daily+Tip%3A+2+Easy+Ways+to+Remove+the+%E2%80%9CPowered+by+WordPress%E2%80%9D+Link+http://73nd3.th8.us" title="Post to Twitter"><img class="nothumb" src="http://wpmu.org/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Daily+Tip%3A+2+Easy+Ways+to+Remove+the+%E2%80%9CPowered+by+WordPress%E2%80%9D+Link+http://73nd3.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/daily-tip-2-easy-ways-to-remove-the-powered-by-wordpress-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wpmu.org/daily-tip-2-easy-ways-to-remove-the-powered-by-wordpress-link/</feedburner:origLink></item>
		<item>
		<title>New WordPress Stack Exchange Offers More Features Than WordPress.org Forums</title>
		<link>http://feedproxy.google.com/~r/Wpmu-Wordpress-Mu-PluginsThemesAndNews/~3/bDiknzNSl0I/</link>
		<comments>http://wpmu.org/new-wordpress-stack-exchange-offers-more-features-than-wordpress-org-forums/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 14:00:33 +0000</pubDate>
		<dc:creator>Sarah Gooding</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[wordpress single user]]></category>
		<category><![CDATA[stack exchange]]></category>
		<category><![CDATA[stack overflow]]></category>
		<category><![CDATA[wordpress answers]]></category>
		<category><![CDATA[wordpress help]]></category>
		<category><![CDATA[wordpress help forums]]></category>
		<category><![CDATA[wordpress support]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=38088</guid>
		<description><![CDATA[A new WordPress Stack Exchange is now in beta. This is a resource that covers the exact same material as WordPress.org’s existing forums. Not familiar with Stack Exchange? It&#8217;s a programming Q&#038;A website that synthesizes aspects of wikis, blogs, forums, and Digg/Reddit. You can ask and answer questions for free. Whether you&#8217;re a WordPress beginner [...]]]></description>
			<content:encoded><![CDATA[<p>A new <a href="http://wordpress.stackexchange.com/" target="_blank">WordPress Stack Exchange</a> is now in beta. This is a resource that covers the exact same material as WordPress.org’s existing forums.  Not familiar with <a href="http://stackexchange.com/" target="_blank">Stack Exchange</a>? It&#8217;s a programming Q&#038;A website that synthesizes aspects of wikis, blogs, forums, and Digg/Reddit. You can ask and answer questions for free. Whether you&#8217;re a WordPress beginner or a seasoned developer, the new WordPress Stack Exchange is bound to be a valuable resource for you.</p>
<p><a href="http://wpmu.org/wp-content/uploads/2010/09/wpanswers.png" title="wpanswers" rel="lightbox[38088]"><img src="http://wpmu.org/wp-content/uploads/2010/09/wpanswers.png" alt="" title="wpanswers" width="640" height="210" class="aligncenter size-full wp-image-38091" /></a></p>
<p>Joel Spolsky <a href="http://www.joelonsoftware.com/items/2010/08/31.html" target="_blank">outlines</a> why the Stack Exchange may be more helpful to you than existing forums at <a href="http://wordpress.org/support/" target="_blank">WordPress.org</a>: </p>
<ul>
<li>WordPress.org’s forums don’t have voting, so you have to read through every answer and decide for yourself which one might solve your problem.</li>
<li>WordPress.org users don&#8217;t have reputation, so there’s no way to see whether you’re getting an answer from someone who knows what they’re talking about. </li>
<li>The WordPress.org forums don’t have wiki-style editing, so collaboration is impossible.</li>
<li>A WordPress user has to log on to answer a question, so the burden of participation is higher.</li>
</ul>
<h2>The WordPress Stack Exchange offers multiple sorting options.</h2>
<p>Right away you will notice how many more options there are for sorting questions: newest, featured, hot, votes, active, unanswered, as well as sort by tags or users.  When you&#8217;re having trouble articulating your problem but want to see if it&#8217;s already been answered, you can select the sorting option that makes the most sense to you.</p>
<h2>Badges help to motivate user participation.</h2>
<p><a href="http://wpmu.org/wp-content/uploads/2010/09/badges.png" title="badges" rel="lightbox[38088]"><img src="http://wpmu.org/wp-content/uploads/2010/09/badges.png" alt="" title="badges" width="167" height="164" class="alignleft size-full wp-image-38123" /></a>As you use WordPress Stack Exchange to ask and answer questions, you can earn badges, which will appear on your user page and in your user card. This helps you to be able to gauge the value of another user&#8217;s advice, especially if you are selecting from multiple answers for your problem.  It taps into the basic human drive for achievement and is more motivating than you might imagine.</p>
<p>While reviewing the site I found it remarkably easy to surf around to various topics, without feeling like I was digging through pages and pages of text.  Features I enjoyed most: </p>
<ul>
<li>Live previews of your response to questions as you type</li>
<li>Clean, attractive and cheerful UI makes it feel more like fun than troubleshooting</li>
<li>Activity timelines and reputation graphs</li>
<li>Usage stats displayed, including the percentage of answered questions</li>
<li>Individual user RSS for questions, answers, and comments</li>
</ul>
<p>This is certainly not a replacement for the WordPress.org forums, nor is it to say that the WordPress.org forums are not helpful.  Rather, it&#8217;s a comparison to the forums that you already know and many of you have been using for years. If you want to try a new way to find answers to your WordPress problems, head over to the <a href="http://wordpress.stackexchange.com/" target="_blank">WordPress Stack Exchange</a> and give it a spin. Feel free to leave your thoughts and a personal review here in the comments.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=New+WordPress+Stack+Exchange+Offers+More+Features+Than+WordPress.org+Forums+http://6t5nb.th8.us" title="Post to Twitter"><img class="nothumb" src="http://wpmu.org/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=New+WordPress+Stack+Exchange+Offers+More+Features+Than+WordPress.org+Forums+http://6t5nb.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/new-wordpress-stack-exchange-offers-more-features-than-wordpress-org-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wpmu.org/new-wordpress-stack-exchange-offers-more-features-than-wordpress-org-forums/</feedburner:origLink></item>
		<item>
		<title>BuddyPress Tip: How to Remove a Member From a Group Without Banning Him</title>
		<link>http://feedproxy.google.com/~r/Wpmu-Wordpress-Mu-PluginsThemesAndNews/~3/jZy79azRrJc/</link>
		<comments>http://wpmu.org/buddypress-tip-how-to-remove-a-member-from-a-group-without-banning-him/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 02:52:09 +0000</pubDate>
		<dc:creator>Sarah Gooding</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[wordpress single user]]></category>
		<category><![CDATA[buddypress 1.2.6]]></category>
		<category><![CDATA[buddypress group moderation]]></category>
		<category><![CDATA[buddypress groups]]></category>
		<category><![CDATA[buddypress tip]]></category>
		<category><![CDATA[remove Buddypress user]]></category>
		<category><![CDATA[remove user from group]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=38100</guid>
		<description><![CDATA[Ever wanted to remove a member from a group who isn&#8217;t really doing anything objectionable? Perhaps he&#8217;s just sitting around taking up space? A few users have asked for this in the past on the BuddyPress forums. R-a-y was inspired to create a core patch for this option and you can pick it up and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpmu.org/wp-content/uploads/2010/09/remove_user.png" title="remove_user" rel="lightbox[38100]"><img src="http://wpmu.org/wp-content/uploads/2010/09/remove_user.png" alt="" title="remove_user" width="128" height="128" class="alignleft size-full wp-image-38102" style="margin-bottom: 25px;" /></a>Ever wanted to remove a member from a group who isn&#8217;t really doing anything objectionable? Perhaps he&#8217;s just sitting around taking up space?  A few users have asked for this in the past on the BuddyPress forums. <a href="http://buddypress.org/community/members/r-a-y/" target="_blank">R-a-y</a> was inspired to create a core patch for this option and you can <a href="http://pastebin.com/MpmneujE" target="_blank">pick it up</a> and paste it into your <i>functions.php</i> file if you&#8217;d like.  Otherwise, it will be available in BuddyPress 1.2.6, as John James Jacoby has added it to the core. If you want to test it out first, head over to <a href="http://testbp.org" target="_blank">testbp.org</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=BuddyPress+Tip%3A+How+to+Remove+a+Member+From+a+Group+Without+Banning+Him+http://6xpne.th8.us" title="Post to Twitter"><img class="nothumb" src="http://wpmu.org/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=BuddyPress+Tip%3A+How+to+Remove+a+Member+From+a+Group+Without+Banning+Him+http://6xpne.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/buddypress-tip-how-to-remove-a-member-from-a-group-without-banning-him/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wpmu.org/buddypress-tip-how-to-remove-a-member-from-a-group-without-banning-him/</feedburner:origLink></item>
		<item>
		<title>Daily Tip: Automatically Sign Users Out of WordPress or BuddyPress After Inactivity</title>
		<link>http://feedproxy.google.com/~r/Wpmu-Wordpress-Mu-PluginsThemesAndNews/~3/iU4thqakEUk/</link>
		<comments>http://wpmu.org/daily-tip-automatically-sign-users-out-of-wordpress-or-buddypress-after-inactivity/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 19:04:43 +0000</pubDate>
		<dc:creator>Sarah Gooding</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Daily Tip]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[wordpress single user]]></category>
		<category><![CDATA[buddypress logout]]></category>
		<category><![CDATA[buddypress plugin]]></category>
		<category><![CDATA[inactivity]]></category>
		<category><![CDATA[logoug plugin]]></category>
		<category><![CDATA[sign users out]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=38066</guid>
		<description><![CDATA[Want to make sure that your users get logged out after a period of inactivity on your site? Install the new Inactivity Auto Sign Out Plugin. It works with both WordPress and BuddyPress and is composed of a single PHP file. You can easily edit it to change the inactivity time period to suit the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpmu.org/wp-content/uploads/2010/09/clock.png" title="clock" rel="lightbox[38066]"><img src="http://wpmu.org/wp-content/uploads/2010/09/clock.png" alt="" title="clock" width="128" height="128" class="alignleft size-full wp-image-38068" /></a>Want to make sure that your users get logged out after a period of inactivity on your site?  Install the new <a href="http://wordpress.org/extend/plugins/inactivity-auto-sign-out-plugin/" target="_blank">Inactivity Auto Sign Out Plugin</a>.  It works with both WordPress and BuddyPress and is composed of a single PHP file.  You can easily edit it to change the inactivity time period to suit the needs of your site, as well as a redirect URL for auto log out.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Daily+Tip%3A+Automatically+Sign+Users+Out+of+WordPress+or+BuddyPress+After+Inactivity+http://9pq56.th8.us" title="Post to Twitter"><img class="nothumb" src="http://wpmu.org/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Daily+Tip%3A+Automatically+Sign+Users+Out+of+WordPress+or+BuddyPress+After+Inactivity+http://9pq56.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/daily-tip-automatically-sign-users-out-of-wordpress-or-buddypress-after-inactivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wpmu.org/daily-tip-automatically-sign-users-out-of-wordpress-or-buddypress-after-inactivity/</feedburner:origLink></item>
		<item>
		<title>This Just In: New Google XML Sitemap Plugin Supports WordPress Multisite</title>
		<link>http://feedproxy.google.com/~r/Wpmu-Wordpress-Mu-PluginsThemesAndNews/~3/X-xELX5ebq4/</link>
		<comments>http://wpmu.org/this-just-in-new-google-xml-sitemap-plugin-supports-wordpress-multisite/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:00:04 +0000</pubDate>
		<dc:creator>Sarah Gooding</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[ask]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google syntax highlighter]]></category>
		<category><![CDATA[google xml]]></category>
		<category><![CDATA[multisite sitemap]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[sitemap generator]]></category>
		<category><![CDATA[wordpress multisite]]></category>
		<category><![CDATA[wpmu sitemap]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=38030</guid>
		<description><![CDATA[A new plugin is on the scene that will be of great interest to any WordPress Multisite owner: Google XML Sitemaps with Multisite Support. It is a modified version of Google XML Sitemaps, written by the same developer. Basically, this plugin creates a sitemap for each of your sites and links it in robots.txt. Why [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpmu.org/wp-content/uploads/2010/09/sitemap.png" title="sitemap" rel="lightbox[38030]"><img src="http://wpmu.org/wp-content/uploads/2010/09/sitemap.png" alt="" title="sitemap" width="128" height="128" class="alignleft size-full wp-image-38040" /></a>A new plugin is on the scene that will be of great interest to any WordPress Multisite owner: <a href="http://wordpress.org/extend/plugins/google-xml-sitemaps-with-multisite-support/" target="_blank">Google XML Sitemaps with Multisite Support</a>. It is a modified version of <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a>, written by the same developer. Basically, this plugin creates a sitemap for each of your sites and links it in robots.txt.</p>
<h2 style="clear: both;">Why do I need an XML Sitemap?</h2>
<p>This is one of the basics of SEO.  A sitemap helps search engines like Google, Bing, Yahoo and Ask.com to better index your blog. Search engines are better able to crawl through your site with a structured sitemap of where your content leads. This plugin supports all kinds of WordPress-generated pages as well as custom URLs. Whenever you create a new post, it will notify major search engines to come crawl your new content. </p>
<p>Here&#8217;s what Google has to say about the importance of having an XML Sitemap:</p>
<blockquote><p>
Creating and submitting a Sitemap helps make sure that Google knows about all the pages on your site, including URLs that may not be discoverable by Google&#8217;s normal crawling process.
</p></blockquote>
<h2>Why Sitemaps are Critical for WordPress Sites</h2>
<p>Due to the ease of creating and updating content on a WordPress site, you will have regular changes that may not be indexed without a well-structured sitemap.</p>
<p>Google makes it clear what kind of sites will benefit from including an XML sitemap:</p>
<blockquote><p>
Sitemaps are particularly helpful if:</p>
<ul>
<li>Your site has dynamic content.</li>
<li>Your site has pages that aren&#8217;t easily discovered by Googlebot during the crawl process—for example, pages featuring rich AJAX or images.</li>
<li>Your site is new and has few links to it. (Googlebot crawls the web by following links from one page to another, so if your site isn&#8217;t well linked, it may be hard for us to discover it.)</li>
<li>Your site has a large archive of content pages that are not well linked to each other, or are not linked at all.</li>
</ul>
</blockquote>
<p>This is one free SEO tool that you cannot do without. There&#8217;s no excuse now that you can install one single plugin to create sitemaps for your entire network of WordPress sites. </p>
<p><a href="http://wpmu.org/wp-content/uploads/2010/09/seodev1.png" title="seodev" rel="lightbox[38030]"><img src="http://wpmu.org/wp-content/uploads/2010/09/seodev1-150x116.png" alt="" title="seodev" width="150" height="116" class="alignleft size-thumbnail wp-image-38036" style="margin-bottom: 30px;" /></a>If you&#8217;re looking for an all-in-one Sitemaps and complete SEO package for WordPress Multisite, then check out our <a href="http://premium.wpmudev.org/project/sitemaps-and-seo-wordpress-mu-style" target="_blank">Sitemaps and SEO &#8211; WordPress Multisite Style</a>. Not only does it create sitemaps for all of your sites, but it also adds dynamic keyword and description tags based on post or page content to every post and page on every site. If you&#8217;re serious about Multisite SEO, then you don&#8217;t want to pass up this all-inclusive tool. It&#8217;s specially tailored to put Multisite networks on the grid with Google.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=This+Just+In%3A+New+Google+XML+Sitemap+Plugin+Supports+WordPress+Multisite+http://64n5c.th8.us" title="Post to Twitter"><img class="nothumb" src="http://wpmu.org/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=This+Just+In%3A+New+Google+XML+Sitemap+Plugin+Supports+WordPress+Multisite+http://64n5c.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/this-just-in-new-google-xml-sitemap-plugin-supports-wordpress-multisite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wpmu.org/this-just-in-new-google-xml-sitemap-plugin-supports-wordpress-multisite/</feedburner:origLink></item>
		<item>
		<title>Daily Tip: BuddyPress Sitewide Activity Widget Updated with Many New Features</title>
		<link>http://feedproxy.google.com/~r/Wpmu-Wordpress-Mu-PluginsThemesAndNews/~3/wTnNUkZA1XE/</link>
		<comments>http://wpmu.org/daily-tip-buddypress-sitewide-activity-widget-updated-with-many-new-features/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 19:14:51 +0000</pubDate>
		<dc:creator>Sarah Gooding</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Daily Tip]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[wordpress single user]]></category>
		<category><![CDATA[buddypress activity widget]]></category>
		<category><![CDATA[buddypress news]]></category>
		<category><![CDATA[buddypress plugin]]></category>
		<category><![CDATA[buddypress sidebar]]></category>
		<category><![CDATA[buddypress sitewide activity widget]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=38006</guid>
		<description><![CDATA[Oftentimes users will ask in the forums about how to show BuddyPress sitewide activity in the sidebar of the site. This is handy for showing activity as it&#8217;s happening without the user having to return to the activity tab. Brajesh Singh created a BuddyPress Sitewide Activity Widget for this purpose and has recently updated it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpmu.org/wp-content/uploads/2010/08/swaw.png" title="swaw" rel="lightbox[38006]"><img src="http://wpmu.org/wp-content/uploads/2010/08/swaw-150x150.png" alt="" title="swaw" width="150" height="150" class="alignleft size-thumbnail wp-image-38008" /></a>Oftentimes users will ask in the forums about how to show BuddyPress sitewide activity in the sidebar of the site. This is handy for showing activity as it&#8217;s happening without the user having to return to the activity tab. </p>
<p>Brajesh Singh created a <a href="http://buddydev.com/buddypress/buddypress-sitewide-activity-widget-updates/" target="_blank">BuddyPress Sitewide Activity Widget</a> for this purpose and has recently updated it to include many new features that BuddyPress enthusiasts are sure to appreciate: </p>
<ul>
<li>Posting from widget</li>
<li>Activity list can be restricted to logged in users activity when a user is logged in</li>
<li>Blog admins can use the widget on their blog and It will show blog admins activity only.</li>
<li>Show/hide avatar</li>
<li>Show/hide feed link</li>
<li>Show/hide the activity filters tab(the links that appear at the top and allows to filter the activity).</li>
<li>Include only specific components activity in the sitewide activity widget(e.g include only profile/blog activities).</li>
<li>Exclude only specific components activity from the sitewide activity widget(e.g exclude group activities from the activity list).</li>
<li>Localization support</li>
</ul>
<p>The plugin is in the WordPress repository but hasn&#8217;t been updated there yet. The best place to get it is on Brajesh&#8217;s site: <a href="http://buddydev.com/buddypress/buddypress-sitewide-activity-widget-updates/" target="_blank">BuddyDev.com</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Daily+Tip%3A+BuddyPress+Sitewide+Activity+Widget+Updated+with+Many+New+Features+http://akkaw.th8.us" title="Post to Twitter"><img class="nothumb" src="http://wpmu.org/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Daily+Tip%3A+BuddyPress+Sitewide+Activity+Widget+Updated+with+Many+New+Features+http://akkaw.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/daily-tip-buddypress-sitewide-activity-widget-updated-with-many-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wpmu.org/daily-tip-buddypress-sitewide-activity-widget-updated-with-many-new-features/</feedburner:origLink></item>
		<item>
		<title>8 WordPress PayPal Plugins for Receiving Payments and Donations</title>
		<link>http://feedproxy.google.com/~r/Wpmu-Wordpress-Mu-PluginsThemesAndNews/~3/IfZb03ZM46U/</link>
		<comments>http://wpmu.org/8-wordpress-paypal-plugins-for-receiving-payments-and-donations/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 14:00:43 +0000</pubDate>
		<dc:creator>Sarah Gooding</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress single user]]></category>
		<category><![CDATA[making money]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[paypal currency]]></category>
		<category><![CDATA[paypal donation]]></category>
		<category><![CDATA[paypal shopping cart]]></category>
		<category><![CDATA[paypal shopping cart for wordpress]]></category>
		<category><![CDATA[paypal shortcodes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress donation plugin]]></category>
		<category><![CDATA[wordpress donation widget]]></category>
		<category><![CDATA[wordpress downloads plugin]]></category>
		<category><![CDATA[wordpress paypal plugins]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=37956</guid>
		<description><![CDATA[Today I&#8217;ll be featuring PayPal plugins that have been recently updated for WordPress. These plugins will allow you to easily take donations, implement a simple shopping cart, sell downloadable content, or work with foreign currencies. There are times when you don&#8217;t need a fully robust shopping cart and are only interested in selling a few [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ll be featuring PayPal plugins that have been recently updated for WordPress. These plugins will allow you to easily take donations, implement a simple shopping cart, sell downloadable content, or work with foreign currencies. There are times when you don&#8217;t need a fully robust shopping cart and are only interested in selling a few items or receiving donations. In this case it&#8217;s better to keep your WordPress site lightweight with a simpler option. We&#8217;ve selected just a few that do exactly that.</p>
<h2>WordPress PayPal Donation Plugin</h2>
<p><a href="http://wpmu.org/wp-content/uploads/2010/08/12.png" title="1" rel="lightbox[37956]"><img src="http://wpmu.org/wp-content/uploads/2010/08/12-150x150.png" alt="" title="1" width="150" height="150" class="alignleft size-thumbnail wp-image-37970" /></a>This plugin enables you to recieve donations in multiple currencies in one click. It can be used in the sidebar, posts and pages. WordPress PayPal Donations Plugin uses IPN to ensure the values are correct. You can also elect to display your total donations to date.</p>
<h3><a href="http://wordpress.org/extend/plugins/wp-paypal-donation-plugin/" target="_blank">Download Plugin</a></h2>
<h2 style="padding-top: 20px;">Easyfileshop</h2>
<p><a href="http://wpmu.org/wp-content/uploads/2010/08/easyfileshop.png" title="easyfileshop" rel="lightbox[37956]"><img src="http://wpmu.org/wp-content/uploads/2010/08/easyfileshop-150x150.png" alt="" title="easyfileshop" width="150" height="150" class="alignleft size-thumbnail wp-image-37974" /></a>Easyfileshop enables you to sell files as downloads. It creates a fully customizable PayPal checkout button for you. The files are stored inside a secure access protected folder on your server. After the payment is verified the buyer receives a customizable email with a personal download link.</p>
<h3><a href="http://wordpress.org/extend/plugins/easyfileshop/" target="_blank">Download Plugin</a></h3>
<h2 style="padding-top: 20px;">Senzoo Donation Widget</h2>
<p><a href="http://wpmu.org/wp-content/uploads/2010/08/senzoo.png" title="senzoo" rel="lightbox[37956]"><img src="http://wpmu.org/wp-content/uploads/2010/08/senzoo-150x136.png" alt="" title="senzoo" width="150" height="136" class="alignleft size-thumbnail wp-image-37976" /></a>The Senzoo widget makes it simple to add a donation form with growl-type notification that includes PayPal, Amazon FPS and Google Checkout on your WordPress site. Visit <a href="http://senzoo.net/" target="_blank">senzoo.net</a> for a quick demonstration.</p>
<h3><a href="http://wordpress.org/extend/plugins/senzoo-donation-notification-widget/" target="_blank">Download Plugin</h3>
<p></a></p>
<h2 style="padding-top: 20px;">Multi Currency PayPal Donations</h2>
<p><a href="http://wpmu.org/wp-content/uploads/2010/08/multicurrency.png" title="multicurrency" rel="lightbox[37956]"><img src="http://wpmu.org/wp-content/uploads/2010/08/multicurrency-150x150.png" alt="" title="multicurrency" width="150" height="150" class="alignleft size-thumbnail wp-image-37978" /></a>This plugin allows you to route different currencies to specific paypal accounts, in order to avoid high fees for cross border transactions. Even if you don&#8217;t have multiple paypal accounts this is still a great plugin for accepting donations.</p>
<h3><a href="http://wordpress.org/extend/plugins/multi-currency-paypal-donations/" target="_blank">Download Plugin</a></h3>
<h2 style="padding-top: 20px;">PayPal Booking Framework</h2>
<p><a href="http://wpmu.org/wp-content/uploads/2010/08/events1.png" title="events" rel="lightbox[37956]"><img src="http://wpmu.org/wp-content/uploads/2010/08/events1.png" alt="" title="events" width="128" height="128" class="alignleft size-full wp-image-37981" /></a>This plugin, while still in Beta, is one to check out if you&#8217;re looking for event registration. It has been built to support courses and classes bookings. Payments are done via PayPal IPN. It sends the registrant to your PayPal payment page for online collection of event fees. Events are sorted by date and a short code is provided to display a single event on a page.</p>
<h3><a href="http://wordpress.org/extend/plugins/booking-framework/" target="_blank">Download Plugin</a></h3>
<h2 style="padding-top: 20px;">Enhanced PayPal Shortcodes</h2>
<p><a href="http://wpmu.org/wp-content/uploads/2010/08/buynow.png" title="buynow" rel="lightbox[37956]"><img src="http://wpmu.org/wp-content/uploads/2010/08/buynow-150x150.png" alt="" title="buynow" width="150" height="150" class="alignleft size-thumbnail wp-image-37982" /></a>This plugin allows you to easily embed a fully functional PayPal buy now, subscribe or hosted button using shortcodes. It supports Wishlist Member and provides integration with iDev Affiliate and JRox JAM.</p>
<h3><a href="http://wordpress.org/extend/plugins/enhanced-paypal-shortcodes/" target="_blank">Download Plugin</a></h3>
<h2 style="padding-top: 20px; clear: both;">Are PayPal</h2>
<p><a href="http://wpmu.org/wp-content/uploads/2010/08/are.png" title="are" rel="lightbox[37956]"><img src="http://wpmu.org/wp-content/uploads/2010/08/are.png" alt="" title="are" width="177" height="163" class="alignleft size-full wp-image-37963" /></a>This plugin is used to monetize WordPress blog content with PayPal. It is designed to sell your knowledge by restricting content to be shown only to users who have payed to view your blog.  Googlebots will still be able to index your content so that searchers will find your site, but they won&#8217;t be able to see unless they&#8217;ve paid.</p>
<h3><a href="http://wordpress.org/extend/plugins/are-paypal/" target="_blank">Download Plugin</a></h3>
<h2 style="padding-top: 20px;">WordPress Simple PayPal Shopping Cart</h2>
<p><a href="http://wpmu.org/wp-content/uploads/2010/08/cart.png" title="cart" rel="lightbox[37956]"><img src="http://wpmu.org/wp-content/uploads/2010/08/cart.png" alt="" title="cart" width="149" height="139" class="alignleft size-full wp-image-37961" /></a>If you need a simple shopping cart with PayPal for taking payments, then this may be the plugin for you. It places an &#8216;Add to Cart&#8217; button on any posts or pages. It also allows you to add and display the shopping cart on any post or page or sidebar. You can also integrate it with NextGen gallery images to make your products more compelling.</p>
<h3><a href="http://wordpress.org/extend/plugins/wordpress-simple-paypal-shopping-cart/" target="_blank">Download Plugin</a></h3>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=8+WordPress+PayPal+Plugins+for+Receiving+Payments+and+Donations+http://rneet.th8.us" title="Post to Twitter"><img class="nothumb" src="http://wpmu.org/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=8+WordPress+PayPal+Plugins+for+Receiving+Payments+and+Donations+http://rneet.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/8-wordpress-paypal-plugins-for-receiving-payments-and-donations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wpmu.org/8-wordpress-paypal-plugins-for-receiving-payments-and-donations/</feedburner:origLink></item>
		<item>
		<title>WordPress News:  Option to Subscribe to Support Topics by Email is Now Available</title>
		<link>http://feedproxy.google.com/~r/Wpmu-Wordpress-Mu-PluginsThemesAndNews/~3/pRXisIm_Hyw/</link>
		<comments>http://wpmu.org/wordpress-news-option-to-subscribe-to-support-topics-by-email-is-now-available/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 22:32:09 +0000</pubDate>
		<dc:creator>Sarah Gooding</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[wordpress single user]]></category>
		<category><![CDATA[subscribe by email]]></category>
		<category><![CDATA[wordpress forums]]></category>
		<category><![CDATA[wordpress news]]></category>
		<category><![CDATA[wordpress support]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=37919</guid>
		<description><![CDATA[Email subscriptions are now enabled for individual topics on the WordPress.org support forums. Just look to the right of the topic and you&#8217;ll see &#8220;Subscribe to Topic.&#8221; You must be logged in for the subscription link to appear. The updates will automatically be sent to the address you have registered with WordPress. Now you can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpmu.org/wp-content/uploads/2010/08/emailsubscribe.png" title="emailsubscribe" rel="lightbox[37919]"><img src="http://wpmu.org/wp-content/uploads/2010/08/emailsubscribe.png" alt="" title="emailsubscribe" width="153" height="297" class="alignleft size-full wp-image-37920" /></a>Email subscriptions are now enabled for individual topics on the WordPress.org <a href="http://wordpress.org/support/" target="_blank">support forums</a>.  Just look to the right of the topic and you&#8217;ll see &#8220;Subscribe to Topic.&#8221;  You must be logged in for the subscription link to appear. The updates will automatically be sent to the address you have registered with WordPress.  Now you can post issues you&#8217;re having and not have to check your favorites or RSS.  You&#8217;ll get a notice right in your email inbox when someone leaves a reply. This should help to eliminate so many abandoned topics in the forums.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=WordPress+News%3A++Option+to+Subscribe+to+Support+Topics+by+Email+is+Now+Available+http://mihbo.th8.us" title="Post to Twitter"><img class="nothumb" src="http://wpmu.org/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=WordPress+News%3A++Option+to+Subscribe+to+Support+Topics+by+Email+is+Now+Available+http://mihbo.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/wordpress-news-option-to-subscribe-to-support-topics-by-email-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wpmu.org/wordpress-news-option-to-subscribe-to-support-topics-by-email-is-now-available/</feedburner:origLink></item>
		<item>
		<title>Daily Tip: How to Customize Your WordPress Login Logo in Under a Minute</title>
		<link>http://feedproxy.google.com/~r/Wpmu-Wordpress-Mu-PluginsThemesAndNews/~3/2Vwyep6nk5Q/</link>
		<comments>http://wpmu.org/daily-tip-how-to-customize-your-wordpress-login-logo-in-under-a-minute/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 20:16:16 +0000</pubDate>
		<dc:creator>Sarah Gooding</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Daily Tip]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[wordpress single user]]></category>
		<category><![CDATA[custom wordpress login]]></category>
		<category><![CDATA[customize wordpress login]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress login logo]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=37897</guid>
		<description><![CDATA[A customized WordPress login is a nice touch to any site, especially if you&#8217;re making it for someone other than yourself. There should be no need to install a plugin to do this for you. In order to keep your site lean, you&#8217;ll want to avoid adding loads of plugins that do little things like [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpmu.org/wp-content/uploads/2010/08/customlogin.png" title="customlogin" rel="lightbox[37897]"><img src="http://wpmu.org/wp-content/uploads/2010/08/customlogin-300x284.png" alt="" title="customlogin" width="300" height="284" class="alignleft size-medium wp-image-37898" /></a>A customized WordPress login is a nice touch to any site, especially if you&#8217;re making it for someone other than yourself.  There should be no need to install a plugin to do this for you.  In order to keep your site lean, you&#8217;ll want to avoid adding loads of plugins that do little things like this. </p>
<p>Here&#8217;s how you can customize your WordPress login with your own logo in under a minute. Simply add this to your theme&#8217;s <i>functions.php</i> file: </p>
<pre class="php">
<span class="phpFunctionKeyword">function</span> my_custom_login_logo<span class="phpOperator">(</span><span class="phpOperator">)</span> <span class="phpOperator">{</span>
<span class="phpFunction">echo</span> <span class="phpString">'<span class="phpOperator">&lt;</span>style type=<span class="phpString">"text/css"</span><span class="phpOperator">&gt;</span>
h1 a <span class="phpOperator">{</span> background-image<span class="phpOperator">:</span>url<span class="phpOperator">(</span>'</span>.get_bloginfo<span class="phpOperator">(</span><span class="phpString">'template_directory'</span><span class="phpOperator">)</span>.<span class="phpString">'/images/logo.png<span class="phpOperator">)</span> <span class="phpOperator">!</span>important; <span class="phpOperator">}</span>
<span class="phpOperator">&lt;</span>/style<span class="phpOperator">&gt;</span>'</span><span class="phpText">;</span>
<span class="phpOperator">}</span>
add_action<span class="phpOperator">(</span><span class="phpString">'login_head'</span>, <span class="phpString">'my_custom_login_logo'</span><span class="phpOperator">)</span><span class="phpText">;</span>
</pre>
<p>Replace the logo.png with your filename and make sure to drop the file in your theme&#8217;s images directory. </p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Daily+Tip%3A+How+to+Customize+Your+WordPress+Login+Logo+in+Under+a+Minute+http://y3fph.th8.us" title="Post to Twitter"><img class="nothumb" src="http://wpmu.org/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Daily+Tip%3A+How+to+Customize+Your+WordPress+Login+Logo+in+Under+a+Minute+http://y3fph.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/daily-tip-how-to-customize-your-wordpress-login-logo-in-under-a-minute/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://wpmu.org/daily-tip-how-to-customize-your-wordpress-login-logo-in-under-a-minute/</feedburner:origLink></item>
		<item>
		<title>My Chatbox: A New Micro-Blogging Service Built On BuddyPress</title>
		<link>http://feedproxy.google.com/~r/Wpmu-Wordpress-Mu-PluginsThemesAndNews/~3/K5gPHE38vTU/</link>
		<comments>http://wpmu.org/my-chatbox-a-new-micro-blogging-service-built-on-buddypress/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 14:00:43 +0000</pubDate>
		<dc:creator>Sarah Gooding</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[wordpress single user]]></category>
		<category><![CDATA[buddypress follwers plugin]]></category>
		<category><![CDATA[buddypress plugins]]></category>
		<category><![CDATA[geo-location]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[micro-blogging]]></category>
		<category><![CDATA[microblogging]]></category>
		<category><![CDATA[oembed]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpmu.org/?p=37850</guid>
		<description><![CDATA[Anton Koekemoer is a professional blogger, developer, web technology consultant and a marketing strategist with an emphasis on Web 2.0 technologies. We recently noticed My Chatbox, a newly-created micro-blogging community that Anton built on the WordPress and BuddyPress platforms, and asked for the opportunity to interview him about the service. Please tell us a little [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpmu.org/wp-content/uploads/2010/08/three.jpg" title="three" rel="lightbox[37850]"><img src="http://wpmu.org/wp-content/uploads/2010/08/three-226x300.jpg" alt="" title="three" width="226" height="300" class="alignleft size-medium wp-image-37871" /></a>Anton Koekemoer is a professional blogger, developer, web technology consultant and a marketing strategist with an emphasis on Web 2.0 technologies. We recently noticed <a href="http://mychatbox.me/" target="_blank">My Chatbox</a>, a newly-created micro-blogging community that Anton built on the WordPress and BuddyPress platforms, and asked for the opportunity to interview him about the service.</p>
<h4>Please tell us a little bit about <a href="http://mychatbox.me/" target="_blank">My Chatbox</a> and what inspired you to create your own micro-blogging service.</h4>
<p>After launching a couple of other BuddyPress social networks, I realised that it is such a big framework with so many options on the front end that members sometimes gets overwhelmed with all the features that the framework offers.  </p>
<p>I already had the idea of creating a scaled down micro blogging network and was looking at other options until I read a blog post on WPMU.org on <a href="http://wpmu.org/how-to-build-a-mini-twitter-site-with-buddypress-your-open-source-microblogging-platform/">How to build a Mini Twitter Site with BuddyPress</a> and decided to give BuddyPress another go &#8211; and it works. Thanks Sarah!</p>
<h4>What kind of user is attracted to an independent micro-blogging service?</h4>
<p>The whole idea of My Chatbox is quite simple &#8211; anyone can create their own Chatbox (micro blog) for themselves or for their business regarding any topic or niche.  Using the flexibility of BuddyPress, Chatboxes (micro blogs) can have multiple administrators and moderators to control the top level content on the micro blogs so you can have multiple micro blog contributors.  Have a look at this Chatbox for an example &#8211; <a href="http://mychatbox.me/chatboxes/tech-ed-africa-2010-durban/" target="_blank">http://mychatbox.me/chatboxes/tech-ed-africa-2010-durban/</a></p>
<p><a href="http://wpmu.org/wp-content/uploads/2010/08/mychatbox1.png" title="mychatbox1" rel="lightbox[37850]"><img src="http://wpmu.org/wp-content/uploads/2010/08/mychatbox1.png" alt="" title="mychatbox1" width="631" height="410" class="aligncenter size-full wp-image-37868" /></a></p>
<p>No one except for the admins and moderators can post top level content on the Chatbox, but it all depends on how the Chatbox was setup (public or private) and then members can reply to content on the Chatbox and become &#8220;members&#8221; of the micro blog. </p>
<h4>Why did you select 200 characters for the limit on user posts and how were you able to implement that?</h4>
<p>I decided to use 180 characters, but later increased it to 200 characters to give more room to express oneself and maybe include a YouTube video or a Flickr image on your update.<br />
Any micro blog posting, status update or activity reply on My Chatbox, is limited to 200 characters to keep the modern rule of micro blogging &#8211; &#8220;keep it short and sweet&#8221;. The remaining characters are displayed on the text area where members add content.  Micro blog descriptions are also limited to 200 characters. </p>
<h4>How does My Chatbox handle the geo-location for user updates?</h4>
<p>If a member registers the normal way without using Facebook or Twitter, they have to complete a couple of profile fields. These includes an “About me” field together with a location field &#8220;City, Country&#8221; that is used to pin point their location on a Google map displayed on their profiles.  Similar to BuddyPress.org  without Gpress. </p>
<p>Members can also edit their profile to include other social media channels they belong to and this is then displayed with icons on their member header with links to those channels.<br />
<a href="http://wpmu.org/wp-content/uploads/2010/08/geo.png" title="geo" rel="lightbox[37850]"><img src="http://wpmu.org/wp-content/uploads/2010/08/geo.png" alt="" title="geo" width="687" height="309" class="aligncenter size-full wp-image-37875" /></a></p>
<h4>Please explain the idea of creating your own niche &#8220;Chatboxes&#8221; focused on topics for more in-depth micro-blogging conversations.</h4>
<p>Same Idea as above where you can have multiple contributors to a Chatbox . To give you an example &#8211;  If you own a record store, you can create your Chatbox (XYZ Records) and let all your employees contribute to the Chatbox focused on your products or services.  Other members can reply, but only you and your employees can add top level content to the Chatbox.</p>
<h4>What plugins are necessary for powering your MyChatbox.me and did you have to create any custom functionality not currently available?</h4>
<p>The site uses a couple of popular BuddyPress plugins including the BuddyPress Oembed plugin so that members can share content from other popular social networks such as videos and images.<br />
Other plugins included is a modified activity stream hashtags plugin as well as a modified Group tags plugin that is used for tagging the micro blogs &#8211; still needs a little bit of work.  The micro blog tags are also limited to 55 characters.</p>
<p>I am also using the BuddyPress followers plugin and disabled friend connections so that you can only follow members.  </p>
<h4>What functionality do you plan to add to MyChatbox in the future?</h4>
<p>Lots of custom modifications have been done to the theme and custom plugins were developed for all the functionality. </p>
<p>There is quite a couple of future plans for My Chatbox and one is to create a mobile compatible theme as everything is steering towards mobile. </p>
<p>My Chatbox is far from 100% complete (will it ever be the way technology is growing?) so if anyone wants to help contribute to My Chatbox, contact me or register on My Chatbox and create your own Micro Blog.</p>
<p>Thanks to all the BuddyPress plugin contributors.</p>
<h4>Contact Anton Koekemoer on Twitter <a href="http://twitter.com/antonrsa" target="_blank">@antonrsa</a> or at <a href="http://www.antonkoekemoer.com" target="_blank">http://www.antonkoekemoer.com</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=My+Chatbox%3A+A+New+Micro-Blogging+Service+Built+On+BuddyPress+http://igt5t.th8.us" title="Post to Twitter"><img class="nothumb" src="http://wpmu.org/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=My+Chatbox%3A+A+New+Micro-Blogging+Service+Built+On+BuddyPress+http://igt5t.th8.us" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://wpmu.org/my-chatbox-a-new-micro-blogging-service-built-on-buddypress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://wpmu.org/my-chatbox-a-new-micro-blogging-service-built-on-buddypress/</feedburner:origLink></item>
	</channel>
</rss>
