MyBB Community Forums

Full Version: Custom and User Title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I remove the user title from postbit and member list, but leave custom title?
Postbit
Themes and Styles > Templates > themename > Post Bit Templates > Postbit > Remove
{$post['usertitle']}<br />

Member List
Themes and Styles > Templates > themename > Member List Templates > Memberlist_user > Remove
{$user['usertitle']}<br />
That removes custom title also.
(2015-04-15, 02:35 PM)user25 Wrote: [ -> ]That removes custom title also.

What is a "custom title"?
Custom User Title
If empty, the group user title will be used

This is found in the user profile.
(2015-04-15, 02:35 PM)user25 Wrote: [ -> ]That removes custom title also.

They still have their custom title on their profiles. The way you made it out is that you just don't want it to display on the postbit and member list.
Yep, that's exactly it, thank you!
Apologies for waking an old thread - how do I remove the option box completely from the user profile giving them the option to change to their own custom title?