Topic-icon import city, school from facebok

Active Subscriptions:

None
11 years 4 months ago #50761 by fb_1071870164
hi,

so what we will do about the date picker?

br
Amit
The topic has been locked.
Support Specialist
11 years 4 months ago #50766 by alzander
If you have "JomSocial" set as the registration component, you shouldn't be going through the JFBConnect registration page. I'm confused about your configuration in general with your question based on what you say is wrong.

Can you tell me what page you're viewing during registration (JFBConnect or JomSocial) and we'll try to help further. If it's JomSocial's registration flow, there's no much we can do if their flow is broken. If it's our registration page, we can look into the problem as well. If so, let us know what version of JomSocial you're using.

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

None
11 years 4 months ago #50812 by fb_1071870164
hi,
it seems that i dont have jbfconnect registration page. even when i am choosing it, i am getting jomsocial registartion page.
i cleared my cash and so.

BR
Amit
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #50814 by fb_1071870164
hi,

i dont understand how to request from facebook permission toget birthday and address.
how to do it, what they mean "page for testing" and screenshot?
The topic has been locked.
Support Specialist
11 years 4 months ago #50822 by alzander

it seems that i dont have jbfconnect registration page. even when i am choosing it, i am getting jomsocial registartion page.
i cleared my cash and so.

I'm unsure what could be causing that. Possibly check if you have the JomSocial - Redirect plugin enabled. If not, then you'll need to determine what is redirecting the user after authentication as that would definitely interfere with JFBConnect if our redirection to our registration page or JomSocial's registration page isn't taking effect.

i dont understand how to request from facebook permission toget birthday and address.
how to do it, what they mean "page for testing" and screenshot?

They want to test the permissions that you're asking to grant. They want steps on how to go through your registration process along with pictures of the registration pages that import the data you're asking the permission for.

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

None
11 years 4 months ago - 11 years 4 months ago #50825 by fb_1071870164
hi,

1. the loop problem - solved.
2. there is no jbfconnect registration page - it allways jomsocial registration page, i try to change the registration component, but i am getting just jomsocial reg com.
3.datepicker isnt working.
4. when i try to change the registration componet at sclogin - there is no jbfconnect there - just joomla, easysocial, jomsocial, cb, vm, and kunena
5. about the permission from facebook - they ask Page for Testing (required) - i dont understand how to do it. what they need from me to do that?
BR
Amit
Last edit: 11 years 4 months ago by fb_1071870164.
The topic has been locked.
Support Specialist
11 years 4 months ago #50832 by mel
Please provide a URL for your site and if possible PM us admin credentials.
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #50840 by fb_1071870164
hi,
i sent PM

thanks
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #50857 by fb_1071870164
hi,
i re send
thanks in advanced.
Amit
The topic has been locked.
Support Specialist
11 years 4 months ago #50860 by mel
The Registration Component that Alex is referring to is in JFBConnect > Configuration > General area. This setting is the one that is used when one of the social network login buttons is pressed. The one in SCLogin is only used when the Register button is used there for creating a Joomla user.

After looking at your backend:

1. The Automatic Registration option is turned on. When enabled, you don't go to any registration pages as the user will be created and profile imported automatically. You will need to change this if you want to go to any pages.
2. I disabled the Social Profiles - Joomla plugin as it shouldn't be enabled since the Joomla user profile plugin is disabled.
3. I disabled the Social Profiles - Custom DB plugin as it was not configured correctly.
4. I mapped the "bir" field in JFBConnect > Profiles > JomSocial tab as it was unmapped
5. If Automatic Registration is off and Registration Component is set to JomSocial, when you hit the FB button, you are brought to the JomSocial registration page correctly. The datepicker is not working on their registration page. I get the error " Uncaught TypeError: Cannot read property 'timepicker' of undefined" You will have to contact the JomSocial team to resolve this for their registration view.
6. If Automatic Registration is off and Registration Component is set to JFBConnect, and I change Show Profile Fields to All, I get an error that a necessary file from jomsocial is not available. It's possible this is causing the datepicker to not work in JFBConnect. Can you change the following code in /profiles/socialprofiles/jomsocial/jomsocial.php around line 239 from
$doc->addScript(JURI::root() . 'components/com_community/assets/joms.jquery.js');
to
$doc->addScript(JURI::root() . 'components/com_community/assets/joms.jquery.js');

I have reverted the Automatic Registration button back to enabled. Please make the change I mentioned, change it to enabled, and test whether the datepicker works when the FB button brings you to the JFBConnect registration page.

-Melissa
The topic has been locked.