MyBB Community Forums

Full Version: How to reset all user titles?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've removed custom usertitles but it's still in the database - how do I reset them all to the default usertitles? Smile
Run this in php my admin
UPDATE `mybb_users` SET `usertitle` = '' 
I don't think that made it default, I think it just set it as blank. >.>

Is there a query to revert to default ones?
What do you mean default? The usertitles are blank as default...
Nevermind, fixed. I'm stupid - I noticed there were default when editing groups. That explains why the images worked for one group and didn't for the other.

Thanks for your help. Smile
Your welcome...? ^_^