well u can do this, remove the what's new here the way to that:
https://vborg.vbsupport.ru/showthrea...move+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:
HTML Code:
{vb:raw template_hook.navtab_end}
add after:
HTML Code:
<li><a class="navtab" href="showgroups.php">Staff</a></li>
or if u want to the begining of ur navbar
in navbar FIND:
HTML Code:
{vb:raw template_hook.navtab_start}
and add before
HTML Code:
<li><a class="navtab" href="showgroups.php">Staff</a></li>
i hope this help