Re: WordPress + bbPress Integration 101
No, I hadn’t tried asking in the WPMU forums. I just went ahead and uploaded the non-alpha release. I’m running into a situation where the installation is asking me for a Secret Key, though, and all I have are:
define(‘AUTH_KEY’, ‘…’);
define(‘SECURE_AUTH_KEY’, ‘…’);
define(‘LOGGED_IN_KEY’, ‘…’);
define(‘NONCE_KEY’, ‘…’);
define(‘AUTH_SALT’, ‘…’);
define(‘LOGGED_IN_SALT’, ‘…’);
define(‘SECURE_AUTH_SALT’, ‘…’);
instead. Also, what the “database secret” is, I don’t know either.
Thanks!