yes i belive it just needs moving ^^
Alonewolf, if youd like a link on the front page that ONLY shows on the front page, but on the forums it shows a link back to the front page
try this
open adv_index.php
find
PHP Code:
define('NO_REGISTER_GLOBALS', 1);
add
PHP Code:
under define('THIS_SCRIPT', 'adindex');
open your navbar and find
HTML Code:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
add under
HTML Code:
<td class="vbmenu_control"><if condition="THIS_SCRIPT == adindex"><a href="link to forum"> Forums </a><else /><a href="link to index page"> Index </a></if>