Skip to:
Content
Pages
Categories
Search
Top
Bottom

bb login not integrated with wp


  • otilija
    Member

    @otilija

    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’ );

Viewing 3 replies - 1 through 3 (of 3 total)
  • Does your username have a space in it?

    If so try this plugin https://bbpress.org/plugins/topic/4


    otilija
    Member

    @otilija

    sorry for the delay in getting back to you – no there are no spaces just a simple one word username – Im stumped now… is there anything else I can try?


    otilija
    Member

    @otilija

    I just occurred to me, is there going to be a problem if the WP install is in / while bbpress is in /bbpress/ ? It sounds ok by my reading of the dox but I just wanted to be sure I hadn’t missed the point… and BTW i just upgraded to 2.05 and .73

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar