Thanks. What you gave me alloed my mods to see the ip of anonymous users. I can't figure out how to let them see invisible.
I'm assuming it's this part right here:
if ( ($user['U_Status'] !== "Administrator") && ($Visible == "no") ) {
continue;
}
$extra = "";
if ($Visible == "no") {
$extra = "(I)";
But when I add mods to that part of the code it doesn't work. I can only allow either mods OR admins to see invisible. ....Weird.
Thanks