Having trouble integrating
-
I am having extreme trouble integrating my wordpress (v3.1):
http://www.thesourcegaming.com
with my bbpress which is at http://www.thesourcegaming/forums.
When i go to settings –> word press integration –> I have a problem at:
This must match the value of the WordPress setting named “auth_salt” in your WordPress site. Look for the option labeled “auth_salt” in this WordPress admin page.
This must match the value of the WordPress setting named “secure_auth_salt” in your WordPress site. Look for the option labeled “secure_auth_salt” in this WordPress admin page. Sometimes this value is not set in WordPress, in that case you can leave this setting blank as well.
This must match the value of the WordPress setting named “logged_in_salt” in your WordPress site. Look for the option labeled “logged_in_salt” in this WordPress admin page.
The problem is I don’t see these option on my WordPress Admin page. Auth_salt, secure_aurth_salt, and logged_in_salt don’t exist on the page, I’ve looked 10000000 times.
I got the plugin and added “define( ‘COOKIEPATH’, ‘/’ );” to my wp-config.php
And lastly can anyone explain what exactly what this part means?:
You will also have to manually ensure that the following constants are equivalent in WordPress’ and bbPress’ respective config files.
WordPress bbPress
AUTH_KEY <=> BB_AUTH_KEY
SECURE_AUTH_KEY <=> BB_SECURE_AUTH_KEY
LOGGED_IN_KEY <=> BB_LOGGED_IN_KEY
Any help is appreciate. I’m getting really frustrated trying to find what I can via google/ here.
- You must be logged in to reply to this topic.