Skip to:
Content
Pages
Categories
Search
Top
Bottom

what are the issues with wpmu & bbpress?

  • I’m thinking about changing my wp installations over to wpmu so I can have more artists projects but I would (probably) like to keep my bbpress as the main page.

    There seems to be a bit of difficulty with integrating wpmu with bbpress.

    Am I better off waiting until at least bb 1.0?

Viewing 5 replies - 1 through 5 (of 5 total)
  • There seems to be a bit of difficulty with integrating wpmu with bbpress.

    I disagree. You pretty much drop three lines into the config file for bbpress, use the same database and it’s set.

    The two lines to share the cookies: Link

    And this line to use the user table from wpmu.

    define('CUSTOM_USER_TABLE', 'wp_users');

    And IIRC, that’s already in the config file, just commented out.

    Hope this helps,

    -drmike

    Darn it, I forgot that blockquote is not styled in this forum…..that is a problem that I will have dealt with! I changed your post drmike to the code tag for now as it didn’t read right without a formatting of some kind!

    Trent

    cool. best I read up on WPMU then.

    thanks guys.

    Hmm, I tried code (well teh backticks) in there when I noticed that the blockquotes didn’t work. In Netscape they looked teh same so I went back to just using the blockquote.

    Moderators have backend access, right Trent? You should change that. ;)

    And this line to use the user table from wpmu.

    define('CUSTOM_USER_TABLE', 'wp_users');

    And IIRC, that's already in the config file, just commented out.

    i don’t have these lines in my bbpress config file…do i need them?

    jaithn

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