XF 2.0 User Title Ladder - replace titles with images

Frode789

Well-known member
So from my phpBB days, I used images rather than titles (or a combination), for my user title ladder. This was easy and you could do this in a drop down menu, selecting what image you wanted.

Can this be done in XF2?
 
You can use User name CSS in user group to insert image value.

for example

background: transparent url("image/path") no-repeat;
use padding and margin to play with the position.
 
Top Bottom