VBUsers
02-19-2005, 09:34 PM
im having issues with my links on my board and i want to change the links to certain pages. i have attatched an image of what im trying to change. please help
im having issues with my links on my board and i want to change the links to certain pages. i have attatched an image of what im trying to change. please help
my buddy figured it out
In the NAVBAR template, find this line:
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
And change it to this line:
<td width="100%"><span class="navbar"><a href="/phpbb2/index1.php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
im having issues with my links on my board and i want to change the links to certain pages. i have attatched an image of what im trying to change. please help
my buddy figured it out
In the NAVBAR template, find this line:
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
And change it to this line:
<td width="100%"><span class="navbar"><a href="/phpbb2/index1.php?$session[sessionurl]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>