BBPress and BuddyPress all working without logins
-
here is the site in question: http://www.waapsols.com
Its running Buddypress.
These are the steps i followed to integrate BB and BP… http://buddypress.org/forums/topic/bp-103-and-bbpress-which-version-plugins-cookies#post-20006
WPMU, BP, and BB is working good. But I just can’t get the logins to work, I mean when I login into WPMU, I am not automatically logged into BBPress Forum.
I am guessing thats the reason why in my BuddyPress, the forum is working fine, but who ever posts, there is no gravtar or name is seen
Can someone help, what might have gone wrong.?
-
You need to integrate the user meta and the cookie integration. Seems like you made a mistake with both?
Make sure you installed everything in this order:
1. Clean DB (No old WP_ or bb_ tables. Clean it)
2. Install WPMU
3. Install Buddypress
4. Install BbPress
I used this guide and got it working:
http://umwblogs.org/wiki/index.php/Integrating_WPMu%2C_BuddyPress%2C_and_bbPress
Hi anandasama,
I followed the same order.
Even I think that my user meta and cookie integration might have some problem, is there any way to check the same?
Or can I do it again the cookie and user meta integration part?
thanks
If you’re using WPMU 2.8+ take out
define( ‘WP_AUTH_COOKIE_VERSION’, 1 );
Thanks greikg for the response.
Can you please guide me as to which file is this function to be removed from?
thanks
Well,
In my wp-config.. i cant see this line…
instead there is all this…
define( ‘BB_AUTH_KEY’, ‘*****’ );
define( ‘BB_SECURE_AUTH_KEY’, ‘*****’ );
define( ‘BB_LOGGED_IN_KEY’, *****’ );
define( ‘BB_NONCE_KEY’, ‘*****’ );
define(‘BB_AUTH_SALT’, ‘*****’);
define(‘BB_LOGGED_IN_SALT’, ‘*****’);
define(‘BB_SECURE_AUTH_SALT’, ‘*****’);
Why do you have bbPress keys in your WP config file? Looks like you messed up following the tutorial. Re-try!
Pratik, those BB_ definitions should be in your BB-CONFIG file, not your WP-CONFIG file Move ’em over and try again.
- You must be logged in to reply to this topic.