<?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: Adding bbPress functions to Wordpress</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Topic: Adding bbPress functions to Wordpress</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 23:29:06 +0000</pubDate>

<item>
<title>parthatel on "Adding bbPress functions to Wordpress"</title>
<link>http://bbpress.org/forums/topic/adding-bbpress-functions-to-wordpress#post-17244</link>
<pubDate>Sun, 13 Jul 2008 02:03:50 +0000</pubDate>
<dc:creator>parthatel</dc:creator>
<guid isPermaLink="false">17244@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I managed to add the Wordpress functions to bbPress, but I now need to know how I can add the bbPress functions to Wordpress. I want to include the exact &#34;Discussions&#34; code in &#34;front-page.php&#34; of bbPress to the &#34;index.php&#34; in WordPress. I know there is a plugin for this, but it wasn't what I wanted.&#60;/p&#62;
&#60;p&#62;I used this code to integrate Wordpress into bbPress (added to the top of bb_config.php)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
define('WP_BB', true);&#60;br /&#62;
if ( !defined('DB_NAME') ) {&#60;br /&#62;
require_once( dirname(__FILE__) . '/../wp-config.php');&#60;/p&#62;
&#60;p&#62;if ( !defined('BB_PATH') )&#60;br /&#62;
	define('BB_PATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BB_PATH . 'bb-settings.php' );&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I think all I need to do is require bb-config.php and then the bb-settings.php. Anyone know how to do this (following the php example above)? &#60;/p&#62;
&#60;p&#62;*I only wish I know php.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
