<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Topic: navigation bar in BuddyPress in BBPress</title>
		<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress</link>
		<description>bbPress Support Forums &#187; Topic: navigation bar in BuddyPress in BBPress</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 09:46:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/navigation-bar-in-buddypress-in-bbpress" rel="self" type="application/rss+xml" />

		<item>
			<title>r-a-y on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37796</link>
			<pubDate>Tue, 30 Jun 2009 03:58:42 +0000</pubDate>
			<dc:creator>r-a-y</dc:creator>
			<guid isPermaLink="false">37796@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi guys,</p>
<p>FYI, I've updated the code for the BuddyPress bar in bbPress:<br />
<a href="http://buddypress.org/forums/topic.php?id=1152#post-18510" rel="nofollow">http://buddypress.org/forums/topic.php?id=1152#post-18510</a></p>
<p>It uses bbPress' header and footer hooks, instead of WordPress'.<br />
The BP bar now also works in the bbPress admin area as well!
</p>]]></description>
					</item>
		<item>
			<title>allenweiss on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37766</link>
			<pubDate>Mon, 29 Jun 2009 14:12:54 +0000</pubDate>
			<dc:creator>allenweiss</dc:creator>
			<guid isPermaLink="false">37766@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thank you!  That works.
</p>]]></description>
					</item>
		<item>
			<title>Arturo on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37765</link>
			<pubDate>Mon, 29 Jun 2009 14:11:20 +0000</pubDate>
			<dc:creator>Arturo</dc:creator>
			<guid isPermaLink="false">37765@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>use this:</p>
<p>require_once( $_SERVER['DOCUMENT_ROOT'] . '/wp-blog-header.php' );
</p>]]></description>
					</item>
		<item>
			<title>allenweiss on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37764</link>
			<pubDate>Mon, 29 Jun 2009 13:50:28 +0000</pubDate>
			<dc:creator>allenweiss</dc:creator>
			<guid isPermaLink="false">37764@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>nevermind...forgot to put in the<br />
require_once('../wp-blog-header.php');</p>
<p>this seems to work fine, but I've noticed another problem...when you go to the admin page to administer the forum, I get a failure again, like this:</p>
<p>Warning: require_once(../wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in /home/alumnide/public_html/forum/bb-config.php on line 5</p>
<p>Fatal error: require_once() [function.require]: Failed opening required '../wp-blog-header.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/alumnide/public_html/forum/bb-config.php on line 5</p>
<p>has anybody else gotten past this error?
</p>]]></description>
					</item>
		<item>
			<title>allenweiss on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37763</link>
			<pubDate>Mon, 29 Jun 2009 13:46:48 +0000</pubDate>
			<dc:creator>allenweiss</dc:creator>
			<guid isPermaLink="false">37763@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>thanks..just did that and get</p>
<p>Fatal error: Call to undefined function wp_head() in /home/alumnide/public_html/forum/bb-templates/kakumei/header.php on line 33</p>
<p>am I still missing some code?
</p>]]></description>
					</item>
		<item>
			<title>Arturo on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37762</link>
			<pubDate>Mon, 29 Jun 2009 13:37:17 +0000</pubDate>
			<dc:creator>Arturo</dc:creator>
			<guid isPermaLink="false">37762@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>yes add in header.php wp_head() and in the footer.php wp_footer() the first before &#60;/ head&#62; and the second before &#60;/ body&#62;
</p>]]></description>
					</item>
		<item>
			<title>allenweiss on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37761</link>
			<pubDate>Mon, 29 Jun 2009 13:22:41 +0000</pubDate>
			<dc:creator>allenweiss</dc:creator>
			<guid isPermaLink="false">37761@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ok..thanks...well, this is what I did, but it doesn't work.  I followed the advice given in the link above:</p>
