Modules
As of MyBB 1.2.x, modules have been deprecated. Please use the plugin system
MyBB Mods has a unique and easy-to-use module system that allows you to extend the functionality of your MyBB administration center with ease.
[edit] Installing Modules
Here is how to install and activate a modules. Please note that different modules may need you to do additional modifications or procedures. Check the modules's documentation for those specific information.
- Upload the module file (which should be in the format: modulename.php) to the folder: inc/plugins/eMods/. It is imperative that you do not change the filename from the one that was distributed by the module author.
- Login to your Admin CP, and click on "Module Manager" in the Settings category of the menu.
- Find the plugin that you uploaded, and click "Install"
- If all goes well, you should be redirected back to the module manager and the button will now say "Uninstall"
Note: This installation procedure only works on the earlier versions. Versions after 1.2 only supports plugin installations.
[edit] User-Created Modules
These can be found on MyBB Mods as well, and on other MyBB resource websites.
Visit User Created Modules for a list of modules available for download.