xF1 Add Group Images

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    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)
    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: