how to create user of external of comprofiler

6 years 3 months ago - 6 years 3 months ago #301338 by saman2
hi.
i study this doc:
www.joomlapolis.com/documentation/18362-registering-a-user-through-cb-apiregister the user through API
but
1- i don't understand how to set value for some additional field that i created through CB field management
2-how to set avatar from outside?
3- i'm using something such as RSFORM for get user information and i want set that field on CB...i don't have any problem for get information from that extension but how to set in CB field...are you suggest me to use query?i guess it is maybe not safe

Please Log in to join the conversation.

6 years 2 months ago #301364 by krileon
Replied by krileon on topic how to create user of external of comprofiler

1- i don't understand how to set value for some additional field that i created through CB field management

That's explained at the bottom of the tutorial.

2-how to set avatar from outside?

You can't unless you implement the entire image processing chain.

3- i'm using something such as RSFORM for get user information and i want set that field on CB...i don't have any problem for get information from that extension but how to set in CB field...are you suggest me to use query?i guess it is maybe not safe

Review the _comprofiler table if you're wanting to direct database updates, but it won't fire any CB triggers doing 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.
The following user(s) said Thank You: saman2

Please Log in to join the conversation.

6 years 2 months ago - 6 years 2 months ago #301366 by saman2

krileon wrote: You can't unless you implement the entire image processing chain.

1-
1-1 can you more describe about this?is there any function to use that for image processing chain?
1-2 if i have pic url can i do any work for that to set as avatar in CB?
1-3 what is the final return image processing steps?

2- when i use cb api, all trigger or something such as validation will be run?

Please Log in to join the conversation.

6 years 2 months ago #301372 by krileon
Replied by krileon on topic how to create user of external of comprofiler

1-1 can you more describe about this?is there any function to use that for image processing chain?

No, as it would mean writing a custom function to process images. You could checkout how CB Connect does this, but that's our only example for this.

1-2 if i have pic url can i do any work for that to set as avatar in CB?

I guess if you added it to a text field then used HTML in the layout to turn it into an img tag that'd work, but beyond that no the avatar field is not going to process a URL you pass to it into an image.

1-3 what is the final return image processing steps?

It's significantly too complicated for me to explain here, sorry. If the image is a URL you need a server side HTTP request to request the contents then process it using API to resize, rotate (if EXIF data exists), and save. I entirely feel this is not worth the effort for you to try to implement and suggest just leaving the image uploading to profile edit.

2- when i use cb api, all trigger or something such as validation will be run?

The API tutorial is for direct stores. The tutorial does include trigger usage. No it will not validate anything as it's a direct store.


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 to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.182 seconds

Facebook Twitter LinkedIn