× Joomla Facebook Connect support forum

Topic-icon Some questions about changing lang. & error msg.

Active Subscriptions:

None
Dear Sir,

1. how to change the language to traditional chinese?

2. I can't find the JFBCShare. where can I download it?

3. I 've got the following error message. Even I enable / disable the user of joomla, it shows the error. How to solve it?
"The joomla user plugin must execute before the jfbconnectuser user plugin. Please fix this in the plugin manager"

4. I have got the error from IE8 and Chrome.
Chrome:
Application Name: IPTA國際專業培訓協會
Connect URL: www.ipta.org.hk/
WARNING: POSSIBLE MISCONFIGURATION
We suggest updating your Connect URL to: ipta.org.hk/
You can do this by visiting: Facebook Developers
Select your application->Edit Settings->Connect URL in the Connect section.

IE8
Application Name: IPTA國際專業培訓協會
Connect URL: www.ipta.org.hk/

Is it the same? Any effect? As many users will use ipta.org.hk or www.ipta.org.hk at the same time, how to solve it?

Moreover, I can't upload the image of my print screen in this forum.

please help. Thanks.

Tommy
The topic has been locked.
Support Specialist
15 years 5 months ago #6234 by alzander
1) Changing the language
We use whatever language Joomla is set up for to tell Facebook to translate all modules to that language. If the modules (invite, like, etc) aren't in Chinese, let us know. From a quick look at your page, we're telling Facebook to use the "zh_TW" language.

As for JFBConnect strings in the admin area, or the few in the front-end, you will need to create those. We don't have language translations for Chinese, yet. You can create them by copying the /languages/en-GB/en-gb.com_jfbconnect.ini file to /langauges/zh-tw/zh-tw.com_jfbconnect.ini and updating the few strings there as you need. If you find any missing strings, let us know. If you'd like to send us your langauge file when it's complete, we'd love to include it in an upcoming release!

2) The JFBCShare module has been disabled for now due to conflicts with Facebook's own library. We're investigating methods to get around this. For more information, see:
www.sourcecoast.com/extensions/jfbconnec...tions#share-conflict

3) Go into the Extensions->Plugin Manager in the admin area. Set the filter to "User" in the top so only the user plugins are showing. Then, in the ordering column set the number for the JFBConnect User plugin to a higher number than the Joomla User plugin. Finally, click the little file/save icon at the top of the column. That should fix your error.

4) In the Facebook Application Configuration, ensure that the following is set, and you should be fine. We need to update that error:
Site Domain: ipta.org.hk
Site URL: ipta.org.hk

Hope this helps. If you have any other questions, just let us know!
The topic has been locked.
Active Subscriptions:

None
15 years 5 months ago #6237 by siutommy
Hi, Alex,

Thanks.

Q1 is soloved. And of course, I'd like to like you the ini file(in UTF-8 format). But I can't upload the file via this forum. Do you have an email? I can send you it via email.

Q2 - 4. understand & solved.

But I have new problems:

Q5. By using System - JFBCSocial, if I disable this, I get the following (Error) coding. How can I remove this?

{JFBCLike buttonStyle=standard showFaces=1 width=450 verbToDisplay=like font=arial colorScheme=light url=http://ipta.org.hk/index.php?option=com_content&view=article&id=61&Itemid=37}{JFBCComments xid=content_61 width=550 numposts=10 hideLikeButton=}

Q6. By using System - JFBCSocial, the display is between the title and the content of the article. How can I move the display to the bottom on each article? How to display it to specific article, not for all?

Q7. How to save or export the information(e.g. email, name, age, sex and so on) of the user who use the facebook loggin?

Thanks.
The topic has been locked.
Support Specialist
15 years 5 months ago #6246 by alzander
1) Language
Not sure why you can't upload it here. Either way, feel free (we'd love it) to send it to This email address is being protected from spambots. You need JavaScript enabled to view it.. Thanks!

2-4) Great!

5) Check to make sure you have the latest version of the JFBCSocial plugin. It should be version 3.0.5, I believe. This is separate from the Content plugin. There's definitely a lot of plugins we use (which we're trying to minimize), but there's a lot going on with JFBConnect. If you are using 3.0.5, let us know, and we can investigate further.

6) If you use the JFBCContent plugin, you should be able to specify where the Like and Comment block is shown (if at all) in each article: top or bottom. For more information about how it should work, see:
www.sourcecoast.com/blog/item/102-facebo...-like-content-plugin

Currently, we don't have a way to disable the Content plugin on a per article basis. If you want Like (or comments) on only a few articles, you'd need to insert them manually into that article. For more information on manually adding the tags, see the article below. Alternatively, you could use the JFBCLike or JFBCComment modules and place them only on specific menu items. We try to give flexibility, but hopefully it's not toooo confusing:
www.sourcecoast.com/extensions/jfbconnec...ation-guide?start=11

7) How were you trying to export it, and what are you currently integrating with (JomSocial, Community Builder, or Kunena)? JFBConnect does not itself store extended profile information. We rely on these separate extensions to manage that information. If you're using one of those, we can likely refer you to an exporter that is available. If your not using one of those, we (currently) don't support gathering that information. Let us know, and we should be able to help you out!

Hope that helps.. but I'm sure q's 8-10 are on there way :)
The topic has been locked.
Active Subscriptions:

None
15 years 5 months ago #6266 by siutommy
Mainly, I'd like to focus on Q5 first. I have removed all module excepting JFBConnect Authorization Plugin, JFBConnect User Plugin and JFBCLogin for my debugging. I think the problem is not at System - JFBCSocial as I remove it too.

The problems I faced is that there are some coding that displays on the category pages. e.g. link:

ipta.org.hk/index.php?option=com_content...53&Itemid=28&lang=zh

there is some "FACEBOOK coding" that I don't want as below.

******JFBCLike buttonStyle=standard showFaces=1 width=450 verbToDisplay=like font=arial colorScheme=light url=http://ipta.org.hk/index.php?option=com_content&view=article&id=&Itemid=51}{JFBCComments xid=content_ width=550 numposts=10 hideLikeButton=****************

How to remove this?

Thanks.
The topic has been locked.
Active Subscriptions:

None
15 years 5 months ago #6267 by siutommy
after removing the component, the effect still exists.

I found that the FB coding inject into somewhere.
Say,
compenests/com_content/views/category/tmpl/default_items.php
the coding is in $this->category->description

and
compenests/com_content/views/article/tmpl/default.php
$this->article->text

Well.. How to remove the facebook coding to there?
The topic has been locked.
Active Subscriptions:

None
15 years 5 months ago #6268 by siutommy
Q5. Finally, I solved the problem after reinstall the component (6 hours ^_^"). Well... I find a bugs that I can't set the position of Comments in Category to bottom for JFBCContent. How to solve?

Q6. Seem to be solved.

Q7. I am using Community Builder and Kunena. How can I export the data into the format in CSV?

Q1. I have sent you the ini by using email. do you receive it?
I can't upload as the following error of the fourm. Of course, I have selected the file. :P
Upload error: File format not allowed
You have not selected a file to upload
You have not selected a file to upload
The topic has been locked.
Support Specialist
15 years 5 months ago #6272 by alzander
Q5: I'm not sure how the code was being injected there. The plugins that could cause that are below, so please see if these are enabled:
- JFBCContent - This is what allows you to insert the Like or Comment block automatically into articles. This will create the {JFBCLike... and {JFBCComments.. tags.
- JFBCSocial - This plugin scans the output HTML for the {} tags to see if any exist, and then replaces it with the appropriate Facebook function calls.

If you have the Content plugin enabled, make sure the Social plugin is up-to-date and enabled. I'm not sure if when you're editing the Description, you're saying the code is automatically there. It shouldn't be, but if so, are you editing from the front-end or the admin area of Joomla? That may help us locate the issue.

Q7: For Community Builder export of user data, I'd recommend CBJuice. It's not our extension, so we can't support it, but it's pretty straightforward for exporting users to CSV. Not sure if there's an equivalent for Kunena, but hopefully CB will contain all the info you need:
extensions.joomla.org/extensions/extensi...lder-activities/2613

I did receive an email for the translations. Thank you.

Hope the above helps. We'll be monitoring the forums all day today after 2 days of travel, so hopefully our responses will be a little quicker. Sorry for the debug you've had to do on your own.
The topic has been locked.
Active Subscriptions:

None
15 years 5 months ago #6287 by siutommy
nice trip?

Q7. It is what I needed. Wonderful. Thanks.

Q5. I am new for this wonderful extension, so all modules and plug in are the newest version.
The problem is that I set only the position of Comments for Category to bottom at JFBCContent's administrative panel. What a pity that it doesn't work. (all the other setting work) Any solution?
The topic has been locked.
Support Specialist
15 years 5 months ago #6289 by alzander
It was a good trip, thanks for asking. Saw some family before Christmas.

Q7. Great! We're whiddling these questions down!

Q5. I think we still need more information. Now that this is the only question, I want to focus more on it. Tough when there's a few others to think about at the same time. I'm still a little confused as to the overall problem that's occurring. The category link that you post above seems to be working. Is this using the JFBCContent plugin, and if not, what are you using (manually insertion of our code)? If it isn't correct, what's wrong?
ipta.org.hk/index.php?option=com_content...53&Itemid=28&lang=zh

Just to clarify how the 2 plugins work.. The {} tags are inserted by the JFBCContent plugin. The configuration of this plugin determines which articles the comments and/or like appears, and whether it's above or below the article text. The JFBCSocial plugin fires after the JFBCContent plugin has inserted it's {} tags. It scans for these tags and replaces them with the correct Facebook javascript calls <fb:comments, etc. They work together, and both must be enabled for everything to work properly and not look like it's putting garbage onto your page.

Hope the explanation helps. We want to get to the bottom of your issue!
The topic has been locked.