Module Navigation


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

[edit] Module Navigation

  • You must name your modules navigation file modulename.nav.php

[edit] Example

<?php


if(isset($eModsNavCache['modulename']))
{
        // The information that shows up on the admin cp navigation
	makenavoption("Navigation 1", 'eMods/modulename.php');
	makenavselect("modulename");
}
?>



This page was last modified 00:07, 12 April 2007.