Edit the header template(s).
<Templates & Style><Manage Template Sets>Select Your Template and click on the Options Button to expand your templates and select your <Header> template. Expand the header templates and select "Full Edit" from the Options.
You'll see something like this.
<div class="em" right="0">
<ul>
<a href="{$mybb->settings['bburl']}/index.php"><b>Home<b></a></li>
<a href="{$mybb->settings['bburl']}/memberlist.php"><b>Members<b></a></li>
<a href="{$mybb->settings['bburl']}/calendar.php"><b>Calender<b></a></li>
<a href="{$mybb->settings['bburl']}/misc.php?action=help"><b>Help<b></a></li>
<a href="{$mybb->settings['bburl']}/showteam.php"><b>Our Team<b></a></li>
</ul>
I wanted to add additional buttons so afterward my navigation bar code looked like this.
<div class="em" right="0">
<ul>
<a href="http://www.tricountyimall.com//"><b>TriCounty iMall</b></a></li>
<a href="http://www.tricountyimall.com//"><b>TriCounty Dating</b></a></li>
<a href="http://www.tricountyimall.com//"><b>TriCounty Jobs</b></a></li>
<a href="http://www.tricountyimall.com//"><b>TriCounty Classifieds</b></a></li>
<a href="{$mybb->settings['bburl']}/index.php"><b>Home<b></a></li>
<a href="{$mybb->settings['bburl']}/memberlist.php"><b>Members<b></a></li>
<a href="{$mybb->settings['bburl']}/calendar.php"><b>Calender<b></a></li>
<a href="{$mybb->settings['bburl']}/misc.php?action=help"><b>Help<b></a></li>
<a href="{$mybb->settings['bburl']}/showteam.php"><b>Our Team<b></a></li>
</ul>
Just add what you need to the bar with the appropriate link. I also made my text bold so it shows up better with the theme that I am using.
Quote:<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div id="logo">
<div class="wrapper">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
<ul class="menu top_links">
{$menu_portal}
{$menu_search}
{$menu_memberlist}
{$menu_calendar}
{$menu_forum}
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
</ul>
</div>
</div>
<div id="panel">
<div class="upper">
<div class="wrapper">
{$quicksearch}
{$welcomeblock}
<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
</div>
</div>
<div id="content">
<div class="wrapper">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
<br />
I get this which looks very different to yours, have I selected the wrong thing? I expanded "header" and that is what it came up with, I select the other ones and it comes up with:
Quote:<li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a></li>