<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Topic: Make BBPress a Page in Wordpress???</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Make BBPress a Page in Wordpress???</description>
<language>en</language>
<pubDate>Sat, 30 Aug 2008 11:47:14 +0000</pubDate>

<item>
<title>vinko on "Make BBPress a Page in Wordpress???"</title>
<link>http://bbpress.org/forums/topic/make-bbpress-a-page-in-wordpress#post-16285</link>
<pubDate>Sat, 17 May 2008 03:01:30 +0000</pubDate>
<dc:creator>vinko</dc:creator>
<guid isPermaLink="false">16285@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Has anyone tried finding a bbPress theme that is similar to the Mandigo WP theme
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Make BBPress a Page in Wordpress???"</title>
<link>http://bbpress.org/forums/topic/make-bbpress-a-page-in-wordpress#post-16205</link>
<pubDate>Tue, 13 May 2008 15:08:36 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">16205@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh forgot.  In the header I put just&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li class=&#38;quot;page_item&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;/forum/&#38;quot;&#38;gt;Forum&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;br /&#62;
after the page tag.  It's either going to be in front of all your pages or behind.
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Make BBPress a Page in Wordpress???"</title>
<link>http://bbpress.org/forums/topic/make-bbpress-a-page-in-wordpress#post-16203</link>
<pubDate>Tue, 13 May 2008 15:01:15 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">16203@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How I did it...  Please back up everything before starting.&#60;br /&#62;
You need to find a theme close to your WP to make it easier.&#60;/p&#62;
&#60;p&#62;1.  BBPress side,I renamed the style.css to styleold.css&#60;br /&#62;
2.  Copied over the WPress style.css over to BBpress&#60;br /&#62;
3.  Open both files at the same time.  You want to copy over some of the codes from styleold.css to style.css.  You might need to play with it.  Do not copy &#34;body&#34;.&#60;br /&#62;
4.  Open both header.php.  On the BBpress header copy over from WP header everything after &#38;lt;body&#38;gt; tag.  Replacing whatever is there.&#60;br /&#62;
5. Open both footer.php.  This one is a little tricky.&#60;br /&#62;
    You can just copy over the whole thing and make sure you have &#38;lt;?php do_action('bb_foot', ''); ?&#38;gt; in the file.  You will lose the designers info though  OR You need to see on WP side if there is any closing tags. bring that over and delete any closing tags on the BBPress side.&#60;br /&#62;
6. Sidebars: depending where the &#38;lt;?php get_sidebar(); ?&#38;gt; tag.  For example my &#38;lt;?php get_sidebar(); ?&#38;gt; tag is IN the footer.php  Others the &#38;lt;?php get_sidebar(); ?&#38;gt; is in the other php files right before the get_footer tag or after get header tag.&#60;/p&#62;
&#60;p&#62;that's it.&#60;/p&#62;
&#60;p&#62;make sure in your bb-config.php&#60;br /&#62;
there is &#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;WP_BB = true;&#60;br /&#62;
if (file_exists('../wp-blog-header.php'))&#60;br /&#62;
require_once('../wp-blog-header.php');&#60;br /&#62;
else&#60;br /&#62;
if (file_exists('../../wp-blog-header.php'))&#60;br /&#62;
require_once('../../wp-blog-header.php');&#60;/p&#62;
&#60;p&#62;after &#38;lt;?php  tag.&#60;/p&#62;
&#60;p&#62;Goodluck.
&#60;/p&#62;</description>
</item>
<item>
<title>ergate on "Make BBPress a Page in Wordpress???"</title>
<link>http://bbpress.org/forums/topic/make-bbpress-a-page-in-wordpress#post-16178</link>
<pubDate>Mon, 12 May 2008 22:28:02 +0000</pubDate>
<dc:creator>ergate</dc:creator>
<guid isPermaLink="false">16178@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If I remember correctly, a folder will override a wp page.  What I have done is, install bbpress at a location within wp, then create a page in wp with the same name that you gave your bbpress install.  When viewing the blog, the page will show up in the pages section, menu bar or wherever you theme puts it.  This should create a dynamic link to the forum.&#60;br /&#62;
I think this is what you are looking for.&#60;br /&#62;
I have done this for static folders and things like bbpress.
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "Make BBPress a Page in Wordpress???"</title>
<link>http://bbpress.org/forums/topic/make-bbpress-a-page-in-wordpress#post-16173</link>
<pubDate>Mon, 12 May 2008 21:16:11 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16173@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;IPsource, to add a Forum button in the nav bar, you'll need to edit your theme files in Wordpress. And then do the same in the bbPress template files. Most likely, the files would be something called header.php. Every theme is different so it'll depend on what you have. You might consider hiring a coder to do it, if you're not comfortable with the html/php.
&#60;/p&#62;</description>
</item>
<item>
<title>IPSource on "Make BBPress a Page in Wordpress???"</title>
<link>http://bbpress.org/forums/topic/make-bbpress-a-page-in-wordpress#post-16169</link>
<pubDate>Mon, 12 May 2008 20:23:52 +0000</pubDate>
<dc:creator>IPSource</dc:creator>
<guid isPermaLink="false">16169@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for responding!&#60;/p&#62;
&#60;p&#62;@gerikg, Yes I would like to do something like that!  What I don't know how to do is make a &#34;Forum&#34; button on my Nav bar at the top like that website.  Then of course I would like to have the header and footer be the same on wordpress and bbpress.
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Make BBPress a Page in Wordpress???"</title>
<link>http://bbpress.org/forums/topic/make-bbpress-a-page-in-wordpress#post-16163</link>
<pubDate>Mon, 12 May 2008 17:17:35 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">16163@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;kiaspeed2.com  like that?
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "Make BBPress a Page in Wordpress???"</title>
<link>http://bbpress.org/forums/topic/make-bbpress-a-page-in-wordpress#post-16151</link>
<pubDate>Mon, 12 May 2008 07:27:31 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16151@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;IPSource, &#60;/p&#62;
&#60;p&#62;The short answer is you have to convert your Wordpress theme to bbPress by hand.&#60;/p&#62;
&#60;p&#62;I'm currently doing the same thing you're trying to do on my Wordpress blog with bbPress also. It pretty much means taking your Wordpress theme and going through each file one by one and converting them to bbPress. So you have to strip out the Wordpress tags and functions in the theme files and replace them with bbPress versions. There's no list of equivalent tags, so translating them is just gonna take a lot of trial and error and testing.
&#60;/p&#62;</description>
</item>
<item>
<title>IPSource on "Make BBPress a Page in Wordpress???"</title>
<link>http://bbpress.org/forums/topic/make-bbpress-a-page-in-wordpress#post-16150</link>
<pubDate>Mon, 12 May 2008 07:23:01 +0000</pubDate>
<dc:creator>IPSource</dc:creator>
<guid isPermaLink="false">16150@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for getting back to me and I will definitely look into that.  But the problem I'm having is putting my forum actually onto my site.&#60;br /&#62;
I just want a button at the top next to &#34;Home&#34; on the navigation bar that says &#34;Forum&#34; and when you click on it, it takes you to my forum. I would prefer to keep the header and footer on it so that it looks like it's actually in the site still.&#60;/p&#62;
&#60;p&#62;Any suggestions???
&#60;/p&#62;</description>
</item>
<item>
<title>bobbyh on "Make BBPress a Page in Wordpress???"</title>
<link>http://bbpress.org/forums/topic/make-bbpress-a-page-in-wordpress#post-16148</link>
<pubDate>Mon, 12 May 2008 06:52:54 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">16148@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The easiest way is to find and install an existing theme that exists for both Wordpress and bbPress. For instance, &#60;a href=&#34;http://www.linickx.com/archives/402/k2-for-bbpress-updated-v002&#34;&#62;K2 for bbPress&#60;/a&#62; is similar to the Wordpress default theme. Here are &#60;a href=&#34;http://www.mybbpress.com/themes&#34;&#62;some bbPress themes&#60;/a&#62; for you to check out.
&#60;/p&#62;</description>
</item>
<item>
<title>IPSource on "Make BBPress a Page in Wordpress???"</title>
<link>http://bbpress.org/forums/topic/make-bbpress-a-page-in-wordpress#post-16147</link>
<pubDate>Mon, 12 May 2008 06:31:52 +0000</pubDate>
<dc:creator>IPSource</dc:creator>
<guid isPermaLink="false">16147@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Anybody???
&#60;/p&#62;</description>
</item>
<item>
<title>IPSource on "Make BBPress a Page in Wordpress???"</title>
<link>http://bbpress.org/forums/topic/make-bbpress-a-page-in-wordpress#post-16146</link>
<pubDate>Mon, 12 May 2008 05:50:47 +0000</pubDate>
<dc:creator>IPSource</dc:creator>
<guid isPermaLink="false">16146@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry I'm new and I tried to look around for this topic but I guess I'm not wording it right in the search.&#60;/p&#62;
&#60;p&#62;I want to make BBPress a page on my Wordpress site. I've installed both and they are both sharing information just fine. I just want to integrate it visually into my site.&#60;/p&#62;
&#60;p&#62;So is there anyway that when you click &#34;forum&#34; on my Navigation bar that the forum would just show up in the window below?&#60;/p&#62;
&#60;p&#62;Again, I'm pretty new to this so when I have to go in and start messing with code I get lost easily. I really would appreciate any advice or help you can give. Thank you.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
