× Joomla Facebook Connect support forum

Topic-icon Facebook status get imported each time even if I set it to not do so

Active Subscriptions:

None
Hello,
I set JFBC as below

File Attachment:


but the users status get still imported each time they log in using facebook button, do I have to do something else to avoid this?
The topic has been locked.
Support Specialist
You're correct. That looks to be a bug. If you'd like to fix immediately, the below change should work.

In the /plugins/jfbcprofiles/jomsocial.php file, at line 153, you'll see:
if ($this->configModel->getSetting('profiles_jomsocial_status_updates_pull_from_fb'))
Change it to:
if ($this->configModel->getSetting('profiles_jomsocial_status_updates_pull_from_fb') && $this->configModel->getSetting('profiles_jomsocial_import_always'))

There's a bit of cleanup we're planning to do to the profile plugins in the 4.1 release, and will make sure this is fixed then too.

Thanks, and good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
Hello,
thank you

I noticed that the line you are talking about appears 2 times in the file,
at first your fix was not working, then I noticed this and I had to change the code in both places to get the fix working

maybe this can help others

regards,
Niccolò
The topic has been locked.
Support Specialist
Niccolò,
Ah, sorry about that. Glad you found the right spot, and let us know if you run into anything else. We do have this as an issue in our bug tracker, and it should be fixed in the next release.

Thanks,
Alex
The topic has been locked.