<?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: WP/BB Integration Admin problem</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: WP/BB Integration Admin problem</description>
<language>en</language>
<pubDate>Thu, 20 Nov 2008 20:31:57 +0000</pubDate>

<item>
<title>sambauers on "WP/BB Integration Admin problem"</title>
<link>http://bbpress.org/forums/topic/wpbb-integration-admin-problem#post-17138</link>
<pubDate>Wed, 09 Jul 2008 02:57:19 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">17138@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;chrishajer speaks truth.&#60;/p&#62;
&#60;p&#62;We should probably check for this and stop it on install/integration.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "WP/BB Integration Admin problem"</title>
<link>http://bbpress.org/forums/topic/wpbb-integration-admin-problem#post-17124</link>
<pubDate>Tue, 08 Jul 2008 21:21:43 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17124@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;To anyone reading in the future:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Please&#60;/strong&#62; use different table prefixes for bbPress and WordPress.   bb_ for bbPress and wp_ for WordPress are the defaults, for good reason.  You can change them to something else if you like, but make sure they are different for WordPress, bbPress, and anything else you might install in that database.&#60;/p&#62;
&#60;p&#62;Integration does not require the same table prefix, and using the same table prefix means bbPress will try to use WordPress tables (of the same name) that have already been created.
&#60;/p&#62;</description>
</item>
<item>
<title>laran on "WP/BB Integration Admin problem"</title>
<link>http://bbpress.org/forums/topic/wpbb-integration-admin-problem#post-17113</link>
<pubDate>Tue, 08 Jul 2008 16:12:49 +0000</pubDate>
<dc:creator>laran</dc:creator>
<guid isPermaLink="false">17113@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I got my wordpress working again by making the following change.&#60;/p&#62;
&#60;p&#62;I changed this: a:1:{s:9:&#34;keymaster&#34;;b:1;}&#60;/p&#62;
&#60;p&#62;to this: a:1:{s:13:&#34;administrator&#34;;b:1;}&#60;/p&#62;
&#60;p&#62;Now I think I've got to figure out how to undo the bbpress installation and do it again properly. I too suppose I didn't read the instructions carefully enough.&#60;/p&#62;
&#60;p&#62;In my case, I want to integrate wordpress and bbpress. So I thought I was supposed to have the tables names be the same.
&#60;/p&#62;</description>
</item>
<item>
<title>Sewar on "WP/BB Integration Admin problem"</title>
<link>http://bbpress.org/forums/topic/wpbb-integration-admin-problem#post-2607</link>
<pubDate>Mon, 25 Dec 2006 23:06:50 +0000</pubDate>
<dc:creator>Sewar</dc:creator>
<guid isPermaLink="false">2607@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Go to your database in phpMyAdmin, in table &#60;code&#62;wp_usermeta&#60;/code&#62; you will see this row:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
user_id       meta_key 	            meta_value&#60;br /&#62;
1 		    bb_capabilities 	a:1:{s:6:&#38;quot;member&#38;quot;;b:1;}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change &#34;meta_value&#34; to: &#60;code&#62;a:1:{s:9:&#38;quot;keymaster&#38;quot;;b:1;}&#60;/code&#62;, So it will look like:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
user_id       meta_key 	            meta_value&#60;br /&#62;
1 		    bb_capabilities 	a:1:{s:9:&#38;quot;keymaster&#38;quot;;b:1;}&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "WP/BB Integration Admin problem"</title>
<link>http://bbpress.org/forums/topic/wpbb-integration-admin-problem#post-2574</link>
<pubDate>Fri, 22 Dec 2006 22:53:36 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">2574@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;With integration, you had to say during the installation what user you wanted to be the key master (adminstrator) in bbPress.   Adminstrators in WP don't automatically get admin status in bbPress.   What I would suggest is finding out who is the key master in bbPress, login as them and add the user you want as admin with key master or admin status.&#60;/p&#62;
&#60;p&#62;If you are unsure who is key master, I believe a search in the db should let you know, or just check out:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/185?replies=5#post-909&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/185?replies=5#post-909&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "WP/BB Integration Admin problem"</title>
<link>http://bbpress.org/forums/topic/wpbb-integration-admin-problem#post-2543</link>
<pubDate>Fri, 22 Dec 2006 00:39:15 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">2543@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have WP and bbPress integrated and have no problem logging in as admin in WP then also being admin in bbPress.  I have the opposite problem (not really a problem): when I log into bbPress as a normal user, and I try to access wp-admin, it gives me an error about not having sufficient permissions.  In wp-admin &#38;gt; users, I edited the permissions for the &#34;normal&#34; bbPress user, and he can act as admin at WP now.  Never tried to admin bbPress as that user...&#60;/p&#62;
&#60;p&#62;I think it's probably something else: I did not require the hack you are suggesting to make this work.&#60;/p&#62;
&#60;p&#62;In bbPress, does it say:&#60;br /&#62;
&#60;code&#62;Welcome, admin! View your profile» (Admin &#124; Logout)&#60;/code&#62;&#60;br /&#62;
up top?&#60;/p&#62;
&#60;p&#62;If it does, clicking the Admin link there will take you to the bbPress dashboard.  Is that not happening for you?
&#60;/p&#62;</description>
</item>
<item>
<title>bakedlogdotcom on "WP/BB Integration Admin problem"</title>
<link>http://bbpress.org/forums/topic/wpbb-integration-admin-problem#post-2539</link>
<pubDate>Thu, 21 Dec 2006 23:56:39 +0000</pubDate>
<dc:creator>bakedlogdotcom</dc:creator>
<guid isPermaLink="false">2539@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have successfully integrated Wordpress and BBPress (&#60;a href='http://bbpress.org/forums/topic/12?replies=25#post-2502'&#62;http://bbpress.org/forums/topic/12?replies=25#post-2502&#60;/a&#62;) but I am having 1 problem..&#60;/p&#62;
&#60;p&#62;When I log in as admin in BBPress, it seems to be logging me in with the 'admin' account from Wordpress, and not giving it admin privileges on the BBPress system, (ie: i can't go to /bb-admin to edit anything).&#60;/p&#62;
&#60;p&#62;The only thing i can think of is somehow excluding the 'admin' account integration when you log into bbpress, something like&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
if ($user=='admin') { #skip integration }&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Or is there something I am missing..?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
-BHensley.com&#60;br /&#62;
-Bakedlog.com
&#60;/p&#62;</description>
</item>

</channel>
</rss>
