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.
Delete User
Delete User
0
Comments
The results from doing that simple search yielded this most helpful thread:
want to be able to delete users # 34
Now I can delete 'users' that hadn't posted, but one 'user' who had posted can't be deleted, even though the relevant test threads and posts have been deleted!
Any ideas? Have little experience with php and mysql, though confident enough to edit config files if given suitable pointers! Had hoped using an off-the-shelf program would mean I didn't have to tinker under the bonnet/hood!
$s->AddWhere('u', 'RoleID', '', 0, '=');
did the trick (it was a higher line number for me as well)