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
- This will remove the text on your image.
- This will display your image completely.
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;
Code:
display: block;