Topic-icon I'm not getting integrate registration JFB + Jomsocial

Active Subscriptions:

None
I've purchased JFB with the expectation to integrate registration process with social networks (fb, twitter, linkeding,google) but after follow tutorials,steps and enable every component I'm not capable to see the registration buttons in the jomsocial frontpage:
www.gia-consultores.com/partners

I'm feel as something else I'm missing so please advice!

versions: Joomla 3.6 - JomSocial 4.2.4 - PHP 5.6

Gonzalo
The topic has been locked.
Support Specialist
9 years 10 months ago #59042 by mel
First make sure that the JFBConnect user (jfbconnectuser), authentication (jfbconnectauth) and system (jfbcsystem) plugins are enabled. Then go into the JomSocial administration area > Integrations tab and enable the 'Use SourceCoast's JFBC" setting. It should be as simple as that to get the login buttons to display.

Going from there, you can customize 1) whether JFBConnect will automatically create users when logging in via social networks (JFBConnect's automatic registration setting), 2) if not, whether JFBConnect or JomSocial registration flow will be used (JFBConnect registration component setting) and 3) what profile data will be imported into JomSocial for social users (using the Social Profiles - JomSocial plugin and configuring the JFBConnect > Profiles > JomSocial area).

I hope this helps get you started, but let us know if you continue to have problems.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 10 months ago #59050 by gibarra
Many thanks Melissa for your quick and kind reply! I have folllowed ALL your steps but I can't get display the buttons on the jomsocial homepage! I have reviewed every configuration and so far I'm not capable to find the solution!

Please advice

Note: I have uploaded an screenshot of the js_frontpage!

File Attachment:
The topic has been locked.
Support Specialist
9 years 10 months ago #59057 by mel
The buttons are there. This is a problem with your styles on the page. The following style from the rt_antares template is causing the problem.
.pull-left, .pull-right {
display:none;
}

If you add the following, it should fix it:
.sourcecoast .pull-left, .sourcecoast .pull-right {
display: block;
}

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 10 months ago #59058 by gibarra
dear Melissa!

Many-Many-Many thanks! Your support was superb and finally i got solve the problem and now the buttons are visible!

cheers
G.-
The topic has been locked.
Support Specialist
9 years 10 months ago #59062 by mel
Great, I'm glad that helped resolve the issue. Let us know if you run into any further problems.

If you haven't already, please consider leaving a review of JFBConnect on the Joomla Extensions Directory . While it's not necessary, we'd definitely appreciate it.

-Melissa
The topic has been locked.