MyBB Community Forums

Full Version: Help here
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to remove [hide my stats from online list] from users options?
Do you mean hide me from the who's online list ?


Admin CP -> Templates & Styles -> Templates -> * Your Theme * -> User Control Panel Templates -> usercp_options

and find this code might be on line 31: 
<fieldset class="trow2">
<legend><strong>{$lang->login_cookies_privacy}</strong></legend>
<table cellspacing="0" cellpadding="2">
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
</table>
</fieldset>

and remove it you might need to do this a few times if you have more then 1 theme.