MyBB Community Forums

Full Version: How to disallow people to browse invisible?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As the title says
How to disallow people to browse invisible?
I've looked at all settings in the group management config but its not there.

I have to set it manually for all members
I'd say remove the code from the UCP options. ACP > Templates & Style > Templates > **expand template set** > User Control Panel Templates > usercp_options > find and remove:

<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>