MyBB Community Forums

Full Version: Force option on user?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just wondering if there is a simple way to push options such as the tinezone to all users?
Run this query in phpMyAdmin:

UPDATE `mybb_users` SET `timezone` = "X"

Replace X with the timezone you want to set for all users.
Was hoping it wouldn't come to that but I can manage that