MyBB Community Forums

Full Version: Where to Edit the Menu under Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where can we edit the menu located under logo, which consists search, member list etc?
It's located in the 'header' template:
<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>
Well! Thanks for help. But I thought there would be some shortcuts..
Shortcuts? I'm not sure what you mean by that, but there is a plugin which makes this task a little easier (although it might not work in some themes):

http://mods.mybb.com/view/menu-manager
(2011-06-14, 05:56 PM)faviouz Wrote: [ -> ]Shortcuts? I'm not sure what you mean by that, but there is a plugin which makes this task a little easier (although it might not work in some themes):

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

By shortcut, I meant a setting option for this. Like there is a setting option for Documents. Smile
And thanks for the plugin URL. This will keep me away from mind freak codes.. lol