rank coding Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    rank coding

    darkgoku
    darkgoku
    Forumember


    Posts : 326
    Reputation : 3
    Language : English

    rank coding Empty rank coding

    Post by darkgoku October 20th 2014, 5:41 am

    how do i make a rank with coding for rank not group like this rank coding Rank10
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    rank coding Empty Re: rank coding

    Post by _Twisted_Mods_ October 20th 2014, 5:53 am

    what r u trying to do?
    darkgoku
    darkgoku
    Forumember


    Posts : 326
    Reputation : 3
    Language : English

    rank coding Empty Re: rank coding

    Post by darkgoku October 20th 2014, 5:58 am

    ive seen people  uss css for making a rank i want to make one similar to that with css
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    rank coding Empty Re: rank coding

    Post by _Twisted_Mods_ October 20th 2014, 6:09 am

    dont need css u can do it in acp

    acp>users&groups>Ranks>Rank Administration

    or

    Acp>users&groups>users>profile

    and create a new field with image list

    Name:rank
    description:
    URL icon :
    Necessarily filled ? no
    Display : profile,messages
    display type: icon
    Who can modify the profile field value ? you choose
    Separator : you choose

    then add your images to the list and set one for members as default
    darkgoku
    darkgoku
    Forumember


    Posts : 326
    Reputation : 3
    Language : English

    rank coding Empty Re: rank coding

    Post by darkgoku October 20th 2014, 7:11 am

    but it wasnt a profile field i believe just i need help coding one
    Mati
    Mati
    Active Poster


    Posts : 1927
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    rank coding Empty Re: rank coding

    Post by Mati October 20th 2014, 8:27 am

    Hello,

    Add this in your rank title

    Code:
    <span class="staff">CH STAFF</span>

    Then CSS

    Code:
    .staff {
        background: url("http://i42.servimg.com/u/f42/16/52/61/30/glass10.png") repeat-x scroll 0 50% #ed7710;
        border-radius: 3px;
        color: #ffffff;
        display: inline-block;
        font-family: Verdana,Geneva,sans-serif !important;
        font-size: 10px;
        font-weight: bold;
        margin-top: 3px;
        padding: 0 8px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    }
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    rank coding Empty Re: rank coding

    Post by SLGray October 20th 2014, 5:03 pm

    Are you referring to topics which will have the rank has a topic icon?



    rank coding Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    darkgoku
    darkgoku
    Forumember


    Posts : 326
    Reputation : 3
    Language : English

    rank coding Empty Re: rank coding

    Post by darkgoku October 20th 2014, 6:27 pm

    Nvm this is solved plz lock it
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    rank coding Empty Re: rank coding

    Post by SLGray October 20th 2014, 8:26 pm

    Locked as Requested



    rank coding Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.