PDA

View Full Version : Changing the function of "What's New?" in navigation bar


Scottr126
01-25-2012, 01:59 AM
Is there any way to change what exactly the What's New? tab shows in the nav bar? I would ideally like it to show all the recent posts from within 24 hours, newest first.

ClErK1991
01-25-2012, 02:31 AM
well u can do this, remove the what's new here the way to that: https://vborg.vbsupport.ru/showthread.php?t=275243&highlight=remove+whats+new

and add a new tab to ur navbar like this:

Go to AdminCP in ur skin whaterever ur using go to the templantes:

in navbar FIND:
{vb:raw template_hook.navtab_end}

add after:
<li><a class="navtab" href="showgroups.php">Staff</a></li>

or if u want to the begining of ur navbar

in navbar FIND:
{vb:raw template_hook.navtab_start}

and add before
<li><a class="navtab" href="showgroups.php">Staff</a></li>

i hope this help :D