MyBB Community Forums

Full Version: Changing Username Color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I have just wondered accross onto this create new group page and I have seen that we can edit what the username would look like, but this is where I get stuck, it uses some kind of coding, not sure which coding it uses but I am thinking it uses php.
Anyway, how could I make it so my name is say Red with [Founder] infront of it?
ACP > Users & Groups > Groups > [Your New] Group > Username Style

Place this line in the textbox provided and save:

<span style="color: red;">{username}</span>&nbsp;<span style="color: #9400D9; font-weight: 700;">[Founder]</span>