Skip to:
Content
Pages
Categories
Search
Top
Bottom

Logging in/out issue with buddypress/bbpress

Viewing 13 replies - 1 through 13 (of 13 total)
  • @djpaul

    Keymaster

    You need to set up cookie integration for your BP / BB properly.

    @pxlgirl

    Participant

    Yeah, I’ve done that, I copied the ones I have in my wp-config.php to bb-config.php and added BB_ on each of them. Is that what you meant? That was the only way I know to set this up.

    pxlgirl.

    @djpaul

    Keymaster

    Well are you sure they work? Because unless I am misunderstanding what you’ve explained above, it seems it isn’t.

    @jason_jm

    Participant

    DJPaul is right, you need to complete your integration. You’ll need to do than copy the defines over. For reference, what version are you using?

    @jason_jm

    Participant

    DJPaul is right, you need to complete your integration. You’ll need to do than copy the defines over. For reference, what version are you using?

    @pxlgirl

    Participant

    BBpress 1.0.3, WPMU 2.8.4a, BP 1.0.3.

    So if my intergration won’t work, what should I do next? AFAIK it needs all these keys and I took those I had on my wp-config.php. I’ve done a few things after that, I need to find that tutorial again. ;)

    pxlgirl.

    @jason_jm

    Participant

    I don’t know what happened to my post, it became unreadable.

    You need the hashes, cookie domains, cookie hashes, etc…

    There are tons of posts on bbpress.org that you’ll be able to use.

    Also, don’t forget about the integration plug-in. It will help you out.

    @pxlgirl

    Participant

    Are you talking about these ones…

    define( 'BB_AUTH_KEY', 'a85018... or these?

    define( 'COOKIE_DOMAIN', '.mysite.com' );
    define( 'SITECOOKIEPATH', '/' );
    define( 'COOKIEPATH', '/' );

    Both taken from my bb-config.php.

    P. S. forgot to say, I got the 2nd part in my wp-config.php too, with this line above it:

    define( 'COOKIEHASH', 'c9ablaaaaah.' );

    pxlgirl.

    @gerikg

    Participant

    take out cookiehash from bb-config.php just leave it in wp-config

    @pxlgirl

    Participant

    gerikg, I’ve done that, the cookiehash is in wp-config.php only.

    @gerikg

    Participant

    do you have define( 'BB_NONCE_KEY', ?

    @pxlgirl

    Participant

    Yes, I have that one.

    @gerikg

    Participant

    is it still happening? can you email me the wp-config and bb-config files but take out your db login info?

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Logging in/out issue with buddypress/bbpress’ is closed to new replies.
Skip to toolbar