Forums
-
- Forum
- Posts
-
- Installation
- 28,485
- Troubleshooting
- 62,570
- Themes
- 10,431
- Plugins
- 15,353
- Requests & Feedback
- 14,965
- Showcase
- 3,256
-
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