MyBB Community Forums

Full Version: You did not select a valid group to move this user to.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have tried everything, it still gives me the same error.

Whenever I try to ban someone in modcp.

Thing's I've done.
http://community.mybb.com/thread-158890.html
http://community.mybb.com/thread-159053.html



Fix, due to my theme being 1.6

change in modcp_banuser_bangroups_hidden the following

<input type="hidden" name="usergroup" value="{$group['gid']}" />

to:

<input type="hidden" name="usergroup" value="{$banned_group}" />

welcome.