MyBB Community Forums

Full Version: Select Multiple users marked as SPAM and mark all banned permanently
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to select multiple users that are marked as SPAM and mark them PERMANENTLY BANNED in 1 sweep? Doing this 1 at a time-during clean up, is cumbersome to say the least. THANKS!!! Huh
Is spam a usergroup? If so you would run something like this in phpmyadmin.


Remember to backup your database before you try anything.
update mybb_users WHERE usergroup = "INSERT USERGROUP ID HERE" SET usergroup = 7;