glowing - How to put glowing or blinking username by ranks? 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.
5 posters

    How to put glowing or blinking username by ranks?

    allyouneed_ishere
    allyouneed_ishere
    Forumember


    Posts : 27
    Reputation : 1
    Language : English

    Solved How to put glowing or blinking username by ranks?

    Post by allyouneed_ishere December 21st 2011, 7:25 pm

    here are the ranks list:

    Admin
    Global Moderator
    Moderator
    V.I.P.
    Contributor
    Supporter
    CBOX Moderator
    Code Master

    i need tutorial how to put blinking/glowing by ranks in different styles...

    and where i can get blinking/glowing styles? tia Hello
    Darren1
    Darren1
    Helper
    Helper


    Male Posts : 11853
    Reputation : 566
    Language : English

    Solved Re: How to put glowing or blinking username by ranks?

    Post by Darren1 December 21st 2011, 7:35 pm

    Hi,

    This tutorial from out Tips & Tricks listing should help Very Happy
    => https://help.forumotion.com/t96136-group-s-style-on-legend-glitter-icon-glow
    allyouneed_ishere
    allyouneed_ishere
    Forumember


    Posts : 27
    Reputation : 1
    Language : English

    Solved Re: How to put glowing or blinking username by ranks?

    Post by allyouneed_ishere December 23rd 2011, 7:11 pm

    tnx but i've seen that already, what about the other groups? i want different styles per rank group... can you teach me how?with instructions and screenshots pls. tia Smile
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Solved Re: How to put glowing or blinking username by ranks?

    Post by MrMario December 23rd 2011, 9:13 pm

    Hello,

    You would do the same thing as posted in that topic, but instead of putting the /g387-forumotion-administrators you would put u1 => User id.
    allyouneed_ishere
    allyouneed_ishere
    Forumember


    Posts : 27
    Reputation : 1
    Language : English

    Solved Re: How to put glowing or blinking username by ranks?

    Post by allyouneed_ishere December 24th 2011, 3:01 pm

    where i can see the user id? can you show me example?

    Admin
    Global Moderator
    Moderator
    V.I.P.
    Contributor
    Supporter
    CBOX Moderator
    Code Master

    in this ranks so that i know what will i do... tnx
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to put glowing or blinking username by ranks?

    Post by Nera. December 24th 2011, 4:53 pm

    Hi,

    Since you are asking for Ranks to glow etc. the users ID wont help you.

    If you need it you can get it from the browser.

    Click on my name here and you'll see this https://help.forumotion.com/u42273

    The number is my ID = u42273

    Your problem

    Go to Rank administration and wrap every rank with a class named differently.

    Example 1:

    Code:
    <span class="admin1">Administrator</span>

    Than you'll add this to CSS to make the Administrators rank glow:

    Code:
    .admin1 {
    text-shadow:1px 1px 4px #f50000;
    }

    If you want the same effect on all ranks you'll name the class you add to rank administration the same and add just one CSS rule with the property you want.

    If you want different effects you'll name the classes you add to ranks differently and add different rules and properties in CSS.
    allyouneed_ishere
    allyouneed_ishere
    Forumember


    Posts : 27
    Reputation : 1
    Language : English

    Solved Re: How to put glowing or blinking username by ranks?

    Post by allyouneed_ishere December 25th 2011, 8:52 am

    thanks a lot for replying..

    this is the code i used in admin
    Code:
    a[href="/u1"] {
        background: url("http://i47.servimg.com/u/f47/17/07/17/12/glitte10.gif");
    }

    is this wrong?

    If you want different effects you'll name the classes you add to ranks differently and add different rules and properties in CSS.

    can you give me sample mam nera, sorry but im too slow in css thats why im always asking for ss and example so that everything will be perfect... tia
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to put glowing or blinking username by ranks?

    Post by Nera. December 28th 2011, 3:20 am

    That code you posted above is for the name. You have said you want ranks to have effects. If so you must add all I have posted up properly for it to work on ranks.

    Code:
    If you want different effects,
    you'll name the classes you add to ranks differently,
    and add different rules and properties in CSS.

    That basiclly means you'll do the step wrap administrator rank with a class for all ranks (AP > Users and groups > Rank administration > Rank title), just will name the class and the CSS rule differently.

    Example:

    Code:
    <span class="mod">Moderator rank</span>

    And than add CSS:

    Code:
    .mod {
    effects CSS for moderators here
    }
    allyouneed_ishere
    allyouneed_ishere
    Forumember


    Posts : 27
    Reputation : 1
    Language : English

    Solved Re: How to put glowing or blinking username by ranks?

    Post by allyouneed_ishere December 28th 2011, 12:42 pm

    solved... i did do the "user id" method.. thanks a lot guys Smile
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: How to put glowing or blinking username by ranks?

    Post by Sanket December 28th 2011, 9:41 pm

    Topic Solved & Locked