Re: bbPress nonces in WP
Simon,
Looks to me like the code in wp and bbpress says you need NONCE_KEY in wp and BB_NONCE_KEY in bbpress to match. Then the salts BB_NONCE_SALT and NONCE_SALT have to match. If the salts don’t exist, wp and bbpress generate random ones. Of course they will not match.