Skip to Content Skip to Menu

CB Connect registration configuration

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
10 years 1 month ago #249260 by krileon
Replied by krileon on topic CB Connect registration configuration
You can't request field values during CB Connect. It's completely automatic and bypasses normal registration. A future release is planned to have registration auto-complete, which will pre-fill the standard registration form to better allow for this.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

10 years 1 month ago #249276 by pasquale1980
Replied by pasquale1980 on topic CB Connect registration configuration
Since that for the recording via social can not add a field for the selection of the usertype I disabled the recording in the tab, but now if I try only to access gives me the following error:

Account registration not permitted!

I do not understand how it works CB Connect. If I do not register via social I can not make the only access?
Or on my site I need to register with the same credentials of Facebook to access by pressing the Facebook icon or works in another way?
Thanks.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
10 years 1 month ago #249330 by krileon
Replied by krileon on topic CB Connect registration configuration
Sorry, I don't understand your usage. CB Connect just creates a user using their social site data in the most basic form (name, username, email, password, and any mapped fields). It skips CB registration form so you can't ask users to complete fields before the registration finishes (that feature doesn't exist yet).


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

10 years 1 month ago #249416 by agenziae20
Replied by agenziae20 on topic CB Connect registration configuration
Hallo,

now when I login with Facebook I get a new error:
"Application not configured. Developers of this application didn't configure it correctly in order to access Facebook"

And in background:
TOOLS
Errors "GitHub API failed to initialize; please check Configuration is correct."
Warnings "General open_basedir is in affect; CURLOPT_FOLLOWLOCATION disabled
Info No info was found

Maybe facebook is still changing API?
In Configuration->Facebook->Registration->Fields
I cannot choose any facebook fields to associate to a CB field.

See the attachments.

Thanks!
Attachments:

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
10 years 1 month ago #249439 by krileon
Replied by krileon on topic CB Connect registration configuration

"Application not configured. Developers of this application didn't configure it correctly in order to access Facebook"

Please see the below tutorial.

www.joomlapolis.com/support/tutorials/99-plugins/18364-cb-connect-how-to-configure-facebook

Please also see the below updated tutorial images.

www.joomlapolis.com/forum/153-professional-member-support/225025-facebook-login-problem?start=6#243483

Errors "GitHub API failed to initialize; please check Configuration is correct."

You have the GitHub social site enabled, but it's not configured.

Warnings "General open_basedir is in affect; CURLOPT_FOLLOWLOCATION disabled

That's a restriction your host has placed on CURL. You'd need to contact your host regarding it. Without it the HTTP requests may not be able to navigate through an endpoint causing a social site to fail to pull profile data.

Maybe facebook is still changing API?

Probably. I won't know until I begin CB Connect upgrade. As it's a more complicated and time consuming plugin it's lower on my list to upgrade. Currently I'm upgrading plugins that take no more than 2 days to reduce the down time of sites when we reach CB 2.0 Stable.

In Configuration->Facebook->Registration->Fields
I cannot choose any facebook fields to associate to a CB field.

That's due to a bug with FF. A quickfix can be found below.

www.joomlapolis.com/forum/153-professional-member-support/223420-bug-in-cbconnect-with-firefox#236750


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

10 years 1 month ago #249459 by pasquale1980
Replied by pasquale1980 on topic CB Connect registration configuration
For to use CB Connect and set the user type (as I explained in the previous post), I thought to move in a tab the field usertype to which you are directed after the first login and through this field with CB Auto Action (type: Query) set the user type also in Joomla table:

UPDATE `#__users` SET `usertype`= (SELECT `cb_usertype` FROM `#__comprofiler`) WHERE `id` = '[user_id]'

Updating the field cb_usertype of the table "#__comprofiler" do not update the usertype field of the table "#__users" of Joomla.
Where am I wrong?

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum