MyBB Community Forums

Full Version: Nav bar help?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey.

I would like to change the tabs in my primary navigation bar.

I would like to take "calendar" away and add in some.

How do I do this? Do I need to edit some HTML? IF so where?

Thanks Smile
find this code in your header template

<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
replace calendar.php in the code with your linking page

also change the lang->toplinks_calendar file to the link name you want Smile
(2011-07-07, 10:36 AM)envira Wrote: [ -> ]find this code in your header template

<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
replace calendar.php in the code with your linking page

also change the lang->toplinks_calendar file to the link name you want Smile
Thanks a bunch bro Wink

Smile glad it was solved Smile