PDA

View Full Version : Members Title's


killerford
10-08-2012, 09:14 AM
Is there any way of removing the member title feature completely so no one has one?

kh99
10-08-2012, 09:26 AM
There is no on/off switch, but I think if you edit each usergroup and remove any "User Title" and make sure "Can use custom Title" is set to No, then go to the "User Titles" manager and delete all titles, then go to Maintenance > General Update Tools and "Update User Titles and Ranks", there won't be any displayed.

vbtise
10-08-2012, 09:56 AM
Hello,

If you want every user titles directly removed from the database, then you can go with the solution posted above, but if you only want to hide it only in your template, then just add the following code in additional.css

You can find it in Admin CP > Styles & Templates > Style Manager > {Your Template} > Edit Templates > CSS Templates > additional.css

.usertitle {
display:none !important;
}


You can apply any of these solutions.

Regards.

killerford
10-08-2012, 12:16 PM
Works a treat, Thanks.