bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Integration with WPMU

(2 posts)
  • Started 1 year ago by raymond
  • Latest reply from fel64
  • This topic is not resolved
  1. raymond
    Member

    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 1 year ago #
  2. Thanks for posting the solution, then :)

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.