Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help Integrate WordPressMU, Buddypress, and bbpress

It should work…

make sure wp-config has:

define( ‘COOKIEHASH’, ‘blahblahblahblahblahblahblahblahblahblah’ );

define( ‘COOKIE_DOMAIN’, ‘.websiteblah.com’ );

define( ‘SITECOOKIEPATH’, ‘/’ );

define( ‘COOKIEPATH’, ‘/’ );

and bb-config has:

define( ‘COOKIE_DOMAIN’, ‘.websiteblah.com’ );

define( ‘SITECOOKIEPATH’, ‘/’ );

define( ‘COOKIEPATH’, ‘/’ );

you can get the correct configuration using “bbPress Integration” wordpress plugin

Skip to toolbar