<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>thesaucymare &#187; buddybar</title>
	<atom:link href="http://thesaucymare.co.za/tag/buddybar/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesaucymare.co.za</link>
	<description></description>
	<lastBuildDate>Tue, 02 Aug 2011 09:22:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Integrate a blank BuddyBar into bbPress</title>
		<link>http://thesaucymare.co.za/integrate-a-blank-buddybar-into-bbpress/</link>
		<comments>http://thesaucymare.co.za/integrate-a-blank-buddybar-into-bbpress/#comments</comments>
		<pubDate>Fri, 07 May 2010 10:54:59 +0000</pubDate>
		<dc:creator>Booth Warwick</dc:creator>
				<category><![CDATA[BuddPress]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[bbpress.]]></category>
		<category><![CDATA[buddybar]]></category>
		<category><![CDATA[buddypress buddybar]]></category>
		<category><![CDATA[buddypress integrate bbpress]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=148</guid>
		<description><![CDATA[First add this line of]]></description>
			<content:encoded><![CDATA[<p>First add this line of code to your bb-config.php</p>
<pre>require_once(dirname(__FILE__) . '/../wp-load.php'); (PS my forums is set up in a forums directory in the root of my site.
You may need to change the path to your wp-load.php file)
</pre>
<p>Next create a functions.php file for your theme if not already there. Then add this line of code to the functions.php file.</p>
<pre>add_action( 'bb_foot', 'bp_core_admin_bar');</pre>
<p>Now create your menus and add them to the bar.</p>
<p>PS because the buddypress plugin is not activated on a forum, it will load the buddybar with nothing in it. If you are going to copy the default buddypress functions then make sure to change the function name or you will get and error.</p>
<p>Alternatively you could try include the bp-core-adminbar.php file inside buddypress/bp-core if you do not want a blank bar.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesaucymare.co.za/integrate-a-blank-buddybar-into-bbpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disable your BuddyBar</title>
		<link>http://thesaucymare.co.za/disable-your-buddybar/</link>
		<comments>http://thesaucymare.co.za/disable-your-buddybar/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 11:51:54 +0000</pubDate>
		<dc:creator>Booth Warwick</dc:creator>
				<category><![CDATA[BuddPress]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[buddybar]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[disable]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=139</guid>
		<description><![CDATA[Somtimes you do not want]]></description>
			<content:encoded><![CDATA[<p>Somtimes you do not want the buddybar to display on your site. You can hide it with css but WordPress will still process all the info for it.</p>
<p>Add the following line to your functions.php file to disable the BuddyBar</p>
<pre>define ('BP_DISABLE_ADMIN_BAR', false);</pre>
]]></content:encoded>
			<wfw:commentRss>http://thesaucymare.co.za/disable-your-buddybar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

