Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Key Master Doesn’t Have Permission to Add Forum

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.

Skip to toolbar