<?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: Another integration question.</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Another integration question.</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 03:21:13 +0000</pubDate>

<item>
<title>spencerp on "Another integration question."</title>
<link>http://bbpress.org/forums/topic/another-integration-question#post-3302</link>
<pubDate>Thu, 18 Jan 2007 08:35:27 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">3302@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For the UTW problem, do what this guy said &#60;a href=&#34;http://bbpress.org/forums/topic/78?replies=7#post-2374&#34;&#62;here&#60;/a&#62; once, see if that helps. Good luck!&#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>JzL on "Another integration question."</title>
<link>http://bbpress.org/forums/topic/another-integration-question#post-3260</link>
<pubDate>Wed, 17 Jan 2007 04:50:52 +0000</pubDate>
<dc:creator>JzL</dc:creator>
<guid isPermaLink="false">3260@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;thank you bbolman.. I was placing the code after that line, not before.  That did it... but I had to disable &#34;Ultimate Tag Warrior&#34; plugin to keep from getting any errors.&#60;/p&#62;
&#60;p&#62;Now, on to trying to customize the look of bbpress.  Thanks again.
&#60;/p&#62;</description>
</item>
<item>
<title>bbolman on "Another integration question."</title>
<link>http://bbpress.org/forums/topic/another-integration-question#post-3256</link>
<pubDate>Wed, 17 Jan 2007 03:31:28 +0000</pubDate>
<dc:creator>bbolman</dc:creator>
<guid isPermaLink="false">3256@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes, you add that line of code on the line directly before this line (I believe):&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;Make sure to change that piece of code to match the actual location of your file.   When I put that code into my installation though, all I get are errors. I've found you can get away without it.
&#60;/p&#62;</description>
</item>
<item>
<title>JzL on "Another integration question."</title>
<link>http://bbpress.org/forums/topic/another-integration-question#post-3251</link>
<pubDate>Tue, 16 Jan 2007 22:50:49 +0000</pubDate>
<dc:creator>JzL</dc:creator>
<guid isPermaLink="false">3251@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;so1o, thanks for the reply.&#60;/p&#62;
&#60;p&#62;when you say &#34;include the wp-config.php in the config.php&#34;... is that not what I did when I added the line of code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;require_once( &#38;#39;/home/content/j/z/l/jzlharvey/html/wp-config.php&#38;#39;);&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Another integration question."</title>
<link>http://bbpress.org/forums/topic/another-integration-question#post-3250</link>
<pubDate>Tue, 16 Jan 2007 21:13:21 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">3250@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;you have to include wp-config.php in config.php before the call to include bb-settings.php
&#60;/p&#62;</description>
</item>
<item>
<title>JzL on "Another integration question."</title>
<link>http://bbpress.org/forums/topic/another-integration-question#post-3233</link>
<pubDate>Mon, 15 Jan 2007 15:52:15 +0000</pubDate>
<dc:creator>JzL</dc:creator>
<guid isPermaLink="false">3233@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Bueller... Bueller... Bueller... :\
&#60;/p&#62;</description>
</item>
<item>
<title>JzL on "Another integration question."</title>
<link>http://bbpress.org/forums/topic/another-integration-question#post-3202</link>
<pubDate>Sun, 14 Jan 2007 03:06:54 +0000</pubDate>
<dc:creator>JzL</dc:creator>
<guid isPermaLink="false">3202@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I found where on the forums where someone suggested putting &#60;/p&#62;
&#60;p&#62;require_once( '/home/content/j/z/l/jzlharvey/html/wp-config.php');&#60;/p&#62;
&#60;p&#62;I did this and got the following error.:&#60;/p&#62;
&#60;p&#62;Fatal error: Cannot redeclare is_serialized() (previously declared in /home/content/j/z/l/jzlharvey/html/forums/bb-includes/wp-functions.php:914) in /home/content/j/z/l/jzlharvey/html/wp-includes/functions.php on line 281
&#60;/p&#62;</description>
</item>
<item>
<title>JzL on "Another integration question."</title>
<link>http://bbpress.org/forums/topic/another-integration-question#post-3201</link>
<pubDate>Sun, 14 Jan 2007 00:57:30 +0000</pubDate>
<dc:creator>JzL</dc:creator>
<guid isPermaLink="false">3201@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have an existent wordpress install. I successfully installed bbpress and have the db pulling from wp install for the users.  Now I want to try and wrap my wp around bbpress utilizing my existent header and footer in wordpress.&#60;/p&#62;
&#60;p&#62;bbpress - v0.74&#60;br /&#62;
wordpress - 2.0.6&#60;/p&#62;
&#60;p&#62;I have been searching everywhere looking where to start but alot say I need to set &#60;code&#62; (&#38;#39;WP_BB&#38;#39;, true); &#60;/code&#62; in the (bbpress) config.php.  In this version of bbpress, it's not in there.  Am I missing something?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
