Quote:
Originally Posted by Gary King
It was in the admincp navbar on the left side in the same dropdown as the other Warning mods.
Screenshot attached.
|
Not unless you haven't followed my instructions. Here is the part of the instructions that talk about the admincp/index.php file:
PHP Code:
In the same file, find:
$printhr = false;
if (can_administer('canadminstyles'))
{
Right above that, add:
$printhr = true ;
construct_nav_option ( 'Manage Warning Options', 'admin_warn.php?act=manageoptions', '<br />' ) ;
construct_nav_option ( 'Manage Warning Types', 'admin_warn.php?act=view', '<br />' ) ;
construct_nav_option ( 'View Warning Logs', 'admin_warn.php?act=viewlogs', '<br />' ) ;
construct_nav_option ( 'View Warned Users', 'admin_warn.php?act=viewwarnedusers', '<br />' ) ;
if ($warn_opts['automaticpm'] == 'Yes')
{
construct_nav_option ( 'View Auto-Warned PMs', 'admin_warn.php?act=viewwarnedpms', '<br />' ) ;
}
construct_nav_option ( 'Prune Warnings', 'admin_warn.php?act=prune', '<br />' ) ;
//construct_nav_option ( 'Unban Banned Users', 'admin_warn.php?act=run_unban', '<br />' ) ;
construct_nav_group ( 'Warning System', '<hr />' ) ;
As you can see the line for the Unban Banned Users, is commented out.
Anyhow, comment that line out and forget about it. You do not need it.
Rgds