bb login not integrated with wp
-
Ive looked though the warious theads on this but have not found a solution.
When I log in to wp and then go to the forum the the username field is filled in but the password field is blank and clearly I am not logged in to bb.
A far as I can see I have followed the instructions to the letter but its not working. here is my config.
$bb_table_prefix = ‘bb_’;
$bb->domain = ‘http://whipup.net’;
$bb->path = ‘/bbpress/’; // Example: ‘/forums/’
$bb->name = ‘the whipup forum’;
$bb->admin_email = ‘zerospam@kinetic.com.au’;
$bb->mod_rewrite = true;
$bb->page_topics = 30;
$bb->edit_lock = 60;
$bb->gmt_offset = 0;
define(‘BBLANG’, ”);
$bb->akismet_key = ‘xxxxxxxxxxxx’;
$bb->wp_table_prefix = ‘wp_’;
$bb->wp_home = ‘http://whipup.net’;
$bb->wp_siteurl = ‘http://whipup.net’;
/* Stop editing */
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
- You must be logged in to reply to this topic.