Username images

Stimo

Active member
Hi is there anyway possible to install small icons/images next to a members username so for example when i show online on my forum it would be 'Stimo (icon)' possibly a crown for admin for example.
 
Admin CP -> Users -> List User Groups -> [click a group] -> User Name CSS

Use this code:

Rich (BB code):
background-image: url('path/to/image.gif');
background-repeat: no-repeat;
background-position: right center;
padding-right: 20px;

You may also need to adjust the padding. The padding should be large enough to accommodate the image.

This is the result (I used a little folder icon):

Screen shot 2012-05-28 at 2.05.06 AM.webp
 
Means I would have to make a whole new usergroup? Basically we just finished our F1 Championship and i want to give the user an icon next to his name and no one else to have one.
 
Top Bottom