Search Results for 'bbpress'
-
Search Results
-
Its just not working! Please help.
define( 'BB_AUTH_SALT', '' );
define( 'BB_LOGGED_IN_SALT', '' );
define( 'BB_SECURE_AUTH_SALT', '' );
define('BB_NONCE_KEY', '');matches it wp-config equivalent (with values obviously).
Used the bbPress Integration plugin to get new values for the wp-config file and entered them
/*** bbPress integration ***/
define( 'COOKIEHASH', '998c6cb0a1fda1b22e40b1a75220d390' );
define( 'COOKIE_DOMAIN', '.www.MYSITE.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );
define( 'WP_AUTH_COOKIE_VERSION', 1 );I have checked through all the settings in bbPress WordPress Integration settings (in bbPress) and they all look correct.
XML-RPC is enabled.
I have seen that oterh people seem to be able to get this working. I have followed a few of these guides, but still can’t get it to work.
Would be great if you have any ideas! Thanks!
Topic: Step two questions
I am setting up bbpress with WPMU intergration.
A couple of things are not so clear.
1. In cookie settings under WordPress “logged in” cookie salt it asks for a setting of “logged_in_salt” and gives a URL to my admin options to get it – onlt it isn’t on that page at all which is confusing. It says If you leave this blank the installer will try to fetch the value based on your WordPress database integration settings – which I can only hope it will.
2. Then in Show advanced database settings I came across something I had not know or considered. Can I give the forum the same database as my WP and enter the same settings in the set up? I have set up another DB for bbpress but it would seem to make sense to share the membership. Is it too late to change the DB here if so?
Hi, I have been waiting for this release of bbPress so that I can get forums working in BuddyPress. I am delighted to see it released. Can someone please tell me if this version of bbPress will get forums working in BuddyPress?
Also, I was having trouble with password sharing between WPMU and bbPress. Does the cookie integration now work in bbPress v1.0.1?
Thanks!
Hi,
I’ve been working on integrating bbPress with a website that already has its own user database and login system. I already set it up to keep the bbPress database and the site database synchronised, so that registering as a site user will simulate registration in bbPress. The last step is to make bbPress recognize my site’s cookies, which I’m trying to do through a plugin.
I’ve been trying to figure out which functions I need to rewrite in order to make this possible. I know there are a handful of functions in functions.bb-pluggable.php which I can replace in my plugin, but I’m not clear on how they connect with everything else in bbPress.
Basically, I have a function that determines whether a user is currently logged in, and what that user’s ID number is. I just can’t figure out where to put the function. (The site uses its own login form, so I don’t need to worry about bbPress’ login process.)
I found a few old posts where people were trying to do similar things, but no clear answers. Any pointers would be appreciated.
Thanks!
Dan
Topic: Integration
I have done all the steps provided to integrate WP and bbPress, but when I login to WP, I am logged out of bbPress and vice-versa. Why is this happening?