Search Results for 'bbpress'
-
Search Results
-
Ehlo all,
i just want to share a solution for BBPress 1.0 Alpha 6 – WordPress MU 2.7 cookie integration — or a hack. My problem is that after installation of WPMU and BBPress, i can not make a single sign on : to make a user log in to BBPress can access WordPress without another login and a user log in to WordPress can access BBPress without another login.
I just use Cookie integration with WordPress installed at
/home/usr1/myweb
And bbpress at
/home/usr2/myweb/bbpress
After Googling i found hint about cookie domain, SECRET KEY etc, but it does not work …
When i check the cookie, the cookie from BBPress is appended with some words for example :
wordpress_logged_in_170v36454
meanwhile the cookie for wordpress is simply
wordpress_logged_in
I then change a line of code at bb-settings.php from
define(‘BB_HASH’, $bb->wp_cookies_integrated ? md5($bb->wp_siteurl) : md5($bb->uri));
to
define(‘BB_HASH’, ”);
Somehow IT WORK !
Hi,
I have integrated WordPress and bbPress. They both share the same table for users. I can login in to a user in the database from both WordPress and bbPress. SO they are correctly sharing the same user table. However, when I login as a user for the blog and then click on the forum then click to post in the forum it asks me to log in. I imagine it has something to do with cookies. I have gone through the docs on integration and the post by _CK_ but nothing has made it work yet.
Please help me identify the problem. If you want I can post the config files for both WordPress and bbPress.
Topic: Admin approval of all users
Do you think is it possible disable login for subscriber and the registration form of wordpress and use only bbpress for login/registration/edit profile ? i don’t have bbpress installed at the moment, but i don’t want two registration form, two login form, a wp panel and the edit profile of bbpress.
thanks