Quote:
Originally Posted by archet1337
Would appreciate if anyone could look at my header template code and tell me where to add the mod code.
Appreciate your time 
|
In your template, a short term fix would be to change the line:
PHP Code:
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow" class="notreg">{vb:rawphrase register}</a></li>
to:
PHP Code:
<vb:if condition="$show['registerbutton']">
<li><a href="#" rel="#sheet" id="see">Log In/Register</a></li>
</vb:if>
This will change the 'Register' button only.
Then, at the very bottom of the template add:
PHP Code:
{vb:raw template_hook.logreg_display}
Though I would back up the template somewhere safe first.