Forums
-
- Forum
- Posts
-
- Installation
- 28,539
- Troubleshooting
- 62,921
- Themes
- 10,446
- Plugins
- 15,400
- Requests & Feedback
- 15,014
- Showcase
- 3,257
-
OK I fixed it. It looks like we took some bad advice. There was a post saying to make wpmu and bbpress get along I should add:
if ( isset( $bb->wp_table_prefix ) ){
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
}
to the config.php
That is the code that was messing things up. Without it admin works fine as keymaster and I see no other problems yet.