MyBB Community Forums

Full Version: How do I add a crown before a rank name?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Now, before any of you think I'm talking about rank images, I'm not.

I'm talking technically about the rank title, but I always get an error when I do it.
like it works but when I go on a user in that groups profile i get this
(username)
(rank name)
(rank image) <rank title=administrator> color=''...''
it's hard to explain it, but I'm trying my best.
I want the title to be like in this picture

[Image: 5f1zV11.png]
(without the background of course)
and I want to know if it's possible for it to be glowing in the title too (below where the user posts)

If it is possible with mybb, what is the code, and where do I add it? if it isn't possible, just tell me and I'll figure out another way to add it.
<img src="images/crown.png" align="center" valign="center" style="vertical-align: top;"> <span style="color: #FF0; font-weight: bold; font-style: italic; text-shadow: 0 1px 0 #000;">{username}</span>

Something along those lines. You just need to input an image before the styling.

So you get the picture of the crown and say call it "crown.png" and then insert it into your /images.

Your path would be images/crown.png

Go to your ACP > Users & Groups > Groups > Whatever group you want to edit > Username Style and enter what I put in the code above.

That is the bit of it, if you want an image before your title of a user.