MyBB Community Forums

Full Version: No Portal in Navigation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have my portal activated, but with my current theme it isn't in the navigation bar. Where can I add it in?
add the link in header template !!

within listed links before search link

that is, find :
<li><a href="search.php"Search</a></li>

add before above :
<li><a href="portal.php"Portal</a></li>
Thank you. Adding this has changed something, though.

Before, the Forum link received the class=current code in the header to indicate which part of the site it defaults to. For some reason it no longer switches when you click a different link, and may be hard for first-time visitors to know exactly which is which.

Here's the URL so you can see: http://planetarysanctum.com

What can I do to make the "current" effect happen as each link is accessed?
I am unable to find any problematic difference - checked thru firefox, chrome & IE.
could you show the problem thru an image please..
I was able to figure it out! Thank you for helping me with the first problem!