bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

bb login not integrated with wp

(4 posts)
  • Started 2 years ago by otilija
  • Latest reply from otilija
  • This topic is not resolved

Tags:

  1. otilija
    Member

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

    Posted 2 years ago #
  2. Does your username have a space in it?

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

    Posted 2 years ago #
  3. otilija
    Member

    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?

    Posted 2 years ago #
  4. otilija
    Member

    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

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.