MyBB Community Forums

Full Version: How to switch the post layout option of all members to classic mode by admin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thanks.
Run this in phpMyAdmin to change the setting for everyone:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0' 
You should also change the default layout:
Admin CP --> Configuration --> Show Thread Options
so that guests and new users have the classic mode.