Topic-icon Removing JFBConnect buttons from JomSocial registration process

Active Subscriptions:

None
Hi there,

Is possible remove JFBConnect buttons from JomSocial registration process? We want use JBConnect buttons just at the JomSocial main page to be used to login or register, however hide it once users started to fill JomSocial required fields.

File Attachment:


Thank you!
The topic has been locked.
Support Specialist
You'd need to disable the JFBConnect integration within JomSocial's registration flow. To do that, you'd need to edit the /components/com_community/templates/default/register.index.php file. Around line 113, you'll see:
<?php if ( $fbHtml ) { ?>
			<div class="auth-facebook">
				<?php echo $fbHtml;?>
			</div>
			<?php } ?>
Remove that block and the buttons won't show anymore.

I hope that helps, but if you have any questions, just let me know.

Thanks,
Alex
The topic has been locked.