Fixed the problem. For anyone that installed this hack, and had previosly allowed custom titles, and you still had members without the default titles under their username, even after updating the counters, and turning off "allow custom titles" in the admin cp, run this query:
Resetting Custom user titles to default:
UPDATE user SET customtitle = 0 WHERE usergroupid <> 6
Then run the user title update counters. Note this will reset everyone's title except admins.
|