MyBB Community Forums

Full Version: How to revers all user titles to default
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys I want to disable "Can use custom user titles" however some users already used it so how do I reset custom user titles to default?
http://community.mybb.com/thread-4720.html / http://community.mybb.com/thread-44380.html

Read one of those tutorials or both and run this query:
UPDATE `mybb_users` SET `usertitle` = ''
Thanks