MyBB Documentation

Module Permissions

The 1.6 Documentation is no longer maintained and some information may be outdated.

The MyBB 1.6 series reached end of life on October 1, 2015.

This means there will be no more security or maintenance releases for these series and forums running these versions of MyBB may be at risk of unfixed security issues. All administrators are strongly encouraged to upgrade their forums to the latest release of MyBB as soon as possible.

As of MyBB 1.2.x, modules have been deprecated. Please use the plugin system

  • You must name your modules permissions file modulename.perms.php
<?php
if(isset($eModsCache['modulename']))
{
	makeyesnocode("Permission 1", "newperms[permissionname]", $permissions['permissionname']);
}
?>


MyBB Customization
Templates/Themes Authoring - Template Management - Theme Management - User-created
Plugins Authoring - Plugin Hooks - Plugin Management - User-created
Translations Language Management - Download
Links MyBB Mods

Edit this page on GitHub