I would like to remove the menu item "Members List" from all the pages. How is this done?
Announcement
Collapse
No announcement yet.
removing menu item "members list"?
Collapse
X
-
You can remove from Navbar template or you can make it so that only admins see that link http://www.vbulletin.com/forum/showthread.php?t=136910
-
Remove this code from your navbar template:
Code:<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
Code:<if condition="is_member_of($bbuserinfo, 6)"><td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></if>
Best Regards
Colin Frei
Please don't contact me per PM.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment