MyBB Community Forums

Full Version: Bulk Edit Forum Settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'd like to bulk edit all my forums to "Yes, require a thread prefix for all threads"

Is there a simple way to do that?
you can try SQL query like below
UPDATE `mybb_forums` SET `requireprefix` = 1;
Perfect quick and dirty and works like a charm! Many thanks!!