I wonder if anyone has or knows of a hack so that those people who have opted to stay invisible can be seen by Moderators?<br /><br />Currently Admins can view all users online even if they have opted to be invisible, as well as where they are on the forum and some of our moderators wish to have this feature too.<br /><br />Would changing this:<br /><br />>>> if ( ($user['U_Status'] != "Administrator") && ($Visible == "no") ) {<br /> continue;<br /> }<br /><<<<br /><br />To this work:<br /><br />>>><br /> if ( ($user['U_Status'] != "Administrator" || "Moderator") && ($Visible == "no") ) {<br /> continue;<br /> }<br /><<<<br /><br />TIA.<br /><br />Bill.