Forums
-
- Forum
- Posts
-
- Installation
- 28,551
- Troubleshooting
- 62,891
- Themes
- 10,444
- Plugins
- 15,399
- Requests & Feedback
- 14,995
- Showcase
- 3,259
-
I added
//try to sync cookies
$bb->cookiedomain = ‘.mpm.org.au’;
$bb->cookiepath = ‘/’;
to bbPress config.php (in root)
I added
define(‘COOKIE_DOMAIN’, ‘.mpm.org.au’);
to wp-config.php (in /300/)
but now I can’t log out of bbpress?