MyBB Community Forums

Full Version: top link menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 2j9]

How to add top links menu, search bar , and other stuff like in this forum or any other ways to add different menus to my bb ?
It's located in the header template, you can edit it how ever you want:


<ul>
                    <li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
                </ul>

 


Or maybe you can try plugin (although it might not work in some themes):

http://mods.mybb.com/view/menu-manager