XF 1.4 Member Ranks

Craig

Active member
Good day to all.

I am wanting redo the ranking system for all members.

The icons are similar to this one admin1.webp

I am not sure how to have it displayed on profile pages and posts.

Thank you in advance!
 
If you want to replace the user banner text with your own custom images, upload the images to your server, then go into your style's EXTRA.css template and create classes such as:
Code:
.userRank .rankAdmin {
        width: ___;
        height: ____;
        background: url(________);
}
and then in usergroup information, I believe what you'd need to do is:
upload_2015-7-2_12-55-9.webp

Keep the user banner text empty unless your images don't have any text/rank on them and you're adding that in with normal HTML.
 
Top Bottom