MyBB Community Forums

Full Version: Need to add some links at the top
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://khalifahforum.net/forum

I am using 1.21 and the Vbulletin theme, i looked in edit template>header in the template and i cant find where to edit the links, please help

thanks

-alibaba
Moved to Templates.

We don't support third party themes, thus this is the appropriate forum.

From the looks of it, header_welcomeblock_guest is where the top nava is.

You need to look for the following code:
<table align="center">

<tr align="center">
<td class="topmenu" width="1%"><a href="http://www.khalifahforum.net/forum/member.php?action=login">Login</a></td>
<td class="topmenu" width="1%"><a href="http://www.khalifahforum.net/forum/member.php?action=register">Register</a></td>
<td class="topmenu" width="1%"><a href="http://www.khalifahforum.net/forum/misc.php?action=help">Help</a></td>
<td class="topmenu" width="1%"><a href="http://www.khalifahforum.net/forum/memberlist.php">Member List</a></td>
<td class="topmenu" width="1%"><a href="http://www.khalifahforum.net/forum/calendar.php">Calendar</a></td>
<td class="topmenu" width="1%"><a href="search.php?action=getnew">View New Posts</a></td>
<td class="topmenu" width="1%"><a href="http://www.khalifahforum.net/forum/search.php">Search</a></td>
</tr>
</table>
alright thanks
where can i change that code?
alright, i found where, but when I change the code it leaves and empty space

where is $lang???
common someone please help


-alibaba
Please wait at least 24 hours before bumping, I've merged your posts 3 times already. The $lang refers to the language files. If you are running a multilingual site, you'll need to edit the appropriate language file found in the inc/language/*YOUR LANGUAGE*/ directory. However if you don't require different languages, just use plain text.
I don't understand why you merged them, found the problem though thanks. What do you mean by "bumping"?
Bumping refers to the useless posts that are usually one liners and don't contribute to the thread. They are only posted to get peoples attention and bump the thread to the top of the list.