Forums
-
- Forum
- Posts
-
- Installation
- 27,249
- Troubleshooting
- 59,599
- Themes
- 10,067
- Plugins
- 14,830
- Requests & Feedback
- 14,487
- Showcase
- 3,226
-
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