Topic-icon Avatar image quality=not good

Support Specialist
10 years 8 months ago #35040 by alzander
Paul,
1) The profile should be imported on registration *and* login. If that's not happening for you, go to the Profiles area and make sure the "Always Import Profile" setting is enabled. When disabled, it will only happen on registration. When enabled, it will happen on subsequent logins as well. If it's not working for you, it could be that you're crazy or that there is a bug. Let us know, and we can investigate further :)

2) Glad to help. I actually made up the 'state' part with an assumption it was there.. I knew Country was. So, I was wrong...

As always, best of luck. Should you need anything else, just let us know. We'll gladly help!

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

None
10 years 8 months ago #35042 by paulzmuda
Odd, I dont have that setting in the Profiles section. I think I AM going crazy! I even updated SCLogin to make sure because it was slightly out of date.

This is what my Profiles section looks like: Under the only tab "jomsocial"


General Setting Options Description
Import Avatar: Yes No Info
Import Social Network Status: Yes No Info
Skip JS Terms of Service: Skip Show Info
Show Profile Fields: All Required only None Info
Show Imported Fields: Show Hide Info

Multiple Profile Setting Options Description
Default Profile Type: [Select Box] Info
Allow User Selection of Profile Type: Yes No Info

JomSocial <-> Social Network field mapping
..........



And here's my Overview Section pasted below:

JLinked Extension Check

JLinked 2.1.0 2.1.0 This extension is installed and published.
SCLogin 3.0.3 3.0.3 This extension is installed and published.
Authentication Plugin 2.1.0 2.1.0 This extension is installed and published.
System Plugin 2.0.0 2.0.0 This extension is installed and published.
User Plugin 2.1.0 2.1.0 This extension is installed and published.

Content Plugin 2.0.0 2.0.0 This extension is installed and published.
JLinkedApply Not Installed 2.1.0 This extension does not appear to be installed.
JLinkedCompanyInsider Not Installed 2.0.0 This extension does not appear to be installed.
JLinkedCompanyProfile Not Installed 2.0.0 This extension does not appear to be installed.
JLinkedMember Not Installed 2.1.0 This extension does not appear to be installed.
JLinkedRecommend Not Installed 2.0.0 This extension does not appear to be installed.
JLinkedShare Not Installed 2.1.0 This extension does not appear to be installed.
JLinkedFollowCompany Not Installed 2.0.0 This extension does not appear to be installed.

Community Builder Not Installed 5.0.1 This extension does not appear to be installed.
JomSocial 5.0.0 5.0.1 This extension is installed and published.
Kunena Not Installed 5.0.1 This extension does not appear to be installed.
K2 Not Installed 5.0.1 This extension does not appear to be installed.
Virtuemart2 Not Installed 5.0.1 This extension does not appear to be installed.
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #35077 by mortega1
+1 on the refreshing data issue.

The "Always Import Profile" option is nowhere to be found in my setup.

Any ideas?
The topic has been locked.
Support Specialist
10 years 8 months ago #35101 by alzander
Sorry for the delay guys. I'll have a better explanation, and a few lines of code that will enable importing data on login, for you tomorrow.

Thanks for your patience,
Alex
The topic has been locked.
Support Specialist
10 years 8 months ago #35138 by alzander
Alright.. lets get you guys going. I went through the code to find the best spot to enable the always importing, and it's a very simple change. The reason that JLinked doesn't currently perform the import of all profile data on every login is due to LinkedIn's old terms of service. They used to be no permission settings when a user logged in, so you either had access to all their data or none of it. Because of that, they had very specific terms (which we used to support) that any time data was imported and stored for a user, there had to be explicitly opt-in *each* time for that user. So, we had a checkbox for "Yes, you can import my data" on registration. On login, it would have been very difficult to do.

Now they have the permissions so a user can see what is being imported when they first register and opt-out at that point. They also changed their terms, but it's honestly a little vaguer than we'd like, but importing of data after permission has been granted once seems like it's no longer frowned upon. The upcoming merge of JFBConnect/JLinked will definitely allow import always without the minor code change below (as you'll see).

To fix the problem, please edit the /plugins/socialprofiles/jomsocial/tmpl/configuration.php file. At line 25, you'll see:
<?php if ($this->network == 'facebook') : ?>
Simply change that to:
<?php if (true) : ?>
With that, the proper setting will show in the Profiles configuration area and everything should work how you want.

Obviously, please test and let us know how it goes.

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

None
10 years 8 months ago #35157 by paulzmuda
That did it! Thank you Alex, you truly provide world-class support. I'll be sure to recommend your products in future reviews although the only reason i'm here in the first place is because of your existing good reviews :)
The topic has been locked.
Support Specialist
10 years 8 months ago #35160 by alzander
Glad to hear that got you going, and happy to hear you're satisfied. We listen to our users constantly to learn the issues their having as well as the feedback and suggestions they may have as that's how we always know where things could be improved.

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

Of course, if you'd like to leave your own rating and review on the Joomla Extension Directory for JLinked, we wouldn't argue and it'd certainly be appreciated:
extensions.joomla.org/extensions/access-...on-cloud-based/18957

Thanks, and best of luck,
Alex
The topic has been locked.