Yup, that’s doable.
Try the tutorials I’ve linked to.
I don’t know if those tutorials are out dated, but when like I said when I integrated the two the other day the buddypress groups just took them over. I’m obviously going to keep looking anyways hoping I screwed something up, but I don’t know.
If you install standalone bbPress at example.com/forums/, then you need to tell BuddyPress to change their forum slug to something else. Otherwise, there is a slug collision.
This can be done by adding the following line in wp-config.php:
define ( ‘BP_FORUMS_SLUG’, ‘discussions’ );
“discussions” can be changed to anything you desire. Now your BP group forums will reside at this new slug.
I’ve looked into that, but all that does is rename the tab/link and the url for the component your dealing with, it won’t combine the bbpress and buddypress registrations and accounts.
I was playing with the idea for a while to just rename “groups” to “topics” and treat them as a forum
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/completely-re-naming-the-groups-component/
I hate repeating myself but the reason I mention the renaming is BuddyPress uses the “forums” slug by default, so if you installed standalone bbPress at /forums/, there will be a slug conflict.
Did you even install standalone bbPress?
On a properly-integrated bbPress and WordPress install, you can login at standalone bbPress and you will be logged in at WordPress and vice versa. I’ve done this on multiple occasions and it works.
Yeah I installed them both locally using MAMP.
I tried it again tonight and when I log in to bbpress it will log me in to buddypress, but when I log in to buddypress it doesn’t log me in to bbpress. I went in to buddypress to the forum setup tab and did the integration from an existing forum thing, but that just set up the groups forums again. I created a group and stated a forum and topic, the group appeared as a subforum on bbpress and the posts appeared there. When I posted on in it bbpress it appeared in the group on buddypress, and group posts appear on bbpress.
I went back to the forum setup tab and it said:
“NOTE: The forums directory will only work if your bbPress tables are in the same database as your WordPress tables. If you are not using an existing bbPress install you can ignore this message.”
Which is something over my head, I don’t even know what a table is.
I installed both in the same database.
@jeffsayre so we don’t hijack the other post, has any of these things happened to you?
@alanchrishughes
Haha! Thanks for keeping the discussion in this thread.
Integrating bbPress with WordPress is not easy. In fact, it can be a real pain. I have not tried integrating bbP and WP since BuddyPress offered a different solution — group forums.
That being said, have you seen this article? More than likely it is out of date with WordPress 3.0, but I suggest posting a comment in that article and see if @theeasybutton can offer you any additional insights.