MyBB Community Forums

Full Version: Thread Viewing Modes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Alright so I'm a bit confused on the thread viewing modes. The threads on my forum only seem to display one post. They show all the posts when I click Linear Mode. I would like it so that it's default for the forum and every user to view all the threads in Linear Mode.
By default, everyone is viewing your forum in linear mode.

If you want to force it on your users, you'll need to run an SQL query in a database manager (such as phpMyAdmin) - replacing mybb_ with your table's prefix:

UPDATE mybb_users SET threadmode = 'linear'