MyBB Community Forums

Full Version: Member list to go
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi everyone , does anyone know how to take out the member list from the main menu and stop anyone from accessing it ? thanks Blush
admin panel >> configuration >> settings >> Member List >> Enable Member List Functionality --> select No & save settings

you can remove its link from the header template of the theme
Admin Panel >> Templates >> forum active theme templates >> Header Templates >> header
find and remove code like below and save the template
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
thank you