Topic-icon Community Builder Field

Active Subscriptions:

None
13 years 1 week ago #33508 by andbal2
hi in 5.0 release there's same issue about language importing field www.sourcecoast.com/forums/jfbconnect/jf...munity-builder-field

but i don't know how to solve, code is different in facebook.php file
The topic has been locked.
Support Specialist
13 years 1 week ago #33523 by alzander
Replied by alzander on topic Community Builder Field
Andrea,
That code has indeed moved. To make the same change as in your other thread, please edit /components/com_jfbconnect/libraries/profile.php . Around line 199, you'll see:
$params = array(
                'method' => 'fql.query',
                'query' => $fql,
            );
Update that like in the other post to:
$params = array( 
   'method' => 'fql.query', 
   'query' => $fql, 
   'locale' => 'it_IT', 
);
Definitely still test. We had some development with that but it proved to be problematic with some fields (like date mentioned in the other thread). It also hasn't been requested by any other users, so it's not a priority to debug and implement considering the issues it may introduce.

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

None
12 years 11 months ago #34119 by andbal2
Replied by andbal2 on topic Community Builder Field
Tx, works for me!
The topic has been locked.
Support Specialist
12 years 11 months ago #34124 by alzander
Replied by alzander on topic Community Builder Field
Awesome. Glad to hear that helped. We have another release of JFBConnect coming out next week, v5.0.1. That change will still be required when you update as we haven't had tested it under enough scenarios yet. The location of that code shouldn't change though, and we anticipate it should stay in the same place for quite a while.

As always, should you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.