MyBB Community Forums

Full Version: Confused
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I go to make a new link in the header I type this into {$lang->toplinks_forum}</a></li> and it doesnt appear at the top however when I put search in it, it comes up?
Because "Search" is already in the language file, "Forum" isn't.

You'll need to add the following, on a new line, to /inc/languages/english/global.lang.php

$l['toplinks_forum'] = "Forum";

If your using other languages on your forum, you'll need to add to those too.
Or, just type the text you want to show if you're not going to have multiple languages.
(2010-02-16, 08:37 PM)MattRogowski Wrote: [ -> ]Or, just type the text you want to show if you're not going to have multiple languages.

That doesn't work on all themes though does it?
It will providing you have the code in the templates of all your themes.