MyBB Community Forums

Full Version: Thread list in the old way
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I would like to show thread list in the old way (a separate column for the author, instead of having it under the thread subject).
Is there a board setting to do this (but I didn't find it) or I have to make changes in the templates ?

Thanks,
Diab
You'll have to make changes to the templates.

Run this query in phpmyadmin

UPDATE `mybb_users` SET `classicpostbit` = '1'
Ok, thx, I'll do so. Smile
(2011-01-04, 11:20 AM)- G33K - Wrote: [ -> ]
UPDATE `mybb_users` SET `classicpostbit` = '1'

This I already did, but it changes the way how posts are shown (vertical or horizontal), but does not affect the way threads are listed.

Bye, Diab
There's no setting for this. You will have to edit the template yourself as said above.
Yeap, done it ! Faster than expected. Smile
Great job on solving it yourself? Smile
(2011-01-04, 11:21 AM)Diabolik Wrote: [ -> ]Ok, thx, I'll do so. Smile
(2011-01-04, 11:20 AM)- G33K - Wrote: [ -> ]
UPDATE `mybb_users` SET `classicpostbit` = '1'

This I already did, but it changes the way how posts are shown (vertical or horizontal), but does not affect the way threads are listed.

Bye, Diab

Oh, LOL! I misread your post and thought you meant the thread but I see you meant the thread list. Sorry about that. Glad you its fixed though.