Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Basic integration screencast

First, you can’t use bb .9 with WP 2.6. It won’t work right becuase they changed login stuff (I’m vague cause I need more coffee). So you have to use bb 1.0-alpha6 with WP 2.6 (or 2.7 etc).

If you don’t have a SECRET_KEY that’s okay.

What you MUST have are:

wp-config         bb-config
AUTH_KEY BB_AUTH_KEY
SECURE_AUTH_KEY BB_SECURE_AUTH_KEY
LOGGED_IN_KEY BB_LOGGED_IN_KEY
NONCE_KEY BB_NONCE_KEY

AUTH_SALT BB_AUTH_SALT
LOGGED_IN_SALT BB_LOGGED_IN_SALT

It’s okay that your KEYs are in the options page. You can set those in wp-config.php if they’re not already there. Which I think they should be.

Skip to toolbar