MyBB Community Forums

Full Version: [Fixed] Banning is Broken
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I am not sure what is wrong, but I cannot ban people, I get this error:
  • You did not select a valid group to move this user to.

http://prntscr.com/dbxlkh
Do you have the latest MyBB version?

Do you have any usergroups set to Yes, this is a banned usergroup?

Try performing a diff report on the modcp_banuser and modcp_banuser_bangroups templates.
Latest version: Indeed

Banned Group: "Banned" and Yes.

Any customizations you've made to your templates (the old ones) are highlighted like this.

Changes that have been made between your previous version and this one are highlighted like this.


modcp_banuser:
Quote:</tr>
</table>
{$footer}
<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807">
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script>src="{$mybb->asset_url}/jscripts/select2/select2.min.js"></script>
<script type="text/javascript">
<!--
if(use_xmlhttprequest == "1")
{
MyBB.select2();
$("#username").select2({
        containerCssClass: "textarea",

placeholder: "{$lang->search_user}",
minimumInputLength: 2,3,
maximumSelectionSize: 3,
multiple: false,
ajax: { // instead of writing t


modcp_banuser_bangroups:
http://prntscr.com/dc250t

I can ban from the ACP, but not the Mod CP.
Your modcp_banuser_bangroups template is not correct. This is what it should be:
							<tr>
								<td class="trow1" width="25%"><strong>{$lang->ban_movegroup}</strong></td>
								<td class="trow1" width="75%"><select name="usergroup">{$bangroup_option}</select></td>
							</tr>
Edited and result:
(Same error)
http://prntscr.com/dc6mhv

modcp_banuser_bangroups:
http://prntscr.com/dc6mv4
Still having issues with ModCP Banning....

I'd rather not give Mods ACP access just to ban people
Try PM'ing me with ACP access to your forum.
Sent message
Still having issues...

http://prntscr.com/dexujz


Is this a 1.8.8 bug?
It's not a bug! Your theme is broken
i had this problem...and i solved with modification theme
Pages: 1 2