MyBB Community Forums

Full Version: multiple forums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to have multiple forums, all with the same plugins and code modifications. What would is the best way for me to duplicate forums once I have the master created?
You will have to use the same files but with different databases. However remember that ./inc/config.php has to be a different one each time.
You'd have to replicate your database for each forum, make a copy of the inc/config.php and edit it so that the database information is correct for each forum, and just use a copy of the files you have with the plugins and modifications.

When you've got all of them up, remember to update the Board URL, and Cookie settings to match the info of each forum.