Quote:
Originally Posted by Cossa
I'm having problems with my header/footer navigation. I've installed the vbarcade and the link from the header is incorrect. domain.com/arcade.php instead of domain.com/forum/arcade.php
In addition, the mod link at the bottom isn't corret. domain/mod.php. Where can I change these? I've triple checked everything else and it seems correct.
|
In your index_footer, is this code in the URL for modcp ?
PHP Code:
<if condition="$show['admincplink']"><a href="$vboptions[bburl]/$admincpdir/">$vbphrase[admin]</a> -</if>
<if condition="$show['modcplink']"><a href="$vboptions[bburl]/$modcpdir/">$vbphrase[mod]</a> -</if>
When you say header, are you referring to the Navigation? On mine, I opened the navbar template and added
in front of all the forum links.