MyBB Community Forums

Full Version: How to do this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: Wf31fuj.png]


instead of this

[Image: 8ansoJC.png]
It's in your user cp settings.

user cp -> Edit Options -> Thread View Options -> uncheck "display posts in classic mode"
What about for the whole forum?
admin panel >> Configuration >> Settings >> Show Thread Options >> Display posts using the classic layout <-- select No

And see common SQL queries & how to run them to run below SQL query
UPDATE `mybb_users` SET `classicpostbit` = '0' WHERE `classicpostbit` = '1'