The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how do i get rid of a couple o things on navbar?
I would like to safely remove "new posts" and "quick links" off of my navbar
|
#2
|
|||
|
|||
You have to edit the navbar template (using the Styles & Templates admin)
Just remove this piece of code: HTML Code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> HTML 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> |
#3
|
|||
|
|||
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 |
#4
|
|||
|
|||
Thanks for this..I removed "new post" and "calendar" earlier today....just found this thread...sweet I did it correctly.
www.valleyscuba.com |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|