× Joomla Facebook Connect support forum

Topic-icon Facebook Connect image not displaying or working

Active Subscriptions:

None
Hi,

The Facebook Connect image is not displaying or working on my login module. The site is www.myxomatosis.com.au

Any help would be appreciated.

Thanks
The topic has been locked.
Support Specialist
15 years 1 month ago #9039 by alzander
Cassandra,
You've found a stupid bug in JFBConnect that we never have seen before, amusingly. We add some code after the body tag on your page. Unfortunately, we look for this tag to be in the lowercase only. On your site, it's BODY. There's 2 ways to fix this:
1) Update your template's file to user lowercase body instead of BODY
2) Edit the /plugins/system/jfbcsystem.php file. At line 40, you'll see the word 'body'. Simply change that to BODY

Sorry for the issue, and we'll have this fixed in the next version. Hope this gets you all setup, but should you run into other issues, just let us know!
The topic has been locked.
Active Subscriptions:

None
Thank you for the help but unfortunately the problem is still there. Do you have any other suggestions? Thanks
The topic has been locked.
Support Specialist
15 years 1 month ago #9051 by alzander
Cassandra,
Unfortunately, no. We're still not seeing our code added to your page like we'd expect. The BODY tag is still there, so I'm assuming you made the change to our plugin file I mentioned above. Can you re-verify that the new line looks like:
if (preg_match('/\<BODY.*?\>/', $body, $matches))
If it does, then, if possible, we'd like to get a set of super administrator credentials to investigate what's going wrong. You can private message them to me by using the arrow under my picture (<----) and hitting the mail icon.

Sorry for the troubles, and good luck!
The topic has been locked.
Active Subscriptions:

None
working perfectly now thank you :)
The topic has been locked.
Support Specialist
15 years 1 month ago #9073 by alzander
Cassandra,
Thanks for the PM's. I posted the above and then had to go out. I realized this morning that my original fix wasn't clear enough as to which body in that statement needed to be updated, glad you figured it out!

Since you did PM your credentials, we recommend changing them. We've already deleted the PM, and never used them, but security is always a good thing.

Anyways, glad we got you going, and sorry for that silly bug on our part. Should you run into any other issues, just let us know!
The topic has been locked.