sweet2sweet:
Find:
Code:
$printhr = false;
if (can_administer('canadminsettings'))
{
$printhr = true;
construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
if ($debug == 1)
{
construct_nav_option($vbphrase['admin_help_manager'], 'help.php?do=manage&script=NOSCRIPT');
}
construct_nav_group($vbphrase['vbulletin_options'], '<hr />');
}
if ($printhr == true)
{
construct_nav_spacer();
}
Underneath Place:
Code:
$printhr = true ;
construct_nav_option("Control Inferno Quiz's", 'admin_quiz.php', '<br />');
construct_nav_option("Control Quiz Questions", 'admin_quiz.php?do=questions', '<br />');
construct_nav_group("Inferno Quiz Control", '<hr />');
$printhr = false;
Thats for admincp/index.php, as for the template, it seems you are using a skin with a custom header, you will have to ask the author of the skin how to add more navigation buttons i'm afraid.
Not sure when i'll get v2 out, but i'll be releasing v1.1 soon which fixes a couple of bugs, such as the FireFox incompatability for permissions control
- Zero Tolerance