Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Allow Admin to ID invisible members

Quote Reply
Allow Admin to ID invisible members
This allows admin to identify users who choose to remain invisible when online.

In whos_online.html find and add the following:

Code:

<% if current_user_status = 3%><%-- An administrator --%>
<small>
(<a href="gforum.cgi?do=disable_user;redo=<%this_do%>;user_id=<%user_id%>;<%hidden_query%>">Disable User</a>)
<%if user_invisible = 1%><font color="#ff0000">INVISIBLE</font><%endif%>
</small>
<% endif%>