MyBB Community Forums

Full Version: how to delete some navigation tabs?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi i have the navigation tab at the top were it says search, member list, Calender but i wanna remove all that and put tabs in kinda like Home, About, Features kinda like what MyBB.com has.

Can someone help me please
If you want to make exactly like in mybb.com then you need to customize it yourself using this: http://cssmenumaker.com/
(2011-05-11, 04:23 AM)Yaldaram Wrote: [ -> ]If you want to make exactly like in mybb.com then you need to customize it yourself using this: http://cssmenumaker.com/

thank you and another question how do i add them???
Go to: Admin CP > Templates > Your theme's templates > Header templates > header > and find;
</ul>
and add the following code just before that,
<li><a href="{$mybb->settings['bburl']}/portal.php" title="Portal" alt="Portal">Portal</a></li>

You probably need to add image in front of Portal name, for this Replace above code with the following;
<li><a href="{$mybb->settings['bburl']}/portal.php" title="Portal" alt="Portal"><img src="IMAGE_LINK"> Portal</a></li>
(2011-05-11, 04:35 AM)Yaldaram Wrote: [ -> ]Go to: Admin CP > Templates > Your theme's templates > Header templates > header > and find;
</ul>
and add the following code just before that,
<li><a href="{$mybb->settings['bburl']}/portal.php" title="Portal" alt="Portal">Portal</a></li>

You probably need to add image in front of Portal name, for this Replace above code with the following;
<li><a href="{$mybb->settings['bburl']}/portal.php" title="Portal" alt="Portal"><img src="IMAGE_LINK"> Portal</a></li>

hey im stuck im trying to add the menu bar but i dont know how to can u help me please?
Paste here your header template code.
(2011-05-11, 05:35 AM)Yaldaram Wrote: [ -> ]Paste here your header template code.

i got it somewhat now it wont show the tabs it only shows the words
What's your forum's URL ?
(2011-05-11, 05:42 AM)Yaldaram Wrote: [ -> ]What's your forum's URL ?

www.flareforums.isgreat.org