<?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: Cannot redeclare bb_int_set_current_user()...</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Cannot redeclare bb_int_set_current_user()...</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 03:35:42 +0000</pubDate>

<item>
<title>spencerp on "Cannot redeclare bb_int_set_current_user()..."</title>
<link>http://bbpress.org/forums/topic/cannot-redeclare-bb_int_set_current_user#post-3179</link>
<pubDate>Sat, 13 Jan 2007 03:16:45 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">3179@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hahaha.. Ah!! That's right!! Thanks Trent.. ;) :) Usually when we talked on GTalk, I was half asleep, and millions of things going on at same time lol.. &#60;/p&#62;
&#60;p&#62;Thanks again for clarifying this guys.. ;) :)&#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Cannot redeclare bb_int_set_current_user()..."</title>
<link>http://bbpress.org/forums/topic/cannot-redeclare-bb_int_set_current_user#post-3177</link>
<pubDate>Sat, 13 Jan 2007 03:03:01 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">3177@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Nope....bbpress-integration goes in WP and wordpress-integration goes in bbPress!   ;)&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on "Cannot redeclare bb_int_set_current_user()..."</title>
<link>http://bbpress.org/forums/topic/cannot-redeclare-bb_int_set_current_user#post-3176</link>
<pubDate>Sat, 13 Jan 2007 03:01:39 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">3176@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh! Okay, the way I heard it, from Trent I believe it was.. that it went in both locations. =/ Alrighty then, then this changes my whole plan of doing things. YAY!&#60;/p&#62;
&#60;p&#62;Well, the theme I made up for the forums now, doesn't include any WP functional calls, or whatever. But, I'll release the theme as a normal bbPress theme first. Then, I'll go back to customizing it like I wanted too!&#60;br /&#62;
&#60;a href=&#34;http://spencerp.net/forums/&#34; rel=&#34;nofollow&#34;&#62;http://spencerp.net/forums/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks a million mdawaffe (Michael), for clarifying this! ;) :)&#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Cannot redeclare bb_int_set_current_user()..."</title>
<link>http://bbpress.org/forums/topic/cannot-redeclare-bb_int_set_current_user#post-3141</link>
<pubDate>Fri, 12 Jan 2007 17:47:38 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3141@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That's a WordPress Plugin, not a bbPress plugin.  It should only be installed in your WordPress plugins dir.
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on "Cannot redeclare bb_int_set_current_user()..."</title>
<link>http://bbpress.org/forums/topic/cannot-redeclare-bb_int_set_current_user#post-3130</link>
<pubDate>Fri, 12 Jan 2007 13:41:21 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">3130@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Nevermind, I took out the path to the wp-blog-header.php file now, and adjusted my theme accordingly. :) :)  If someone wants to try and figure it out though, feel free..  Might be useful later on sometime.. ;) :)&#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on "Cannot redeclare bb_int_set_current_user()..."</title>
<link>http://bbpress.org/forums/topic/cannot-redeclare-bb_int_set_current_user#post-3129</link>
<pubDate>Fri, 12 Jan 2007 11:27:57 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">3129@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've already posted this to the list, and I've also checked that disabling the one in the blog, stops this from happening. ;) :) However though, the plugin won't work and do what's it supposed too! Anyway.. on with the B.S...&#60;/p&#62;
&#60;p&#62;Fatal error: Cannot redeclare bb_int_set_current_user() (previously declared in /home/mypath/myuser/public_html/wp-content/plugins/bbpress-integration.2.php:14) in /home/mypath/myuser/public_html/forums/my-plugins/bbpress-integration.2.php on line 13&#60;/p&#62;
&#60;p&#62;I got this error after uploading, and activating the newest bbpress-integration.2.php plugin. &#60;/p&#62;
&#60;p&#62;I uploaded the two too:&#60;br /&#62;
my-plugins/ directory&#60;br /&#62;
wp-content/plugins/ directory&#60;/p&#62;
&#60;p&#62;Please note though: I'm using the full path to my wp-blog-header.php file, in the forum's config.php file. &#60;/p&#62;
&#60;p&#62;I also have the following for near footer of the config.php if it make's a difference:&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'false';  // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash.  Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'false';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash. Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;// Use the following line *only* if you will be loading WordPress everytime you load bbPress.&#60;br /&#62;
define('WP_BB', true); &#60;/p&#62;
&#60;p&#62;I'm doing this, to be able to use some of my blog's wp functions, for wrapping the blog's theme around my forums..&#60;/p&#62;
&#60;p&#62;Is there a way to work around this, or..? Thanks in advanced! ;)&#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>

</channel>
</rss>
