MyBB Community Forums

Full Version: Make linear mode for all users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to make linear mode by default in my site...
I tried http://community.mybb.com/thread-93774.html by yaldram..

But I cant execute it properly it seems, I did all of that specified in that thread, but still mine is in threaded mode..

Help pls..
may be you forgot running the SQL query
UPDATE mybb_users SET threadmode = 'linear'
i have run it..
Got the result - 34 rows affected. ( Query took 0.0014 sec )
Are other users experiencing the same thing you are?

Also see http://community.mybb.com/thread-98235.html
then linear mode should work. give a test user account to check
(2013-05-04, 03:38 PM).m. Wrote: [ -> ]then linear mode should work. give a test user account to check

You can register in it bro...
I will activate it instantly...
Just tell ur username in it.

(2013-05-04, 03:37 PM)Fábio Maia Wrote: [ -> ]Are other users experiencing the same thing you are?

Also see http://community.mybb.com/thread-98235.html

s... All are experiencing the same...
I need it to be in linear for guests too...
@csetube, you have disabled receiving PMs on this community. I can't reply you.

"Display posts in classic mode" is in selected mode for all users !
that is the cause for Linear mode not displayed by default for all
See http://community.mybb.com/thread-98235.html

Follow step 2 specifically. That will set the thread view mode to Linear for guests and newly registered users.

Running the query afterwards should set the thread view mode to Linear for existing users. It must work.

And if you don't want users to be able to change the thread view mode, check out the rest of the tutorial to remove the options from the templates.

(2013-05-04, 04:08 PM).m. Wrote: [ -> ]"Display posts in classic mode" is in selected mode for all users !
that is the cause for Linear mode not displayed by default for all

That has nothing to do with it.
^ oh! my bad. the thread view option is removed from user control panel options.
(2013-05-04, 04:22 PM)Fábio Maia Wrote: [ -> ]See http://community.mybb.com/thread-98235.html

Follow step 2 specifically. That will set the thread view mode to Linear for guests and newly registered users.

Running the query afterwards should set the thread view mode to Linear for existing users. It must work.

And if you don't want users to be able to change the thread view mode, check out the rest of the tutorial to remove the options from the templates.

(2013-05-04, 04:08 PM).m. Wrote: [ -> ]"Display posts in classic mode" is in selected mode for all users !
that is the cause for Linear mode not displayed by default for all

That has nothing to do with it.

Got the answer... Now works fine..
Thank you both for your kind support Smile