× Joomla Facebook Connect support forum

Topic-icon Javascript Issue with Joom Comment

Active Subscriptions:

None
15 years 6 months ago #5928 by Ivan
Hi Alzander,

I see there is a 3.0.3 release, does this contain the fix. Plz Let me know thanks.
The topic has been locked.
Support Specialist
15 years 6 months ago #5930 by alzander
Ivan,
No, this doesn't. The 3.0.3 release had to be a 'quick' release due to the fact that it affected almost all users.

However, I understand that your developer for a subscriber. We'll be adding JFBConnect as a subscription to your account shortly and helping with this JomComment issue.

Can you send us (Private Message) credentials to a dev site to test (and make minor changes) too? Again, we think we have a solution that we'll be moving to with the next release, and will gladly try to implement it on your site.

Thanks.
The topic has been locked.
Support Specialist
15 years 6 months ago #5957 by alzander
Ivan,
You were so close! The problem was exactly what you described, that the Javascript we try to insert was messing up the AJAX response from JomComment.

I modified the following 2 files as below, and comments are now appearing in my Facebook stream and on the site itself:
/com_jomcomment/main.jomcomment.php, update the jfbcLibrary call to NOT load the Javascript:
$fbClient = JFBConnectFacebookLibrary::getInstance(false);

/com_jfbconnect/libraries/facebook.php
Made minor modifications to the getInstance and constructor calls. These changes were pretty much already there, just commented.

With that, it seems to work. Please test, and let us know what results you have!
The topic has been locked.