MyBB Community Forums

Full Version: How do you delete user titles?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I really don't like the user titles. Is there a way to delete them? Thanks.
In the postbit template find and remove
Code:
{$post['usertitle']}

If you want to completely remove all traces of it go into each individual group settings and uncheck Use custom user titles.
(07-17-2010 08:40 AM)Polarbear541 Wrote: [ -> ]In the postbit template find and remove
Code:
{$post['usertitle']}

If you want to completely remove all traces of it go into each individual group settings and uncheck Use custom user titles.

Thanks heaps polar, I got rid of it.
Reference URL's