MyBB Community Forums

Full Version: Changing the Nav bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anyway to make the nav bar the bar where it says welcome back and gives you user cp and that. to change it so it looks like Vbulletins one.
i found a theme that had this its called Red Night, Blue Night, Pink Night by Jag100. but for the Default Theme.

Heres the code i found for the nav bar.
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="trow1" width="60%"><navigation></td>
<td width="20%" class="trow2" style="font-size:11px">
$lang->welcome_back<br />
$lang->welcome_current_time<br />
<a href="private.php">$lang->welcome_pms</a> $lang->welcome_pms_usage</td>
</tr>
</table>
<div class="menu" align="center">
<ul>
<table align="center">
<tr align="center">
<td class="topmenu" width="1%"><a href="$settings[bburl]/usercp.php">Profile</a></td>
<td class="topmenu" width="1%">$admincplink</td>
<td class="topmenu" width="1%"><a href="$settings[bburl]/misc.php?action=help">Help</a></td>
<td class="topmenu" width="1%"><a href="$settings[bburl]/memberlist.php">$lang->toplinks_memberlist</a></td>
<td class="topmenu" width="1%"><a href="$settings[bburl]/calendar.php">$lang->toplinks_calendar</a></td>
<td class="topmenu" width="1%"><a href="search.php?action=getnew">New Posts</a></td>
<td class="topmenu" width="1%"><a href="#" id="quicklinks"><strong>Quick Links</strong></a></span></td>
<script type="text/javascript">
	document.write("<div id=\"quicklinks_popup\" class=\"popup_menu\" style=\"display: none;\"><div class=\"tcat\" style=\"padding:2px;\"><strong>Quick Links<\/strong><\/div><div class=\"popup_item_container\"><a href=\"search.php?action=getdaily\" class=\"popup_item\">View Today's Posts<\/a><\/div><div class=\"popup_item_container\"><a href=\"misc.php?action=markread\" class=\"popup_item\">Mark Forums Read<\/a><\/div><div class=\"popup_item_container\"><a href=\"#\" onclick=\"MyBB.popupWindow('misc.php?action=buddypopup', 'buddyList', 170, 300);\" class=\"popup_item\">Open Buddy List<\/a><\/div><div class=\"tcat\" style=\"padding:2px;\"><a href=\"usercp.php\"><strong>User CP<\/strong><\/a><\/div><div class=\"popup_item_container\"><a href=\"usercp.php?action=editsig\" class=\"popup_item\">Change Signature<\/a><\/div><div class=\"popup_item_container\"><a href=\"usercp.php?action=profile\" class=\"popup_item\">Edit Profile<\/a><\/div><div class=\"popup_item_container\"><a href=\"usercp.php?action=options\" class=\"popup_item\">Edit Options<\/a><\/div><div class=\"tcat\" style=\"padding:2px;\"><strong>Miscellaneous<\/strong><\/div><div class=\"popup_item_container\"><a href=\"usercp.php?action=subscriptions\" class=\"popup_item\">Subscribed Threads<\/a><\/div><div class=\"popup_item_container\"><a href=\"usercp.php?action=editlists\" class=\"popup_item\">Buddy/Ignore List<\/a><\/div><div class=\"popup_item_container\"><a href=\"member.php?action=profile&uid={$mybb->user['uid']}\" class=\"popup_item\">View Profile<\/a><\/div><div class=\"popup_item_container\"><a href=\"online.php\" class=\"popup_item\">Who's Online<\/a><\/div><\/div>");
	new PopupMenu("quicklinks");
</script>
<td class="topmenu" width="1%"><a href="$settings[bburl]/search.php">Search</a></td>
<td class="topmenu" width="1%"><a href="member.php?action=logout&uid={$mybb->user['uid']}&sid={$session->sid}">Logout</a> </td>
</tr>
</table>
</ul>
</div>

Thanks any help is greatly appreciated
Thanks Thats What i was looking for but i looked for Vbulletin