My adv_portal template calls the navbar, I haven't added links manually.
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" xmlns="http://www.w3.org/1999/xhtml">
<head>
<if condition="$pages['name'] == 'home'">
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
</if>
<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title>
$headinclude
</head>
<body>
$header
$navbar
.........
Theoretically it should be identical to the main forum navbar.
Can you advice where I should alter the links please?
If you are referring to the Site Navigation section, those links work ok.
EDIT:
I've now adjusted the code in the navbar template from...
Code:
<td class="vbmenu_control"><a href="arcade.php$session[sessionurl_q]">$vbphrase[arcade]</a></td>
to...
Code:
<td class="vbmenu_control"><a href="http://www.digital-kaos.co.uk/forums/arcade.php">Arcade</a></td>
...and it's fine now. Don't think that's the proper way but it's working so that's the main thing.
Thanks for the arcade, it's superb!