Quote:
Originally Posted by BlueNinjaGo
ACP -> Options -> User Registration Options -> Allow Multiple Registrations Per User -> No
That should do it IIRC
|
If that doesn't do it then your navbar template is wrong and doesn't include the right checks.
Your "navbar" template (under Navigation / Breadcrumb templates) should include something like this for the register button:
Code:
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow"><span class="highlight">$vbphrase[register]</span></a></td>
</if>