Is there a way of colourising the user title?

Alex

Active member
As above really can it be done? In VB you could do it by using the code in the user title box, but just wondered how/if it can be done in XF
 
You can use HTML in the user title:

Admin CP -> Users -> List User Groups -> [click a group] -> User Title Override

For example:

Code:
<span style="color: red;">Administrator</span>

That will create a red title called Administrator.

You can also use HTML titles in the default ladder of titles:

Admin CP -> Users -> Trophy User Titles
 
Can it be done on a per user basis though as there are only a couple of users that have it?

Unfortunately not. HTML doesn't work when you specify a custom title for an individual user. I tested it.

You could create a new group with the title and then assign those two users to that group.
 
The red title is already working, it's just not working for Rick.

Did you check to see if Rick has a custom title specified in his profile? That would override the group title.
 
Top Bottom