I have a really odd problem ... I am using a custom style and every time I try to add the "Login/Register" button, my whole navbar is misplaced.
This only occurs when I try to change this code:
Code:
<ul class="nouser">
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
to the one provided in the instructions.