My client needs to confirm new users from the frontend. As this is not a bulk action, he first needs to uncheck all the users and leave the ones that he want to approve.
Does anybody know where I can set the checkboxes to be unchecked as standard?
The checkboxes are hard coded as 'checked' in the file:
components/com_comprofiler/comprofiler.html.php
If you decide to edit the file, the easiest way to find what you need to change is to search for COMMENT and then step down 5 lines. Delete the following code:
checked=\"checked\"