The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Navbar on registration pages
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: Code:
<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]" /> Does anyone know where l've gone wrong and how l can get the Navbar to appear on the registration pages. Regards |
#2
|
|||
|
|||
ACP > Plugins & Products > Add New Plugin
Hook Location: global_start Title: Insert $navbar on Register page Plugin PHP Code PHP Code:
|
#3
|
|||
|
|||
Thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|