MyBB Community Forums

Full Version: How to add additional user title under primary in postbit and user cp?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As title says i want to display additional user title under primary in postbit and usercp, how to do that
Templates > Your theme > Show thread Templates > showthread
<strong>{$thread['threadprefix']}{$thread['subject']}</strong>


Templates > Your theme > User Control Panel Templates > usercp
<strong>{$lang->account_summary}</strong>
(2019-07-25, 11:42 PM)iAndrew Wrote: [ -> ]Templates > Your theme > Show thread Templates > showthread
<strong>{$thread['threadprefix']}{$thread['subject']}</strong>


Templates > Your theme > User Control Panel Templates > usercp
<strong>{$lang->account_summary}</strong>
my question was how, not where.
You can probably use Custom Profile Fields to achieve this.