Quote:
Originally Posted by bashy
Sorry m8 me been in scotland climbing, only just got back....
Will look forward to it 
thanks
|
Hi m8
Here is how to add the options for your mods
Open modcp/index.php
Find
PHP Code:
if (can_moderate(0, 'canannounce'))
Above that
PHP Code:
// *************************************************
if (can_moderate(0, 'vbcheats_can_mod_cheats'))
{
construct_nav_option($vbphrase['view_unapproved_cheats'], 'vbcheats_modcp.php?do=unapproved');
construct_nav_option($vbphrase['view_categorys'], 'vbcheats_modcp.php?do=categorys');
construct_nav_option($vbphrase['view_cheats'], 'vbcheats_modcp.php?do=viewcheats');
construct_nav_group($vbphrase['vbcheats']);
construct_nav_spacer();
}
You will need to add these phrases as well
view_unapproved_cheats = unapproved cheats
view_categorys = Categories
view_cheats = View Cheats
Then download this file and upload it to modcp folder