is there a way to disable invisible mode for all my current members and take away the option of using invisible mode for all new members
Announcement
Collapse
No announcement yet.
How Can I Disable Invisible Mode
Collapse
X
-
To take away the option, edit the template modifyoptions. Change this:
Code:<tr> <td bgcolor="{secondaltcolor}"><normalfont><b>Invisible Mode?</b><br> <smallfont>Selecting yes allows you to surf the forums without appearing in the 'Logged In Users' list.</smallfont></normalfont></td> <td bgcolor="{secondaltcolor}"><normalfont> <input type="radio" name="invisible" value="yes" $invisiblechecked> yes <input type="radio" name="invisible" value="no" $invisiblenotchecked> no </normalfont></td> </tr>
Code:<tr> <td bgcolor="{secondaltcolor}"><normalfont><b>Invisible Mode?</b><br> <smallfont>Selecting yes allows you to surf the forums without appearing in the 'Logged In Users' list.</smallfont></normalfont></td> <td bgcolor="{secondaltcolor}"><normalfont> You may not change this option. <input type="hidden" name="invisible" value="no"> </normalfont></td> </tr>
Code:UPDATE user SET invisible=0;
--filburt1, vBulletin.org/vBulletinTemplates.com moderator
Web Design Forums.net: vB Board of the Month
vBulletin Mail System (vBMS): webmail for your forum users
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment