Forums

Join
bbPress Support ForumsTroubleshootingIntegrating bbPress into WordPress - cannot use single login

Info

Integrating bbPress into WordPress - cannot use single login

  1. Hi,

    I've read a bunch on the boards and tried to follow all the steps I could find, but nothing seems to have any effect. WordPress is installed in the root of http://www.tiltmonster.com. bbPress is installed in http://www.tiltmonster.com/forums.

    The databases are currently integrated, so that much is good. But if you login at the forums, you are not logged in at the main site, and vice versa. I added these lines to bb-config.php:
    $bb->wp_table_prefix = 'wp_';
    $bb->wp_home = 'www.tiltmonster.com';
    $bb->wp_siteurl = 'www.tiltmonster.com';

    $bb->usercookie = 'wordpressuser_1726d05b40cf2f851e025f1a862c21fa';
    $bb->passcookie = 'wordpresspass_1726d05b40cf2f851e025f1a862c21fa';

    $bb->cookiedomain = 'www.tiltmonster.com';
    $bb->cookiepath = '/';

    When I check the cookies after logging in from the forums, the value for the MD5 hash is different than above. Also, the domain shows as .www.tiltmonster.com, with that period before the www.

    One thing of note: there was no secret key listed in my wp-config.php file, so I generated one and inserted it, then copied that value to bb-config.php. Could that be where I went wrong?

    Thank you.

  2. You're on bbPress stable, which isn't capable of sharing cookies with WordPress 2.7. If you want, you can install the alpha version of bbPress, but it's not really a good idea on a production site...

  3. Wow. I wish I had known that a few hours ago.

  4. any sight on when bbpress will support it? 1.0 does, i read. when is it expected? withing a few weeks? months? and are we then speaking 2 or 6 months?

    thanks in advance!

  5. Started running bbpress 1.0-Alpha6 recently on a productionsite... Probably a bad idea but everything seems to work... A few plugins that don't work but other than that it's all good! :)

  6. Any idea when bbPress 1 is out? At least in beta? I would really like this integration to work.

  7. http://bbpress.org/forums/tags/10

    I don't believe there is a definite date.

  8. You must log in to post.