MyBB Community Forums

Full Version: Adding more items in navigation?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As the title says, i would like to add more stuff in the navigation menu
Edit the "header" template under "Header Templates" (ACP -> Templates and Style -> Templates).
I have
<a name="top" id="top"></a>
<div id="header">
		{$welcomeblock}
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
 {$headerannounce}
 {$mysupport_tech_notice}{$mysupport_assign_notice}<!-- ProfileComments -->
			{$comments_alert}<!-- /ProfileComments -->
			{$pending_joinrequests}
			<navigation>
			<br />

How would i add something else?
Which theme are you using? They've moved everything around! Looks vaguely like The Cure.
(2011-02-20, 01:32 AM)Steven Wrote: [ -> ]Which theme are you using? They've moved everything around! Looks vaguely like The Cure.

ahah, it is the cure, Great eye you have
(2011-02-20, 01:33 AM)Grimmy423 Wrote: [ -> ]ahah, it is the cure, Great eye you have

Great eye or no life? Or both?! hahaha

In that case head into "header_welcomeblock_guest" and "header_welcomeblock_member" and edit this section:
			<ul id="nav">
				<li><a href="{$mybb->settings['bburl']}">Home</a></li>
				<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
				<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
			</ul>
Thank you
(2011-02-20, 01:40 AM)Grimmy423 Wrote: [ -> ]Thank you

No problem! Glad I could help. Be sure to mark this thread as solved.
Thanks +Rep