Add function to ‘create group’
-
Here is what I am trying to find.
When a user clicks the ‘create group’ button in their profile, the user is given the choice of
group name
group description
recent news
The user fills in the information and the group is created. That part is normal and works.
Behind the scenes somehow buddypress is also creating a bbpress ‘group forum’ for that group.
What file actually is in charge of creating the bbpress group forum?
I am 90% done with a mod that will replace bbpress with vbulletin for groups forums, and also the ability to give each blog their ‘own’ vbulletin forum.
The reason I am asking for the file that ‘creates the bbpress group forum’ when a new group is created, is so that I can strip that part out, and replace it with the code needed to create a vbulletin group forum instead….
- The topic ‘Add function to ‘create group’’ is closed to new replies.