MyBB Community Forums

Full Version: Titles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I show both user title and custom title?

e.g.

Username
User
Custom title here

Also, if possible, I'd like to get rid of the stars under the names as well.
Create new profile field with title "custom title" and in postbit (admin cp -> templates and styles -> templates -> <your theme template set> -> postbit templates -> postbit or postbit_classic) find
{$post['usertitle']}<br />
and below add
{$post['fidx']} 
(where x is your custom title profile field id,you can see it under custom profile fields in admin cp).

And for removing stars AdminCP -> Users & Groups -> Groups -> <group name> -> User Stars and under # of Stars set 0 as value.