XF 2.0 User Group Badge Help

Gator

Well-known member
I know xenforo does not allow for custom user group badges (not banners), so I tried to do a workaround by adding an image using the "Edit User Group" setting, however, I ran out of allowed characters which produced this (see green icon).

To get the user badge to work, I used the User banner text located in Edit user group using this code:

Code:
<img src="http://www.armorygamers.com/index.php?media/cdu-png.1875/full" width=50";><br>CDU Member

I also wanted to add bold text "<b>" but I ran out of allowed characters.

Any suggestions on how to add a User Badge? Any help would be greatly appreciated.
 
I can't see the output as a guest so I have to guess a bit, but there's no expectation of HTML being allowed in that field. If you want to apply custom styling, the recommended approach would be with a custom CSS class (and custom CSS in a template).
 
Top Bottom