Skip to:
Content
Pages
Categories
Search
Top
Bottom

Logging in/out issue with buddypress/bbpress

Viewing 13 replies - 1 through 13 (of 13 total)
  • You need to set up cookie integration for your BP / BB properly.


    pxlgirl
    Participant

    @pxlgirl

    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.

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


    Jason Giedymin
    Participant

    @jason_jm

    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 Giedymin
    Participant

    @jason_jm

    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

    @pxlgirl

    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 Giedymin
    Participant

    @jason_jm

    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

    @pxlgirl

    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

    @gerikg

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


    pxlgirl
    Participant

    @pxlgirl

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


    gerikg
    Participant

    @gerikg

    do you have define( 'BB_NONCE_KEY', ?


    pxlgirl
    Participant

    @pxlgirl

    Yes, I have that one.


    gerikg
    Participant

    @gerikg

    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