Giving a extra rank to a single member 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.
2 posters

    Giving a extra rank to a single member

    Mati
    Mati
    Active Poster


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

    Giving a extra rank to a single member Empty Giving a extra rank to a single member

    Post by Mati December 21st 2016, 9:17 pm

    I have this code to give a extra rank to a single member href="/u5" as you can see on the script but it doesn't work anyone have any idea.

    Code:
    $(function() {
      $('a[href="/u1"] span').find('.uA').append('<em class="adm">Administrator</em>');
    });
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Giving a extra rank to a single member Empty Re: Giving a extra rank to a single member

    Post by Draxion December 21st 2016, 11:48 pm

    Hey there,

    You know you can create an extra profile field to accomplish this, correct?

    If you do, however, want to use that code, what does '.uA' target?