MyBB Community Forums

Full Version: Posts In Classic Mod ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How I Force Users To View Threads & Posts In Only Classic Layout Not In Horizontal ?
Is there any plugin & any other way ?
Follow this

(2015-01-02, 06:27 AM)mmadhankumar Wrote: [ -> ]first change the settings from ACP >> Configuration >> Show Thread Options >> Select Display posts using the classic layout and Save it

And to force this on all users, run this query in PHPMyAdmin in your cPanel.....

UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0' 

to change the avatar size, ACP >> Configuration >> Show Thread Options >> Maximum Avatar Dimensions in Posts