Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I suppose you could modify it and add an extra input to it, but you'd also going to want to modify comprofiler.php to have it store the custom value to the users row.1. I should modify the "registration approval form" (which is CB workflow as that the screen from where moderator approves the user). This is a customization change.
See reply to #1.2. On CB workflow screen, on clicking accept, the approved value must be set in the required custom field through custom code
Well if you modify comprofiler.php to also handle the storage then you only need onAfterUserApproval to give them the usergroup you're wanting by conditioning your field (don't need to condition from POST in this case).3. A post update trigger i.e. onAfterUserApproval must be configured which will read the condition about custom field value and performs the action of adding user to various groups.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.