MyBB Community Forums

Full Version: thread linear mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hi guys


how can i set all forum thread linear mode
hi .m.


whens i complete that tutorial user view is threaded i need only linear mode
what is the query you have used ? should be like below
UPDATE `mybb_users` SET  `threadmode` =  'linear'; 
hi .m.

actually am new in mybb am not good in coding that is the problem


can u please tell me what should i do with php

sorry for theinconvenience
^ see SQL queries guidance => common SQL queries - how to run them
hi .m. 

this is my mybb_user what i do next 







[Image: PHP_ADMIN.png]
at that screen, click on SQL tab at the top
that gives a text area to type SQL query & there will be a button (eg. Go) to run the query.
hi .m.

showing SELECT * FROM mybb_users WHERE 1

what is next step


[Image: Capture.png]
^ remove that code & paste UPDATE mybb_users SET threadmode = 'linear'; & run it !
Pages: 1 2