× Joomla Facebook Connect support forum

Topic-icon Im getting COM_JFBCONNECT_NEW_COMMENT_BODY notifications?

Active Subscriptions:

None
I have 2 emails for notifications setup in admin . However I only get an email with the text: COM_JFBCONNECT_NEW_COMMENT_BODY inside. What can be wrong ?
The topic has been locked.
Support Specialist
If you just upgraded to JFBConnect 4.x, check your language file. We changed the Comment and Like notifications to come from the language file. During the upgrade, the language file may not have been overwritten on your system.

You can see what the string above should translate too in the en_GB.com_jfbconnect.ini file, and just copy it to whatever language you're using.

Hope that helps, and good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
The email only contains that line. There is nothing else there. I have this component on other sites and on those I get a link to the url where the comment was added and such.

This is an empty email with subject: COM_JFBCONNECT_NEW_COMMENT_SUBJECT

And then just this in body:
COM_JFBCONNECT_NEW_COMMENT_BODY

Nothing more
The topic has been locked.
Support Specialist
Correct. That line is what we insert, but Joomla should recognize it and try to translate it from what's in your language file.

Check the /language directory for any languages that your site uses. Open up the xx_YY.com_jfbconnect.ini files in the locale directories, and search for the two strings you're seeing. In the en_GB version, they are at the bottom, and should look like:
; Email Notifications for New Like and Comments
COM_JFBCONNECT_NEW_COMMENT_SUBJECT="New Facebook Comment"
COM_JFBCONNECT_NEW_COMMENT_BODY="This is an automated message from JFBConnect.\n\nA new Facebook comment was posted by %s\n%s\n\nYou can administer the comment at that page or at http://developers.facebook.com/tools/comments\n-- JFBConnect"
COM_JFBCONNECT_NEW_LIKE_SUBJECT="New Facebook Like"
COM_JFBCONNECT_NEW_LIKE_BODY="This is an automated message from JFBConnect.\n\nA new Facebook Like was clicked by %s\n%s\n\n-- JFBConnect"

If they aren't there, in any language file, you should add them (and update to say what you want).

Hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
Thanks that was it! .. I had an not updated Swedish version of the languages file there. !
The topic has been locked.
Support Specialist
Fantastic. Glad you got it going. If you have a generic Swedish translation, feel free to send it to us. We'd love to include it in the next release of JFBConnect.

Best of luck to you,
Alex
The topic has been locked.