051119
07-09-2009, 09:55 PM
Hi,
l'm testing a new style on my forums but am having problems where it comes to the Navbar on the registration pages.
l'm trying to put it into the templates, and have done as below:
<head>
$headinclude
<title>$vboptions[bbtitle] - <if condition="$show['coppa']">$vbphrase[coppa_rules]<else />$vbphrase[forum_rules]</if></title>
</head>
<body>
$header
$navbar
<br />
<br />
<form action="register.php?do=register" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />but the Navbar isn't showing.
Does anyone know where l've gone wrong and how l can get the Navbar to appear on the registration pages.
Regards
l'm testing a new style on my forums but am having problems where it comes to the Navbar on the registration pages.
l'm trying to put it into the templates, and have done as below:
<head>
$headinclude
<title>$vboptions[bbtitle] - <if condition="$show['coppa']">$vbphrase[coppa_rules]<else />$vbphrase[forum_rules]</if></title>
</head>
<body>
$header
$navbar
<br />
<br />
<form action="register.php?do=register" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />but the Navbar isn't showing.
Does anyone know where l've gone wrong and how l can get the Navbar to appear on the registration pages.
Regards