MyBB Community Forums

Full Version: Colourful Usertitles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible that users of different usergroups have colourful usertitles

grp1: simple/normal
grp2: greenĀ 
grp3: yellow

Any help?
special user groups should be already having group colors on your forum.
eg. administrator - green color

forum admin panel >> Users & Groups >> Groups >> Administrators
--> Edit Group --> Username Style
<span style="color: green;"><strong><em>{username}</em></strong></span>

like that,
moderators & super moderators have pre-defined colors for displaying user name

similarly you can add required color style for other user groups.
(2020-03-31, 09:33 AM).m. Wrote: [ -> ]special user groups should be already having group colors on your forum.
eg. administrator - green color

forum admin panel >> Users & Groups >> Groups >> Administrators
--> Edit Group --> Username Style
<span style="color: green;"><strong><em>{username}</em></strong></span>

like that,
moderators & super moderators have pre-defined colors for displaying user name

similarly you can add required color style for other user groups.

I get that but am taking about usertitles not usernames
Interesting. I believe using group id to the postbit template, this particular goal can be achieved. Every group will have different gid and hence colors can be controlled.
sorry, I missed "usertitle".
for appearance at posts, you can modify in postbit templates like this => Link

similarly for member profile, you can modify {$usertitle} in member_profile template