Topic-icon Change social links location on Registartion form

Active Subscriptions:

None
Hi,

We have a website dev.blabber.buzz where you can see com_community and JFBConnect integrated together. Everything seems working fine.

We want a small change on registration page. Social links on registration page are appearing after registration form where as we want them to appear on top just after heading.
You can see existing page at prnt.sc/fgzn5b .

May I know various steps which I need to perform to change its location?

Thanks
Nirmal
The topic has been locked.
Support Specialist
6 years 10 months ago #61956 by mel
With JomSocial's 'Use SourceCoast's JFBC' option, the social buttons are inserted by JomSocial in their pages. If you want to put the social login buttons in a different position on the page, then you'll need to change JomSocial's code for the registration view.

It looks like the printing out of these buttons is in /components/com_community/templates/jomsocial/layouts/register/base.php with the following block of code.
<?php if ( $fbHtml ) { ?>
<div class="joms-form__group">
   <span></span>
   <?php echo $fbHtml;?>
</div>
<?php } ?>
The topic has been locked.
Active Subscriptions:

None
6 years 10 months ago #61958 by eashery
Thank you. I shifted code which you had mentioned on top and it really worked.
The topic has been locked.
Support Specialist
6 years 10 months ago #61959 by mel
Glad to hear it helped. Just keep in mind that if you upgrade JomSocial at any point, you'll need to re-do the change each time.

-Melissa
The topic has been locked.