Topic-icon Using login module from a lightbox

Active Subscriptions:

None
14 years 9 months ago #13142 by fb_685378878
I have RT_Modulus theme and the default position for the login module is in a lightbox style popup. Unfortunately the FB login doesnt seem to like this setup, is there a way around it at all?
mymodel.co
The topic has been locked.
Support Specialist
14 years 9 months ago #13147 by alzander
Yes, but you'll likely need to make a minor modification to the JFBCLogin module, or whatever other login module you want to use. Please see the 2nd and 3rd questions in the article below regarding the Login Button in popup's, which will hopefully help. If you have any questions on implementing the changes, just let us know:
www.sourcecoast.com/jfbconnect/docs/common-support-questions

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #13279 by fb_685378878
Hi Alex, thanks for your help, I experimented inserting the code in a few places trying to find the right spot. I was able to get a button to work but I still have the original FB button that doesn't work and attempted to comment out without success. If you could point out ideal line numbers for insertion and what to remove I would be very grateful.
The topic has been locked.
Support Specialist
14 years 8 months ago #13329 by alzander
Ted,
You're right! If you're using the JFBCLogin module, we don't mention how to get rid of the existing button. I just updated the guide with the text below. Hope this is what you're looking for, but if not, just let us know:

If you're using the JFBCLogin module, you should also remove the inclusion of the normal blue Login With Facebook button by search for the following code and commenting it out (put two slashes in front of it - "//"):
echo $fbClient->getLoginButton($buttonSize); ?>


Good luck,
Alex
The topic has been locked.