Medal thing next to username in mybb

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 😉
 
Back
Top Bottom