The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how can i remove 'forum' button from navbar
hey everyone i wanna remove this button from the navbar can someone tell me how to do it? and thanks for all ur help before :up:
|
#2
|
||||
|
||||
In the navbar template, remove the stuff starting right under here:
HTML Code: {vb:raw template_hook.navtab_start} to right above here: HTML Code: {vb:raw template_hook.navtab_middle} That will remove the tab, but then if you are in any forum page (forumdisplay, showthread, index), then I don't think any tab will be highlighted and thus no sub-menu either. |
Благодарность от: | ||
ClErK1991 |
#3
|
|||
|
|||
Quote:
and now please can u tell me how can i remove the advance search from the same navbar? |
#4
|
||||
|
||||
Glad to of been a help Sir,To remove the advanced search you can try this for search
Did you try removing or commenting out this section in the navbar template? PHP Code:
|
#5
|
|||
|
|||
Quote:
EDIT: this work aswesome but, the words 'Advanced Search' still there, so i delete this HTML Code:
<ul class="navbar_advanced_search"> <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li> {vb:raw template_hook.navbar_advanced_search} </ul> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|