Topic-icon Social login buttons on Jomsocial registration

Active Subscriptions:

None
9 years 11 months ago #44636 by leitura
Hello,

I'm using JFBConnect + SCLogin.
Clicking on 'Register' I can see login with social buttons in the bottom of the Jomsocial registration page.
How can I remove buttons from there?

Thanks a lot
The topic has been locked.
Support Specialist
9 years 11 months ago #44677 by alzander
Those buttons are added by JomSocial itself when you have the JFBConnect integration setting enabled. To remove, you'd need to modify the following file:
/components/com_community/templates/default/register.index.php
Around line 116, you'll see:
<?php if ( $fbHtml ) { ?>
			<div class="auth-facebook">
				<?php echo $fbHtml;?>
			</div>
			<?php } ?>
Remove that code and the buttons will no longer display.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 10 months ago #45012 by leitura
That worked, thanks a lot!
:)
The topic has been locked.
Support Specialist
9 years 10 months ago #45017 by alzander
Awesome! Glad to hear we could help get you going. If you need anything else, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.