MyBB Community Forums

Full Version: Crowns
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey i want to add crowns next to staff names

like if im admin:
[Image: qobw48.png]alex clone

[Image: xvsj4.png] name

and stuff
how do i add crowns?
(2008-09-11, 01:38 AM)alex clone Wrote: [ -> ]hey i want to add crowns next to staff names

like if im admin:
[Image: qobw48.png]alex clone

[Image: xvsj4.png] name

and stuff
how do i add crowns?

AdminCP » User Groups » Edit User Group »

*I am editing User Group (Administrator)*

In Username Style you will see the following code
Quote:<span style="color: green;"><strong><em> {username}</em></strong></span>

replace it with
Quote:<span style="color: green;"><strong><em> <img border="0" src="http://i269.photobucket.com/albums/jj58/mobilephone/xvsj4.png" width="15" height="13">{username}</em></strong></span>

I think this will work Smile