MyBB Community Forums

Full Version: Theme question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed a new theme and set it as default, but the vast majority of my users revert to the old theme when they log in. Is there a SQL database query I can run that will set every user to the new theme?

Thanks.

Marc
UPDATE mybb_users SET style=0
That should revert all users to default.
Dennis, thank you for your quick response. It's much appreciated.