Log in

View Full Version : Hide from whos online?


Psychdrone
12-30-2001, 03:47 AM
What line would I delete in which php file, to make it so that users, can not select this option

Thanks!

shoppingtelly
07-09-2002, 02:54 PM
Did you ever manage to find out how to do this, been looking everywhere.

thank you

Reverend
07-09-2002, 05:30 PM
or go into your admin cp and under usergroups > modify, you can edit permissions for each usergroup.

"Can view who's online" - NO

Martin CX
07-10-2002, 02:50 AM
I'm not sure if this is what you wanted, but if you subsitute this:<tr>
<td bgcolor="{firstaltcolor}"><normalfont><b>Invisible Mode?</b></normalfont><br>
<smallfont>Selecting yes allows you to surf the forums without appearing in the 'Logged In Users' list.</smallfont></td>
<td bgcolor="{firstaltcolor}"><normalfont>
<input type="radio" name="invisible" value="yes"> yes
<input type="radio" name="invisible" value="no" checked> no
</normalfont></td>
</tr>with this<input type="hidden" name="invisible" value="no">in the registeradult template, people won't be able to choose to be invisible. If you do the same in the proper user option template and you should be set.