Sep 27, 2022 11:57 am
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.