UPDATED TO WORK WITH XENFORO 2
Unlike IPS and vBulletin for xenforo by default it doesn't show Group Rank Icons.
Step One Go to Exta.CSS (FOR XENFORO 2 USE EXTRA.LESS)
Step 2: Add the Following Code
STEP 3: GO TO THE USER GROUP and enter the CSS CLASS NAME YOU GAVE
FINAL PRODUCT:
Unlike IPS and vBulletin for xenforo by default it doesn't show Group Rank Icons.
Step One Go to Exta.CSS (FOR XENFORO 2 USE EXTRA.LESS)
You must be registered for see images
Step 2: Add the Following Code
Code:
.GROUPNAMEHERE {
background: url("YOURLINK") no-repeat;
height: 23px;
width: 115px;
text-indent: -10000em;
display: inline-block;
position: relative;
top: 5px;
right: 5px;
padding-right: 10px;
}
STEP 3: GO TO THE USER GROUP and enter the CSS CLASS NAME YOU GAVE
You must be registered for see images
FINAL PRODUCT:
You must be registered for see images
Last edited by a moderator:
