Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WP 2.6.3 & bbPress 1.0A2 slight fix

Okay, I did some testing of

$bb->wp_home = 'http://ipstenu.org'; and $bb->wp_home = 'http://ipstenu.org/bblog'; and ffft.

So. This doesn’t really bother me much, since I don’t mind people double-logging in. It’s only annoying in the realm of I hate when code doesn’t work right! :)

WP 2.6.3, BP 1.0-alpha-2

bb-config

// WordPress cookie integration speedup
$bb->wp_siteurl = 'http://jorjafox.net/blog';
$bb->wp_home = 'http://jorjafox.net';
$bb->cookiedomain = '.jorjafox.net';
$bb->cookiepath = '/';
$bb->authcookie = 'wordpress_DELETED';
$bb->secure_auth_cookie = 'wordpress_sec_DELETED';
$bb->logged_in_cookie = 'wordpress_logged_in_';
$bb->admin_cookie_path = '/forums/bb-admin';
$bb->core_plugins_cookie_path = '/forums/bb-plugins';
$bb->user_plugins_cookie_path = '/forums/my-plugins';
$bb->sitecookiepath = '/';
$bb->wp_admin_cookie_path = '/blog/wp-admin';
$bb->wp_plugins_cookie_path = '/blog/wp-content/plugins';
// End integration speedups

WP-config

// Cookies
define('COOKIE_DOMAIN', '.jorjafox.net');
define('COOKIEPATH', '/' );

I’ve also tried with no cookie settings in my wp-config. Right now it’s commented out. It’s sharing the admin cookie, since I can get into WP-admin if I log in with BBpress, but I don’t show up as a user (if I go to make a comment, it gives me the screen anon users see). If I log in via WP, I’m only logged into WP.

Skip to toolbar