MyBB Community Forums

Full Version: How to edit upper panel menu to remove buddy list?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to remove the "Open Buddy List" from the upper menu bar.
Is editing the global.lang.php file the best way to remove the "Open Buddy List" ?
 
If not, then how?
basically templates should be edited for modifying the elements / features of a theme.

header_welcomeblock_member template consists of code like below for the buddy list
<li><a href="javascript:void(0)" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup&modal=1', null, true); return false;">{$lang->welcome_open_buddy_list}</a></li>

[templates guidance]