Topic-icon No more facebook options on SCLogin?

Active Subscriptions:

None
The "Facebook Options" tab on SC Login settings does not show on SC Login 1.1.0 :(
I'm no longer allowed to choose the FB Login Button Size :rolleyes:

Did you remove this feature, or is it a bug?
If you did remove, how can I get back my beloved X-Large buttons?

Thanks a lot.
The topic has been locked.
Support Specialist
14 years 1 month ago #21848 by alzander
Woops! Looks like there's a minor bug in our XML file for Joomla 2.5. Please edit the /modules/mod_sclogin/mod_sclogin.xml file. At line 113, you'll see:
</fieldset>
            <field name="loginButtonSize" type="list" label="Login Button Size"
                   description="Size of the Login buttons" default="medium">
                <option value="small">Small</option>
                <option value="medium">Medium</option>
                <option value="large">Large</option>
                <option value="xlarge">XLarge</option>
                <!-- <option value="icon">Icon only</option>-->
            </field>
Move that <fieldset> tag at the top to the bottom, so it's after that block.

Hopefully, that should let you see the option. Obviously, this will be fixed in the next release, but let us know that that works for you, please!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
Done that.
Problem solved.

Thanks a lot!
The topic has been locked.
Support Specialist
14 years 1 month ago #21859 by alzander
Awesome. Glad to hear that that fixed our silly mistake. We have no plans to remove the login button sizes. We know people love being able to fiddle with that setting :)

Alex
The topic has been locked.