Quote:
Originally Posted by rex_b
Is there a way to make it where each mod can see a list of the warnings they have given out?
|
Sure, in your modcp/index.php, find the following code:
PHP Code:
if ($canmass)
{
construct_nav_group($vbphrase['thread']);
construct_nav_spacer();
}
Right underneath that, add:
PHP Code:
$printhr = true ;
construct_nav_option ( 'View Issued Warnings', 'mod_warn.php', '<br />' ) ;
construct_nav_group ( 'Warning System', '<hr />' ) ;
Then, upload the attached file, in your modcp directory.