Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP Groups and BB sub forums


Burt Adsit
Participant

@burtadsit

There seems to be a new configuration option for the group forums:

define ( ‘BP_FORUMS_PARENT_FORUM_ID’, 1 );

What this allows is all group forums, when created, to be children of a specific forum. It defaults to forum id 1 in bbpress. That would be the first one created during install. You can change this behavior by defining another forum id to be the parent forum or turn off this completely in bp-custom.php like this:

define ( ‘BP_FORUMS_PARENT_FORUM_ID’, 0 );

Zero for ‘do not do that stuff’ or some other existing forum id you want to be the parent. You’ll have to go into the back end of bbpress to rearrange the forums that have been already created. Just set their Forum Parent to be -None-.

Skip to toolbar