The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
What line would I delete in which php file, to make it so that users, can not select this option
Thanks! |
|
#2
|
|||
|
|||
|
Did you ever manage to find out how to do this, been looking everywhere.
thank you |
|
#3
|
|||
|
|||
|
or go into your admin cp and under usergroups > modify, you can edit permissions for each usergroup.
"Can view who's online" - NO |
|
#4
|
|||
|
|||
|
I'm not sure if this is what you wanted, but if you subsitute this:
Code:
<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>
Code:
<input type="hidden" name="invisible" value="no"> |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|