Topic-icon Google+ Registration Process

Active Subscriptions:

None
12 years 8 months ago #37016 by bvtechteam
Hello Alex,
We have now the latest version of JFBconnect. We are testing the logging in with google+ feature. It all seems fine, except that it does not show upon registration the additional required fields from the jomsocial registration process. It works well when registering with Facebook.
The registration flow is set to Normal Registration.
Can you please advise?
Thank you,
The topic has been locked.
Support Specialist
12 years 8 months ago #37027 by alzander
The G+ login process goes through the same code as Facebook, so I'm not sure why none of the fields would appear. I couldn't see the G+ login button on your site. Can you let me know where I should find it?

The only other suggestion I'd have is to make sure that in the Profiles area of JFBConnect it's configured to always show profile fields. My only guess is that it's not showing fields that are being imported from Google.

Let me know and I'll gladly help however I can.

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

None
12 years 8 months ago #37086 by bvtechteam
Hello Alex,
Thank you for your reply.
The socialprofile plugins were not enabled. Now it all works.
Thank you,
The topic has been locked.
Active Subscriptions:

None
12 years 8 months ago #37087 by bvtechteam
Hello Alex,
And another question: can a JS status be linked and appear on Google+ in the same way it appears on Facebook?
Thank you,
The topic has been locked.
Support Specialist
12 years 8 months ago #37097 by alzander
Glad to hear that enabling the social profile plugin got it going for you.

For JomSocial status updates posting to Google, unfortunately, that's not possible. The G+ API is read only, so we can only pull data from G+. There is now way for us to push content back to a user's profile yet, but we're hopeful they'll add that ability soon.

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

None
12 years 8 months ago #37099 by bvtechteam
Hello Alex,
Thank you for clarifying.
I appreciate your help.
(we also emailed you about another topic, if you can respond that will be great).
Thank you,
The topic has been locked.
Active Subscriptions:

None
12 years 8 months ago #37169 by bvtechteam
Hello Alex,
We implemented google+ registration on our live website.
There is a section that appears in the registration process:
ungrouped
Unknown class CFields for field .
Unknown class CFields for field

Do you know what is it referring to?
Thank you,
The topic has been locked.
Support Specialist
12 years 8 months ago #37183 by alzander

Unknown class CFields for field

CFields is likely a field from JomSocial, but for some reason, JFBConnect can't load the field data from JomSocial. Can you try changing the "Show Profile Fields:" setting in the Profiles -> JomSocial area to "None" and see if that gets rid of the error? If so, that would guarantee that it's some field that's being shown that isn't working.

From there, can you let me know if you're using any non-standard JomSocial fields to show on the profile? You may also want to go into JomSocial and disable fields individually to narrow down what specific field is causing the problem. Once you narrow it down, let us know what type of field is causing the problem and we'll gladly investigate further.

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

None
12 years 8 months ago #37241 by bvtechteam
Hello Alex,
Thank you for clarifying. We found the field and disabled it and now it appears fine.
However, another issue is that the registration process can not be completed once "show all fields" is enabled. After adding all fields and clicking Register nothing happens.
Can you please advise?
Thanks,
The topic has been locked.
Support Specialist
12 years 8 months ago #37371 by alzander
The problem is that there are some required fields that aren't being set. Those fields are preventing the form from being submitted.

If you add the following CSS to your template, it should highlight those fields in red when the user tries to submit:
#adminForm input.invalid {
border: 2px solid red;
}
I hope that helps, but if you have any other questions, just let me know.

Thanks,
Alex
The topic has been locked.