MyBB Community Forums

Full Version: Edit Nav Bar ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay i know how to edit the nav bar but im using the The "Elite Gamer Theme
And here is the code in the Header Template :
<a name="top" id="top"></a>
<div id="headermain"><div id="headerleft"><div id="headerright"><div id="headercontent">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
</div></div></div></div>


<div id="container">
		<div>
{$welcomeblock}
</div>

		<hr class="hidden" />
		<br class="clear" />
<navigation>
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			<br />

how do i edit the nav bar ??? i dont see the code ........
<navigation>

This is defined in "Navigation Templates".
Edit 'nav' template.
i don't think that you can do it mate
i tried it on my forum and i got no results...
May we know what exactly you are trying to modify? and the result that you want?
(2012-07-28, 04:12 AM)effone Wrote: [ -> ]May we know what exactly you are trying to modify? and the result that you want?
Nav Bar Shows <Home Members Calendar Help>
OMG!!! That is menu.

For this theme you will get it under:
Header Templates > header_welcomeblock_guest
&
and header_welcomeblock_member too : which includes member only menus as extra.

Find this chunk:
			<div class="menu">
				<ul>
                                        <li><a href="{$mybb->settings['bburl']}/portal.php">Portal</a></li>
					<li><a href="{$mybb->settings['bburl']}/index.php">Forum</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>
					<li><a href="{$mybb->settings['bburl']}/usercp.php">{$lang->welcome_usercp}</a></li>

				</ul>
 
			</div>