<p>1.  Created a function called functions.php inside my template folder (bb-templates/kakumei/functions.php) and put in it the code:</p>
<p>function recreate_bb_admin_bar() {<br />
	echo '&#60;div id="wp-admin-bar"&#62;&#60;ul class="main-nav"&#62;';<br />
	bp_adminbar_logo();<br />
	bp_adminbar_login_menu();<br />
	bp_adminbar_account_menu();<br />
	bp_adminbar_blogs_menu();<br />
	bp_adminbar_notifications_menu();<br />
	bp_adminbar_authors_menu();<br />
	bp_adminbar_random_menu();<br />
	echo '&#60;/div&#62;';</p>
<p>}</p>
<p>add_action( 'wp_footer', 'recreate_bb_admin_bar', 8 );<br />
add_action( 'admin_footer', 'recreate_bb_admin_bar' );<br />
add_action( 'wp_head', 'bp_core_admin_bar_css', 1 );</p>
<p>2.  Added to my bb-config.php file, this line<br />
require_once('../wp-blog-header.php');</p>
<p>Am I still missing something?  Thanks
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37753</link>
			<pubDate>Mon, 29 Jun 2009 05:45:33 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">37753@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If it doesn't exist, go ahead and make one. WordPress and bbPress are designed to look for that file regardless.
</p>]]></description>
					</item>
		<item>
			<title>allenweiss on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37749</link>
			<pubDate>Sun, 28 Jun 2009 23:13:28 +0000</pubDate>
			<dc:creator>allenweiss</dc:creator>
			<guid isPermaLink="false">37749@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hmm..it looks like they say to use the functions.php file (for the theme) to add the code, but I don't see such a functions file...am I missing something obvious?
</p>]]></description>
					</item>
		<item>
			<title>allenweiss on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37748</link>
			<pubDate>Sun, 28 Jun 2009 22:56:38 +0000</pubDate>
			<dc:creator>allenweiss</dc:creator>
			<guid isPermaLink="false">37748@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks all, I'll give this a try.</p>
<p>Best wishes,<br />
Allen
</p>]]></description>
					</item>
		<item>
			<title>Arturo on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37747</link>
			<pubDate>Sun, 28 Jun 2009 21:56:04 +0000</pubDate>
			<dc:creator>Arturo</dc:creator>
			<guid isPermaLink="false">37747@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>allen force the loading of adminbar... see this 3d: <a href="http://buddypress.org/forums/topic.php?id=1152#post-16955" rel="nofollow">http://buddypress.org/forums/topic.php?id=1152#post-16955</a>
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37746</link>
			<pubDate>Sun, 28 Jun 2009 21:55:36 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">37746@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I posted this a few weeks back.  Someone was going to post a "how to" of exactly that:</p>
<p><a href="http://bbpress.org/forums/topic/bbpress-wpmu-and-buddypress-integration-help-is-coming" rel="nofollow">http://bbpress.org/forums/topic/bbpress-wpmu-and-buddypress-integration-help-is-coming</a></p>
<p>Doesn't look like the linked-to pages have been updated yet.
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37743</link>
			<pubDate>Sun, 28 Jun 2009 21:03:50 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">37743@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is probably possible through a custom plugin.  But you probably want to ask over at the Buddypress forums...
</p>]]></description>
					</item>
		<item>
			<title>allenweiss on "navigation bar in BuddyPress in BBPress"</title>
			<link>http://bbpress.org/forums/topic/navigation-bar-in-buddypress-in-bbpress#post-37742</link>
			<pubDate>Sun, 28 Jun 2009 21:02:45 +0000</pubDate>
			<dc:creator>allenweiss</dc:creator>
			<guid isPermaLink="false">37742@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is there a way to have the top navigation bar from BuddyPress (that shows My Account, Notifcations, etc.) also show when using the bbPress forum?  It seems this makes sense if there were really integration between bbPress and BuddyPress.</p>
<p>Thanks
</p>]]></description>
					</item>

	</channel>
</rss>

