MyBB Community Forums

Full Version: way that posts are showing ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I cant find option to set that posts are showing like in all other forum..
I mean to show posts on left side username and avatar, and on right sifde post..
Now on my forum is showing like this:
[Image: asdasdfl.jpg]

How can i change that ?
ACP > Configuration > Settings > Show Thread Options > Display posts using the classic layout

You need to do a bit more than just that. Refer to this tutorial: http://community.mybb.com/thread-40093.html
On my theme it works, but i must setup that in User CP, is there any chance to force this on all users?
See the link I posted above.
But in this way, they cant choose horizontal view ?
Yes, they won't be able to choose horizontal view (if the classic postbit is what you want).
I made it work, i have just put:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'
mysql command and it works, and can be changed..

Thanks..
That's not all you need to do. Read the full tutorial.