MyBB Community Forums

Full Version: Classical layout same thing as horizontal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried changing my Post layout from horizontal -> classical, but I don't see any difference in the posts... The author information is still above the post, not to the left. I'm using the MyBB Default theme.
You have to change it as well in your UserCP -> Edit Options. The setting in the ACP changes it only for new users and guests.
UserCP->Edit Options->Thread View Mode->Use Default.
Nothing changes for me. I also tried both Linear and Threaded, no change.
No, you don't click that, that changes the layout of how the thread displays. There's a tickbox that is labelled "Display posts in classic mode".
Also try running this in PhpMyAdmin - It will set everyone to the classic postbit...

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

make sure you edit mybb_users if you have a different MySQL database prefix like for example mybbdatabase_users
All you have to do it replace your postbit template with the postbit_classic code.
(2011-04-09, 12:15 AM)mithokey Wrote: [ -> ]All you have to do it replace your postbit template with the postbit_classic code.

What?? No, don't do this.