View Full Version : how to removing what's new tab ??
farid_b
12-24-2009, 02:10 PM
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 ?
ptceuro
04-01-2012, 10:30 PM
Remove these lines form navbar template:
<vb:elseif condition="$show['member']" />
<li><a class="navtab" href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_P ost">{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>
DetroitYES
04-02-2012, 05:11 PM
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...
Skivey
04-02-2012, 05:33 PM
http://www.vbsoporte.com/f36/tabs-add-system-for-vbulletin-4-sstab-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 :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.