How to set default thread view to Linear Mode on mybb... when its Threaded Mode other replays are hidden.. Can any one help me with this.. Thanks
linear is not default,,, any way i found the answer Run on your php admin UPDATE `mybb_users` SET `threadmode` = 'linear'; It would only be set to Threaded if they registered after you set it to use that in the ACP, and you must have changed it in your User CP at some point; it's set to use Linear by default. I did this to my new Australian forum www.hostingtalk.com.au
Linear is default. I know what I'm talking about. Did you convert from another forum software? If somehow you had this option changed maybe during setup that's something different but a default install of MyBB will set linear mode as default for everyone.
Admin CP => Configuration => Show Thread Options => Usenet Style Thread View = No Code (markup): save settings and clean cache . this should fix the problem