Forums / Setup & design / Enabling/Disabling Multiple Users.
Trevor Clowry
Wednesday 19 October 2005 1:56:17 am
I am trying to use checkboxes to enable and disable multiple users at the same time. I am using the "is_enabled" attribute of the ezuser object to do so. I have made a test override page, which displays the user details and whether the user is enabled/disabled(using elements of settings.tpl) If i try to enable/disable 1 user with one checkbox and press submit it works perfectly. However if i try multiple checkboxes, i think that the settings.php file in the kernel can only allow 1 user to be modified at a time. Do i need to modify the user/settings.php kernel file to get this to work. Or can anyone guide me to a better method of doing this? Thanks in advance,Trevor