I want to allow new users on
my site to register
only via Facebook Connect, so I want to prevent the Register button from showing up anywhere. (I'm fine with the Log In tab, so users can log in that way, once they're registered.)
Starting with an otherwise unchanged Default Style, I've commented out the Register button in the "header" template like so:
Code:
<!--
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
-->
When I Log
Out, the Register button is gone, but when I refresh that page, or when I just come straight to the site, the Register button is back. It looks like there's a template other that the "header" template producing that initial home page, but that template isn't jumping out at me. If it's just a matter of editing some other template, please point me to that one.
Thanks,
Drew