MyBB Community Forums

Full Version: Restore Default User Titles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just disabled custom user titles on my board. however the users that had already changed their titles remain the same and does not revert back to the default. Is there anyway i can do this ?

thanks
Try this in phpMyAdmin

UPDATE `mybb_users` SET `usertitle` = ''

Check your table prefix first. This should then make it use the group default.
perfect worked great ... matt i dont want to open a new thread but the group id is counted from top right?? as in the group listed first has a group id of 1 ?
Yeah, if you're looking at the list of usergroups in the ACP, GID=1 is at the top (Guests) and it goes down to GID=7 (Banned).
great thanks Smile