Blakefire Active member Aug 17, 2012 #1 Is there a way to remove custom user titles? I dont want that default stuff or custom stuff I dont want it there at all.
Is there a way to remove custom user titles? I dont want that default stuff or custom stuff I dont want it there at all.
Jake Bunce Well-known member Aug 17, 2012 #2 Run this query on your database to clear custom titles in user profiles: Code: UPDATE xf_user SET custom_title = ''; Upvote 0 Downvote
Run this query on your database to clear custom titles in user profiles: Code: UPDATE xf_user SET custom_title = '';