MyBB Community Forums

Full Version: how i can remove ??????
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how i can remove

hide option in users profile

thanks
What options are you speaking about?
Admin CP --> Templates --> Modify / Delete --> *Choose your template set and click 'Expand'* --> User Control Panel Templates --> usercp_options
Remove:
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="yes" {$invisiblecheck} /></td>
<td><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
That will remove the option that allows members to 'hide' from the online list.
Keep in mind that administrators and (super) moderators will be able to see hidden members with the right permissions.
thanks dear

its working
1 user active in the past 15 minutes (1 member, 0 of whom are invisible, and 0 guests).

how would I remove this also since I removed 1st part?
0 of whom are invisible,