MyBB Documentation

Module Navigation

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 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");
}
?>


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