MyBB Community Forums

Full Version: qstion bout navbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i added somethin to the navbar, but it dont work. here's a copy of wat i have in the toplinks thing:
<ul>
<li><a href="$settings[bburl]/member.php?action=login">$lang->toplinks_login</a></li>
<li><a href="$settings[bburl]/member.php?action=register">$lang->toplinks_register</a></li>
<li><a href="$settings[bburl]/memberlist.php">$lang->toplinks_memberlist</a></li>
<li><a href="$settings[bburl]/search.php">$lang->toplinks_search</a></li>
<li><a href="$settings[bburl]/misc.php?action=help">$lang->toplinks_help</a></li>
<li><a href="$settings[bburl]/calendar.php">$lang->toplinks_calendar</a></li>
<li><a href="$settings[bburl]/index.php">$lang->toplinks_forumhome</a></li>
<li><a href="$settings[bburl]/portal.php">$lang->toplinks_portal</a></li>
</ul>
the very last one, you may see it's for the portal, but it dont work, wats wrong?
You need to edit the language files for that to work. In less time in actually finding which language file to edit, and put in the text, for ex: Portal..you are just better off just putting in "Portal" instead of $lang->toplinks_portal
so using what Cory said
<li><a href="$settings[bburl]/portal.php">Portal</a></li>