Search Results for 'bbpress'
-
Search Results
-
Topic: WPMU Integrated Installation
Just wanted to put out my bbPress installation that I’ve worked on. It’s completely integrated (for user accounts, authentication, registration etc) with a very customized WPMU install as well.
Our system gives users the ability to manage a custom avatar (uploading, then cropping to 2 different sizes), plus handles all of their (extended) profile information.
Hope you like it!
Hi,
I don’t mean to post twice, but I realized that I replied this to a thread that had already been resolved.. so I am posting a new topic.
I am trying to integrate bbpress(0.8.3.1) with wordpress mu (1.3.3), and I am having some issues with cookies for login/logout.
I’ve tried setting this: (“MD5hash” replaced with my MD5)
$bb->usercookie = 'wordpressuser_MD5hash';
$bb->passcookie = 'wordpresspass_MD5hash';However, that didn’t seem to allow single sign-on login(meaning, if I am log into wp, go to bbpress and find myself already logged and vice versa)
Watching the cookies during the login/out process on WP MU, I found that the cookie names that WP MU uses are: “wordpresspass” and “wordpressuser”
So in config.php for bbpress, I used:
$bb->usercookie = 'wordpressuser';
$bb->passcookie = 'wordpresspass';This works somewhat, let me explain:
This scenario works:
Log into WPMU, refresh bbpress page, I find myself already logged into bbpress.
Log out of WPMU, refresh bbpress page, I find myself logged out of bbpress.
Log into BBpress, refresh WPMU, I find myself logged into WPMU
This doesn’t work:
Log into BBpress, refresh WPMU (I find myself logged into WPMU) AND THEN when I try to log out from WPMU, I can’t log out.
I refresh BBpress page, and I am not logged out either.
If I log out from BBpress at this point, then I am logged out of WPMU as well.
I have a feeling it might be something with WPMU, but I thought I’d post here first since this is where I found all the information about the integration. Thanks for your help. I am appending my config.php relevant to the integration part.
$bb->wp_table_prefix = 'wp_';
$bb->wp_home = 'http://achillesblog.com';
$bb->wp_siteurl = 'http://achillesblog.com';
$bb->usercookie = 'wordpressuser';
$bb->passcookie = 'wordpresspass';
$bb->cookiepath = '/';thanks for your help.
Topic: Forum disappeared
I set up bbpress at board.veryserious.org. It worked just fine for a few months but all of a sudden today it shows me blank page when I go to the board.
board.veryserious.org/register.php for example comes up just fine but board.veryserious.org/index.php appears to be blank (o kb). Has security been compromised somehow?