MyBB Community Forums

Full Version: Combining config.php, and settings.php.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Would this be possible? I don't need this, as much as I want it. It would really, really speed up my creation of MyBBFree, which automatically creates forums for users. If this would not be an easy task, I could rewrite my entire script, making it call 2 files, and edit them both. Thank you.
I think you would have a hard time combining the two files since most if not all files call on both config.php and settings.php. You would have edit a lot of files, so I think it's best to rewrite your code.
Yes, this is not recommended because settings.php is constantly being rewritten whenever a setting is changed whilst config.php isn't (and after MyBB is installed you should change the permissions back on config.php so that it's not writable).
Ah, thank you. It won't take but about a few hours to rewrite my code. X_X