Module Permissions
As of MyBB 1.2.x, modules have been deprecated. Please use the plugin system
[edit] Module Permissions
- You must name your modules permissions file modulename.perms.php
[edit] Example
<?php
if(isset($eModsCache['modulename']))
{
makeyesnocode("Permission 1", "newperms[permissionname]", $permissions['permissionname']);
}
?>