It has only recently come to my attention that if a member is not logged into my forums, there is no registration link in the navbar at all. I looked through the template and can't find anything wrong that would cause that.
Quote:
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
|
Could there be a problem with whatever sets the "if" conditions, that's causing it not to show? Or does it detect that if a member just logged out of another username, it won't show it because I probably have some setting on to prevent multiple username sign ups or somehting?