MyBB Community Forums

Full Version: Change Post Layout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi. I was wondering how to change the post layout to shift to the left. If you don't know what I mean, here is a picture:[Image: example.png]
If you'd like everyone to have that postbit style, then go to Administrator CP -> Configuration -> Posting options -> And it's the first option there. Then if you want it just for you, go to your User CP -> Edit Options -> And check the Display posts in classic mode.
It doesnt seem to change.
If you changed it in the Admin CP, then yes it won't change. You will also have to go to User CP -> Edit Options -> And check the Display posts in classic mode, if you have done that already.
Ok. So does everyone have to do that or is it just me?
Every member already registered at your forum will have to change it in their User CP. Smile
Thank you so much. =)
Your welcome; give me a rep if you'd like. Big Grin
Done, and thanks again. Wink
Run this in phpMyAdmin to change the setting for everyone:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0' 
Pages: 1 2