As of MyBB 1.2.x, modules have been deprecated. Please use the plugin system
- You must name your modules navigation file modulename.nav.php
<?php
if(isset($eModsNavCache['modulename']))
{
// The information that shows up on the admin cp navigation
makenavoption("Navigation 1", 'eMods/modulename.php');
makenavselect("modulename");
}
?>