MyBB Community Forums

Full Version: Adding another tab to the forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have made the portal my main page but need an extra tab like the member list etc that links to the forums can anyone help me ?

Much appreciated
Open your header template, find the toplinks that are already there, copy a line, and edit it to work with the new page you want it to link to.
Would anyone know the line i would need to make a tab that says forum that leads to my forum
Well look at a link that's already there and just change the URL it goes to, change the image URL, and change the text to show to Forum. For example this is one:

<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>

Then you edit it to what you need.