MyBB Community Forums

Full Version: Disabling "Hide online".
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I want disable that feature: Hide online. (All)

So how do it? Thanks!
Topic up. Need help.
Help? Confused
Remove this from the member_register and usercp_options template:

<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>