× Joomla Facebook Connect support forum

Topic-icon Problems with FB login

Support Specialist
15 years 1 month ago #9719 by alzander
Replied by alzander on topic Problems with FB login
Bill,
Sorry this thread got dropped. The Logout button is generated by JFBConnect in the following file:
/components/com_jfbconnect/libraries/facebook.php at line 306 in the function getLogoutButton(). This is called from the mod_jfbclogin/tmpl/default.php file at line 130. You're free to modify either portion to see if you can get something going, and let us know if you have any questions about the changes to make.

Unfortunately, I'm not really sure what's happening in your template beyond this. In the facebook.php file above, you can easily change the type to 'button' and see if that helps. The code in that block is used by the JFBCLogin module and the {JFBCLogin logout=true} tag, so once you modify it, it will change it wherever those are used (and hopefully fix all their styles).

Beyond this, I don't have any great suggestions. You may need to contact RocketTheme to get a better understanding of what's happening when the pop-up is displaying, and why styles are working on it.

Really hope this helps, and best of luck to you!
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #9721 by fb_1127481405
Alex, I fixed it. It wasn't type=button but in fact the button class in the RT template. It had it's border set to zero which was the behaviour I was seeing. in the popup. When the login module was displayed in module position left the border automatically became 1 for some reason.

Anyway I changed the template.css so that border=1 and its sort of OK. Not the same button layout as yours but at least people can see its clickable.

Thanks for your help.
The topic has been locked.
Support Specialist
15 years 1 month ago #9722 by alzander
Replied by alzander on topic Problems with FB login
Bill,
Thank goodness. We were really confused, and really hate saying "Can't help, ask them", but sometimes, it's where we have to go. I tried to use Firebug to see what was un-styling that button, but guess I missed it.

Either way, very glad to hear you got past this annoying issue, and hope everything's smooth sailing from here!
The topic has been locked.