Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Member List
This discussion has been closed.
Comments
nvictor - How do you mean? Like a delete button that appears only to members who have permission to delete users? This should be done pretty quickly by installing the delete user extension (http://lussumo.com/addons/?PostBackAction=AddOn&AddOnID=65) clicking on the user in the members list and clicking delete. Unfortunately I tried it out and the delete user works but returns lots of errors. I don't know how well it worked...
EDIT: Much quicker than I thought. Version 1.2.1 released. I have just realised how extremely messy the code is. I'm going to think about a version 2 soon.
$sql->AddSelect(array ...
add the following line:
$sql->AddGroupBy('Name', 'u');
And save. This should work. Let me know if it doesn't. And I will release a new version soon.
Joe