- Completely remove {$l_menu[3]} from the main_header template's menu, and replace it to the {$l_menuStats} var.
- the code for bb_plugins will be:
if($user_id!=1) {
//disable menu item from the top menu
$l_menuStats='';
}
else $l_menuStats="<a href=\"https://www.minibb.com/forums/{$indexphp}action=stats\">{$l_menu[3]}</a> {$l_sepr} ";
if($user_id!=1 and $action=='stats') {
//redirect to the main website, if someone except admin tries to view that page
header("Location: https://www.minibb.com/forums/");
exit;
}