So I changed post view to classic but it's still showing as horizontal.
can you provide a photo ? or tell us what you mean by changing post view to classic ? how you did it ?
Run this query in PHPMyAdmin or whatever database manager you use:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'
The following sets the classic postbit to every user:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'
The following sets the horizontal postbit to every user:
UPDATE `mybb_users` SET `classicpostbit` = '0' WHERE `classicpostbit` = '1'
Where is the correct settings in the GUI to set the correct view for everyone in the forum?
I set mine to classic view and when I view a thread it is not showing the thread correctly.
http://screencast.com/t/cNXsCiWbj
I do not want to have to go into the db and run code.
Thanks for any assistance.
Use the fix supplied by Vernier above.
I see the fix and applied it.
Does this setting mean that all new registered users will view threads in classic style?
![[Image: 2013-02-22_1757.png]](https://camo.mybb.com/1c74ab6e4a38e7bfa2e45b6d102e92dfe9e467ad/687474703a2f2f636f6e74656e742e73637265656e636173742e636f6d2f75736572732f5269636861726457696e672f666f6c646572732f4a696e672f6d656469612f34303064303736302d373864632d346332392d386433372d6562373037376133343935352f323031332d30322d32325f313735372e706e67)