Not Solved how to delete some navigation tabs?
#1
Not Solved
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
Reply
#2
Not Solved
If you want to make exactly like in mybb.com then you need to customize it yourself using this: http://cssmenumaker.com/
Reply
#3
Not Solved
(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???
Reply
#4
Not Solved
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>
Reply
#5
Not Solved
(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?
Reply
#6
Not Solved
Paste here your header template code.
Reply
#7
Not Solved
(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
Reply
#8
Not Solved
What's your forum's URL ?
Reply
#9
Not Solved
(2011-05-11, 05:42 AM)Yaldaram Wrote: What's your forum's URL ?

www.flareforums.isgreat.org
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)