Forums
-
- Forum
- Posts
-
- Installation
- 28,383
- Troubleshooting
- 62,262
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,918
- Showcase
- 3,252
-
I wish I didn’t, but I do…bbPress is setting a cookiehash & I need to change it, I thought this would be possible by using
define('BB_COOKIEHASH', md5('my key here'));
or
define('COOKIEHASH', md5('my key here'));
in my bb-config.php, but whatever I use as ‘my key here’ makes no difference to the cookies created by bbPress, any other ideas?