The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to removing what's new tab ??
i readed https://vborg.vbsupport.ru/showthread.php?t=230527
and i dont give answer this way remove what`s new just in home forum and i want delet in all page (page search) can some help me ? |
#2
|
|||
|
|||
Remove these lines form navbar template:
Code:
<vb:elseif condition="$show['member']" /> <li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post">{vb:rawphrase getnew_tab}</a></li> <vb:else /> <li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">{vb:rawphrase getnew_tab}</a></li> |
#3
|
||||
|
||||
Altrenatley, you could target it with css and set it to display:none;
If you have not customized the navbar template in any other way this will make updating easier because vbulletin won't see the template as modified and will freely upgrade the template as needed. The downside is that your still making your server render the code even though you don't want to display it, although the performance hit on something that small is minimal... |
#4
|
|||
|
|||
http://www.vbsoporte.com/f36/tabs-ad...-advanced-726/
use tha above mod and it allows you to remove the whats new, home, forum tabs and allows you to make new tabs with dropdown |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|