MyBB Community Forums

Full Version: ''Display posts using the classic layout'' Doesn't work.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I've just made a new forum, everything's fine.

But if I try the option ''Display posts using the classic layout'' it doesn't change anything.

It should make the user information ( Avatar, postcount, etc. ) go vertical right?

I'm using a skin and i checked : <input type="hidden" name="classicpostbit" id="classicpostbit" value="1" />

And yes, it is on value 1..

Did i forgot something?

Please help :3
There's so many threads on this... the ACP setting will have no effect on you, only guests and new users, you need to change the setting in your User CP Options to change it for you, and this will force a setting on current users: http://community.mybb.com/thread-40093.h...ht=postbit By default that input field isn't hidden anyway.
Hm,

Somehow i used a different code for :

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

And it worked,

thanks anyways