MyBB Community Forums

Full Version: Usenet style thread view
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have one problem with my board. How can I set the Usenet Style Thread View as NO by default for all users in my board?

Quote:Usenet Style Thread View
Selecting yes will cause posts to look similar to how posts look in USENET. No will cause posts to look the modern way.
YES - NO

Is there any way to set the NO permanently by default for all users? even in sql?
Run this query:

UPDATE `mybb_users` SET `threadmode` = 'linear';