Username Effect 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.
2 posters

    Username Effect Coding

    RippleEffect
    RippleEffect
    Forumember


    Female Posts : 27
    Reputation : 1
    Language : English

    Solved Username Effect Coding

    Post by RippleEffect June 22nd 2015, 8:53 pm

    So, I am attempting to add in a special effect to one of the staff on my server 
    It is a bubble effect and it looks like this https://2img.net/h/oi59.tinypic.com/of95x5_th.gif
    However, I do not know how to add it in... I know it is possible because my friend was able to do it. 
    So if anyone can help me out that would be appreciated Smile
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Username Effect Coding

    Post by SLGray June 22nd 2015, 9:43 pm

    Do you mean the group title, the members in the group, or just one member?



    Username Effect Coding Slgray10

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


    Female Posts : 27
    Reputation : 1
    Language : English

    Solved Re: Username Effect Coding

    Post by RippleEffect June 22nd 2015, 9:45 pm

    Just one member. 
    Say I wanted to give just one member a sparkly username... how would I add that?
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Username Effect Coding

    Post by SLGray June 22nd 2015, 9:50 pm

    CSS Stylesheet:

    Code:
    a[href="/MEMBER ID"] {
        background: url("IMAGE URL");
    }

    member ID is the last part in the browser link:  u1, u100, or u550.



    Username Effect Coding Slgray10

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


    Female Posts : 27
    Reputation : 1
    Language : English

    Solved Re: Username Effect Coding

    Post by RippleEffect June 22nd 2015, 9:56 pm

    Okay thank you!
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Username Effect Coding

    Post by SLGray June 22nd 2015, 9:57 pm

    Is this solved?



    Username Effect Coding Slgray10

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


    Female Posts : 27
    Reputation : 1
    Language : English

    Solved Re: Username Effect Coding

    Post by RippleEffect June 22nd 2015, 9:58 pm

    I believe so
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Username Effect Coding

    Post by SLGray June 22nd 2015, 9:58 pm

    Topic solved and archived



    Username Effect Coding Slgray10

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