Resource icon

XF1 User Ranks With Images

Heres How you add a picture to your xenforo usernames
go to

Users > User Groups > The group you want to set a custom image

Then on:
User Banner Text:
Put any text you want here

Where you see admin is the name of the class that I made.

Then go to:
Appearance > Styles > Your Skin - Templates

Then search for EXTRA.css

And put this anywhere
Code:
.admin {
background: url("imglink") no-repeat;
height: 38px;
width: 105px;
text-indent: -10000em;
display: block;
}
Code:
text-indent: -10000em;
- This will remove the text on your image.
Code:
display: block;
- This will display your image completely.
Author
shimmer
Views
464
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from shimmer

Top