Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Site integration automatic login?


724613
Inactive

Ok. I figured out how to get the single login working for both bbPress and WordPress…

I did understand the Function part of the setup.

I made sure the bb-config.php file looked like this.

if ( !defined(‘BB_PATH’) )

define(‘BB_PATH’, dirname(__FILE__) . ‘/’ );

require_once(‘path/to/wp-blog-header.php’);

require_once( BB_PATH . ‘bb-settings.php’ );

Skip to toolbar