05-02-2015, 05:54 AMtheezy Wrote: Easy way!! Go Admin CP > Configuration > Show Thread Options > Display posts using the classic layout Select Display posts using the classic layout then save! If it doesn't work go User CP > Edit Options > Thread View Options > Display posts in classic mode. Then done!
05-02-2015, 01:09 PMAndresXZ09 Wrote: Run this query on your DB Code:UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0' Don't forget to change "mybb_" to your mybb tables prefix.
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'
Loading Info...