× Joomla Facebook Connect support forum

Topic-icon blank page after jfbclogin

Active Subscriptions:

None
15 years 1 month ago #9425 by dagofee
Hello,
On my community (gothicengine.com/gothicsocialnetwork) Jfbclogin can't actually redirect after facebook-login
and I'm getting a blank page.

For sure is my fault (I already checked the redirect section of jfbc) but can't find a solution
thanks for any hints
Andrea
The topic has been locked.
Support Specialist
15 years 1 month ago #9428 by alzander
Replied by alzander on topic blank page after jfbclogin
Andrea,
There's an updated JomSocial profile plugin, version 3.2.2 that should fix the issue you're having. Please upgrade. Alternatively, you can disable the "Import status from Facebook" option and that should get you going temporarily.

Sorry for the issues, and let us know if this doesn't fix you right up!
Alex
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #9435 by dagofee
Replied by dagofee on topic blank page after jfbclogin
great, the plugin did the job perfectly.
But I run into another problem while editing block.unregistered.php (jomsocial default template):

is there a workaround to get the fbclogin button showing up there?
I tried manually to paste the fb code and the button shows up but it isn't clickable :|

thanks again
Andrea
The topic has been locked.
Support Specialist
15 years 1 month ago #9439 by alzander
Replied by alzander on topic blank page after jfbclogin
There is now in 3.2 :)

It will take a little extra effort instead of just the tag, but if you add the following, you'll get a text button for Login With Facebook.
<input type="button" value="Login With Facebook" onclick="javascript:jfbc.login.login_custom();" />
If you have a different image you'd like to use, you can also do:
<a onclick="javascript:jfbc.login.login_custom();"><img src="http..yourimage.png" /></a>

We'll be adding tags for the above in a future version, but hopefully, the above isn't too bad to get you started now.

Good luck!
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #9443 by dagofee
Replied by dagofee on topic blank page after jfbclogin
thanks!
The topic has been locked.
Support Specialist
15 years 1 month ago #9446 by alzander
Replied by alzander on topic blank page after jfbclogin
Glad we could help, and definitely appreciate the beer! :)
The topic has been locked.