Before i start you may need the login as follows :
user : testuser
pass : testuser
I have the following page :
http://www.minimotoclub.co.uk/vb/MiniMotoMap.php
And a couple of others.
Within these i have :
PHP Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
$headinclude
</head>
<body>
$header
$navbar
<p align=center><IMG WIDTH=460 HEIGHT=580 SRC="images/misc/ukmap1.gif" BORDER=0 ISMAP USEMAP="#ukmap1.gif">
And further on :
$footer
BUT as you may see, only the header & footer is displayed. NO navbar.
Any ideas? This is true for all custom pages i've made.
Over at vbulletin, they suggest i ask here as this is outside coding. They think i need to call the navbar from the database. BUT - by putting in $header and $footer i get both them but no $navbar - navbar?
Any ideas?