CreateMyBB Support Forums

Full Version: Force users in Classic Mode Thread Display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HOW CAN I FORCE ALL USERS TO HAVE CLASSIC MODE FOR THREAD DISPLAY? 
My Forum: https://haxden.createmybb4.com/

I tried the options from the settings, i changed horizontal to classic however does not work. 

i look to mybb forums and it stated to run a query code in order to force users to go on classic.

how can i do that?

anyone? please  Sad
What's the query?
I could use this too.

https://bbb.createmybb4.com/
(02-29-2020, 12:09 AM)Jon Wrote: [ -> ]What's the query?

This one : 
Code:
UPDATE `mybb_users` SET `classicpostbit` = '1' WHERE `classicpostbit` = '0'

I found it here 
https://community.mybb.com/thread-40093.html

I
 need help Sad
Done for both.
Thanks Jon.

IIRC, we had a period (now fixed) where anybody changing anything in the user CP resulted in everything else being set to its zero value. I suspect that this was a left-over from that and therefore won't happen again. We shall see  Toungue