Forums
-
- Forum
- Posts
-
- Installation
- 28,369
- Troubleshooting
- 62,138
- Themes
- 10,387
- Plugins
- 15,305
- Requests & Feedback
- 14,888
- 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
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS