MyBB Community Forums
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> Mass change ban reason
Full Version:
Mass change ban reason
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Beautiful
2015-08-09, 12:09 AM
I want all the ban reason to be set as "spam" how can i do this?
zamight
2015-08-09, 12:40 AM
UPDATE `mybb_banned` SET `reason` = 'spam'
Run the above SQL
in the database.
Or
Change them all in the Admin CP-> User & Groups -> Banning and edit all the reasons.
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> Mass change ban reason