Notifications
Clear all

Script [Closed] PHP Function for Creating Forum

1 Posts
1 Users
0 Reactions
483 Views
Posts: 83
Topic starter
(@timrodman)
Estimable Member
Joined: 8 years ago

Does anyone know if there is a PHP function for creating a forum?

I'd like to make it possible for users to create their own private forums. The user would get to enter the name for their forum, then the forum would get created programmatically.

The PHP code would also need to create a usergroup for the forum, assign the user to the usergroup, and give that usergroup moderator access on the new forum.