The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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
Quote:
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> |
![]() |
|
|