CreateMyBB Support Forums
Please run this query to my site - Printable Version

+- CreateMyBB Support Forums (https://support.createmybb.com)
+-- Forum: CreateMyBB Support (https://support.createmybb.com/forumdisplay.php?fid=5)
+--- Forum: General Support (https://support.createmybb.com/forumdisplay.php?fid=6)
+--- Thread: Please run this query to my site (/showthread.php?tid=3029)



Please run this query to my site - SelfishCdde - 03-02-2020

Dear @Jon

I want to make my new users to be on linear mode on viewing threads.
Please run this query on my site.  Sad i badly need it. 

UPDATE mybb_users SET threadmode = 'linear'

My Forum Link
haxden.com
haxden.createmybb4.com

Thank you so much


RE: Please run this query to my site - Jon - 03-02-2020

Done


RE: Please run this query to my site - SelfishCdde - 03-04-2020

(03-02-2020, 02:17 PM)Jon Wrote: Done

Dear Jon,
My new members still had the linear mode on every thread they view Sad 

Can you check it? 
Test account 

user : test1
pass : 123test
forum url : https://www.haxden.com


RE: Please run this query to my site - Jon - 03-04-2020

I ran the query again you might have to clear mybb cache in the admincp


RE: Please run this query to my site - SelfishCdde - 03-05-2020

(03-04-2020, 01:08 PM)Jon Wrote: I ran the query again you might have to clear mybb cache in the admincp

I cleared my site cache, still occur on the new members.  Sad
[Image: yVR34P0.png]


RE: Please run this query to my site - liondog72 - 03-05-2020

Try this:

Go to Admin CP > Configuration > Show Thread Options > Select No from Usenet Style Thread View.


RE: Please run this query to my site - SelfishCdde - 03-05-2020

(03-05-2020, 10:04 AM)liondog72 Wrote: Try this:

Go to Admin CP > Configuration > Show Thread Options > Select No from Usenet Style Thread View.

I already set it to no. Still my members got the threaded mode Sad


RE: Please run this query to my site - liondog72 - 03-05-2020

I looked on the test account you provided here and could view the threads in linear mode, but upon creating a new account the threads were shown in threaded mode, so maybe the query only changes the setting for those with existing accounts at the time of it being run.


RE: Please run this query to my site - Jon - 03-05-2020

Yes that's exactly what the query does. Check if there is a default setting to enable it in MyBB


RE: Please run this query to my site - SelfishCdde - 03-06-2020

Solved. Thank you so much <3