Log in

View Full Version : Turn off user titles


Devanand
04-11-2009, 01:10 PM
Hello,

I would like to turn off user titles. Is it possible and if is, where I should do it?
I was trying to find but I couldn't.

Thank you

D

snakes1100
04-11-2009, 01:25 PM
Turn them off how exactly?

Do you mean not allow a user to use a title or simply so it dont dsiplay in a post under their usernames?

Devanand
04-11-2009, 01:28 PM
Just not display under usernames

snakes1100
04-12-2009, 11:37 AM
You will need to remove all user Titles (http://www.vbulletin.com/docs/html/main/vb2_manual_cp_mod_del_usertitles) then update the counters in the maintenance section.

If you have custom user titles, you will need to disable that as well.
UPDATE user SET customtitle = 0

Quick and dirty way, edit the postbit or postbit_legacy templates and remove the usertitle call.

Devanand
04-12-2009, 01:09 PM
Great, thank you :)

darren1981
04-12-2009, 04:36 PM
Thanks, very helpful