View Full Version : how do i get rid of a couple o things on navbar?
trd167
12-24-2006, 08:23 PM
I would like to safely remove "new posts" and "quick links" off of my navbar
RS_Jelle
12-25-2006, 05:31 PM
You have to edit the navbar template (using the Styles & Templates admin) ;)
Just remove this piece of code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
And this piece of code:
<if condition="$show['member']">
<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
trd167
12-25-2006, 07:27 PM
eh....now my 3.6.4 looks like this
www.whiteplusyellow.com/forum
<META http-equiv=Page-Exit content=BlendTrans(Duration=0)>
<META http-equiv=Page-Enter content=BlendTrans(Duration=0)>
<a name="top"></a>
<table border="0" cellpadding="0" cellspacing="0" class="wrapper">
<tr>
<td class="headerbg"><table width="654" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="headerlogo"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://www.whiteplusyellow.com/forum/images/girltalk/girlTalk_01.gif" style="border:none;" width="199" height="119" alt="$vboptions[bbtitle]" /></td>
<td class="headerlogo2"> </td>
</tr>
</table></td>
</tr>
<tr>
<td class="nav"><div class="navpad">
<!-- nav buttons bar -->
<div align="center">
<table id="navstyle" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td><a href="http://www.whiteplusyellow.com/forum/register.php">$vbphrase[register]</a></td>
</if>
<td><a href="http://www.whiteplusyellow.com/forum">Message Board</a></td>
<td><a href="http://www.whiteplusyellow.com/forum/chat/flashchat.php"target="flashchat">Chat Room</a></td>
<td><a href="$vboptions[bburl]/billspaypal.php">Donate</a></td>
<if condition="$show['popups']">
<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<else />
<td><a href="http://www.whiteplusyellow.com/forum/search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
</if>
</if>
<else />
<if condition="$show['searchbuttons']">
<td><a href="http://www.whiteplusyellow.com/forum/search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td><a href="http://www.whiteplusyellow.com/forum/search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td><a href="http://www.whiteplusyellow.com/forum/search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<if condition="$show['member']">
<td><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
</div></td>
</tr>
<tr>
<td class="contentbg">
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$lgvmessage
ICY ICE
12-25-2006, 11:10 PM
Thanks for this..I removed "new post" and "calendar" earlier today....just found this thread...sweet I did it correctly.
www.valleyscuba.com
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.