View Full Version : Asterisk by Username
Wayne Luke
Sat 12th May '01, 3:54pm
When using vBulletin 2.0, why is there an asterisk by some user's names in the Who's Online list?
Wayne Luke
Sat 12th May '01, 3:55pm
These are people who chose to be invisible. However as an Admin, you can still see them. The asterisk is to mark these people to you.
Gaz.t
Sat 29th Jun '02, 8:25am
Can you disable them doing this.
Ian
Sat 29th Jun '02, 2:14pm
Originally posted by Gaz.t
Can you disable them doing this.
Yes you can, just do the following:
In the template "registeradult"
Change:<tr>
<td bgcolor="#F1F1F1"><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="#F1F1F1"><normalfont>
<input type="radio" name="invisible" value="yes"> yes
<input type="radio" name="invisible" value="no" checked> no
</normalfont></td>
</tr> to <input type="hidden" name="invisible" value="no">Doing that will remove the option when soemone registers.
To change the option for current members run the following MySQL query in phpMyAdmin:UPDATE post SET invisible=0
I did not test this but in theory, it should work. As always, backup your databse before you make changes like this.
CeleronXT
Mon 19th Aug '02, 10:11pm
You'd need to edit that in the options too, because they could just register and then change the options.
vBulletin® v3.8.0 Beta 4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.