Forums
-
- Forum
- Posts
-
- Installation
- 28,383
- Troubleshooting
- 62,262
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,918
- Showcase
- 3,252
-
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