Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to integrate bbPress 0.9 with WordPress 2.3 or lower


Sam Bauers
Participant

@sambauers

Try putting this in your bb-config, it should rename those bbPress cookies for you:

$bb->usercookie = 'wordpressuser';
$bb->passcookie = 'wordpresspass';

.

You may also need to adjust the cookie domain and path, but try that first.

Skip to toolbar