If I delete an user group (like member etc.), users in that group aren't deleted too. They're listed in roster, but in no group.
I think, you can add an option to change user rank when the group is deleting..
includes/rank.php line:112 function delete(); Line 121, should fix it. Will test later.
logic for the usergroups will be changed.
If(usergroup has users) return warning, usergroup contains users, please remove users first.
Log in to post a comment.
includes/rank.php line:112 function delete();
Line 121, should fix it. Will test later.
logic for the usergroups will be changed.
If(usergroup has users)
return warning, usergroup contains users, please remove users first.