It works fine in "Profil view"
But I can't find the possibility for "Userlist view" like in CB 1.9!
This functionality will come back?
Thank you for the answer
Yes ! I want the fields to be ajax-editable in a user list !
Like in CB 1.9.1 with CB Core Fields Ajax plugin.
It was possible to modify some fields in the lists (liste-cb19.png).
In the field parameter itās possible to activate āUserlist View:ā (field-userlist-view.png)
In CB 2.0 with the new CB Core Fields Ajax plugin 2.0.1 I canāt find the parameter and itās pity!
Regards
The userlist ajax feature has been removed. The first issue it causes is duplicate input ids and names. This completely broke a pages validation. The next issue is jQuery bindings. Image fields and several other field types have specific jQuery, which when output multiple times for multiple users was completely non-functional. When we move the ajax features into core CB after refactoring all the field types then userlist ajaxing should come back as we can properly handle the jQuery rebinding and dynamic loading of the edit display on click so no such issues will be present.
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.
For example Text type is fine to userlist ajax. Image type will not be allowed to userlist ajax. The reason is due to it having jQuery that would need to rebind and there is no functionality for that in CB except to duplicate that jQuery in CB Core Fields Ajax (won't be implemented).
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.