MyBB Community Forums

Full Version: Display posts using the classic layout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Under Configuration --> Show Thread Options is a "Post Layout" setting.
I have switched it to "Display posts using the classic layout".

This is suppose to place the posters info to the left as opposed to across the top of a post, but making this change had no affect. Huh
You need to run queries.

See this thread: http://community.mybb.com/thread-44380.html

To force the Classic Postbit (requires template changes to remove option to change again):

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