I would please need to approve all the members that suscribe to my community.
I understand there is a botton "aprove user after registration" but in my case, it is not useful. Here is why: My user
1) Register
2) Complete their profiles
I would need to approve user profiles once they complete their profile, not when they register. I would only need that users, before my approval, can't be searchable... any idea?
There's no profile update or field by field (except image fields) approval. Since you only want to block them from being searchable you could have a checkbox field that after the profile update trigger in a field action sets the field value to 0 (unapproved) using CB Auto Actions. Ensure you're using latest CB Auto Actions nightly and set the Access to "Self Only". Next use CB Privacy to set the field to moderator edit only. Now in your userlist add a basic filter to check that the checkbox field is equal to 1. Your moderators can then edit their profile and check the checkbox to approve their profile changes so they show up in searches again.
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.
There's no action for that. You'll be toggling a checkbox fields value using CB Auto Actions and then conditioning against it in your userlist to show/hide based off the value of that checkbox. Please see my previous reply.
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.