Info
- 2 posts
- 2 voices
- Started 4 years ago by raymond
- Latest reply from fel64
- This topic is not resolved
Integration with WPMU
-
- Posted 4 years ago #
To get bbpress login integrated with WPMU I had to add the following lines to config.php, after $bb->wp_xxx settings:
if ( isset( $bb->wp_table_prefix ) ){
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
}Because WPMU does not use HASH in its COOKIES.
-
- Posted 4 years ago #
Thanks for posting the solution, then :)
-
You must log in to post.