Darthmaul Goldbergstein Joined Jul 28, 2009 Messages 11,173 Reaction score 4 FP$ 6,302 Oct 25, 2010 #1 How do i get like a crown or something next to someone's username in Mybb?
Andraž Rihtar Up-and-Coming Sensation Joined Oct 11, 2010 Messages 441 Reaction score 0 FP$ 1,013 Oct 25, 2010 #2 Follow these steps and you'll do it with ease: Login to Admin CP Navigate yourself to Users & Groups Pick Groups sub-section Pick the group you want to add image to (medal) Edit the field where it says "Username Style" to your likeing Save the changes Simple code to add medals (this is what you put into that field) Code: <img src="linktotheimagehere" alt="groupnamehere" /> {username} If you know basic HTML you should know how to style it further on 😉
Follow these steps and you'll do it with ease: Login to Admin CP Navigate yourself to Users & Groups Pick Groups sub-section Pick the group you want to add image to (medal) Edit the field where it says "Username Style" to your likeing Save the changes Simple code to add medals (this is what you put into that field) Code: <img src="linktotheimagehere" alt="groupnamehere" /> {username} If you know basic HTML you should know how to style it further on 😉
Darthmaul Goldbergstein Joined Jul 28, 2009 Messages 11,173 Reaction score 4 FP$ 6,302 Oct 25, 2010 #3 Alright, thanks!