MyBB Community Forums

Full Version: Thread design(?)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
*All links are images to imgur

I'm trying to change my thread design-if that's what it's called- from how I currently have it. If you look at this example, they have a simple layout of 
  • Avatar
  • Username
  • Title
  • etc
However, I'm currently stuck with it being unorganized. Everything seems sloppy and all over the place. Even the forum posts are on the complete opposite side of your user information. 

Any idea how to fix this? Thanks!
that example has the classic layout. you can change that on admin cp -> configuration -> Show Thread Options -> Post Layout -> select "Display posts using the classic layout"

further changes to the layout, will have to be over global.css and on posbit_classic template.
Nothing has changed by doing this.
you will need to force this on everyone, including you. you can do this over phpMyAdmin, read this post.

(2008-11-05, 05:51 PM)Matt. Wrote: [ -> ]If you want to put everybody on the classic postbit, run this query in PHPMyAdmin, or some other database manager:

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


Remember to make sure yout table prefix (mybb_ here) is correct.
I'll look it over in a moment. Thanks for the help~
updated my previous post, with the information you need.
Edit: Silly question, I resolved it. Thank you!