MyBB Community Forums

Full Version: How can i edit,move or add navigation link/bars??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
guys im just a newbie here and i just want to know how t i edit my navigation?

this is my navigation
[Image: notchange.png]

i want to make it like this
[Image: changed.png]
-thanks to JonP for helping me Smile

HOW CAN I "EDIT, MOVE, RENAME my NAVIGATIONs & ADD ANOTHER NAVIGTION LINK"????
need help!! please!!!

NEED HELP PLEASE!!
If you know some html codes it's an easy thing, just go to ACP -> Templates and Styles -> Templates -> edit your current theme header, you will see those already existing links there.
thanks a lot sir Smile
No problem, just trying to help if canWink
sir can you edit my code and gave the right code to center my navigation links/bars

'cause i tried to edit it but i can't
i can only make it's position to left but i cant make it in CENTER...

please help me sir...
more power!

here's my HTML CODE:
<div id="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
	<div id="submenu"><div id="submenu_left"><strong><a href="{$mybb->settings['bburl']}/portal.php">Portal</a><a href="{$mybb->settings['bburl']}/index.php">Forum</a></strong></div><div id="submenu_left"><strong><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></strong><br /></div></div>
<div id="container">
<a name="top" id="top"></a>
		<div id="header">
		<hr class="hidden" />

		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
                              {$welcomeblock}

			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<br class="clear" />
Look for "submenu" in your global css and add the following to it
text-align: center;
already trie'd it but nothing happen any suggestions??
Perhaps get rid of this class?

submenu_left
i also tried to edit submenu_left & submenu_right & change the floating position to CENTER
but noting happes may navigation went all in right and vertical position Sad

here's my submenu_left & submenu_right code:
#submenu_left a {
	color: #2ba8ec;
	float: center;
}

#submenu_right a {
	color: #2ba8ec;
	float: center;