![]() |
How to edit upper panel menu to remove buddy list? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Development (https://community.mybb.com/forum-105.html) +---- Thread: How to edit upper panel menu to remove buddy list? (/thread-210929.html) |
How to edit upper panel menu to remove buddy list? - CloudyBright - 2017-06-08 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? RE: How to edit upper panel menu to remove buddy list? - .m. - 2017-06-08 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
[templates guidance] |