I have posted the instructions in this thread, and if you look on this very page, you can see
https://vborg.vbsupport.ru/showpost....postcount=1979
as for the navbar i had posted a navbar change that would work on both pages at vBull.com
and maybe this thread has it as well. but
so here it is.
HTML Code:
<!-- Begin navbar link to forums home -->
<if condition="THIS_SCRIPT == 'vbindex'"><td class="vbmenu_control"><a
href="../forums.php">Forums</a></td>
</if>
<if condition="THIS_SCRIPT != 'vbindex'"><td class="vbmenu_control"><a href="../index.php">Portal</a></td>
</if>
<!-- <td class="vbmenu_control"><a href="../forums.php" onMouseOver="window.status='http://www.nemesisforums.net/forums.php'; return true" onMouseOut="window.status=' '">Forums</a></td>-->
<!-- End Navbar Link to Forum home-->
if you use vbadvanced, yes i know wrong thread.
change vbindex to adv_index.
Do note you have to change the Forums index.php to forums.php in the admincp, and this hacks vbindex to index.php. and you have to physically rename the scripts as well.