MyBB Community Forums

Full Version: Custom User Title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to create a custom user title that only the moderators can edit and is based on rank within the company. I would like it displayed as an image (one I'll create) rather than text. I would prefer it in place of the current user title that is generated based on number of posts or the user group default. However, in addition to these user titles would be acceptable. How do I make this happen?
I don't think HTML will be accepted into user titles as they are made for plain text.
<if $post ['usergroup'] == 3 then><img src="#"><else>{$post['usertitle']}</if>
(2015-06-01, 03:10 PM)Akay Wrote: [ -> ]<if $post ['usergroup'] == 3 then><img src="#"><else>{$post['usertitle']}</if>

Quote:I would like to create a custom user title that only the moderators can edit and is based on rank within the company.
Akay and Ben C, where do I put this code? I'm an absolute novice!
With that code moderators will not be able to edit it. The administrator will manually have to edit it in the templates of the ACP.