Craig Active member Jul 2, 2015 #1 Good day to all. I am wanting redo the ranking system for all members. The icons are similar to this one I am not sure how to have it displayed on profile pages and posts. Thank you in advance!
Good day to all. I am wanting redo the ranking system for all members. The icons are similar to this one I am not sure how to have it displayed on profile pages and posts. Thank you in advance!
Adam K M Active member Jul 2, 2015 #2 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: 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. Upvote 0 Downvote
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: 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.