Topic-icon Joomsocial Google button missing

Active Subscriptions:

None
10 years 7 months ago #36760 by danmau
I am missing the google plus button on the login module of joomsocial??

www.jualda.de/
The topic has been locked.
Support Specialist
10 years 7 months ago #36769 by alzander
Daniel,
The Login with Facebook button that is showing is the one from JomSocial and *not* our button from JFBConnect. Please check out our Facebook and Google+ integration for JomSocial configuration guide which explains the configuration options you should set in JomSocial to make our buttons show automatically.

Mainly, in their Facebook Connect area, you should not be setting the Facebook API keys and you should enable JFBC integration.

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

None
10 years 7 months ago #36799 by danmau
Hello

Ok the buttons are working in the "core items" but not in the "login module!?
The topic has been locked.
Support Specialist
10 years 7 months ago #36859 by alzander
Daniel,
It looks like JomSocial's HelloMe module doesn't have the same JFBConnect integration that they added to other parts of their extension.

If you want to add it, you should be able to edit the /modules/mod_hellome/tmpl/default.php file. Around line 290, you'll see:
</form>
<?php
	}

	if ($params->get('enable_facebookconnect', '1'))
After that closing form tag, add {JFBCLogin}, like:
</form>
                     {JFBCLogin}
<?php
....
That should add the buttons like you're looking for, but please test and let me know how it goes. Also, you may want to contact the JomSocial support and let them know you'd like them to add JFBConnect integration to HelloMe :)

Thanks,
Alex
The topic has been locked.