Quote:
Originally Posted by Artes_Marciales
you can make the user enter a password to enter from facebook?
hat way the user can also enter without facebook. Otherwise, when the forum is updated or stop having mod support those users will be lost.
that's why I do not install this mod : S
|
Not a big deal - users can simply choose to reset password, with or without this mod if they require it.
As an aside, I've trimmed back my
fbconnect_button template to
Code:
<if condition="!$show['member']">
<a href="#" onclick="javascript:fblogin(); return false;">
<img src="/images/facebook/fbconnect.png" border="0" />
</a>
</if>
so that it only displays the connect button when someone is not logged in.