2011-12-09, 09:01 PM
2011-12-09, 09:08 PM
Run this SQL query in phpmyadmin:
Then go to your usercp_options template and delete:
UPDATE mybb_users SET invisible='0' WHERE invisible='1'
Then go to your usercp_options template and delete:
<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>