Info
- 6 posts
- 4 voices
- Started 4 years ago by maker
- Latest reply from Jaithn
- This topic is not resolved
what are the issues with wpmu & bbpress?
-
- Posted 4 years ago #
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?
-
- Posted 4 years ago #
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 -
- Posted 4 years ago #
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
-
- Posted 4 years ago #
cool. best I read up on WPMU then.
thanks guys.
-
- Posted 4 years ago #
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. ;)
-
- Posted 4 years ago #
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
-
You must log in to post.