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.

How to put glowing or blinking username by ranks?

5 posters

Go down

Solved How to put glowing or blinking username by ranks?

Post by allyouneed_ishere Wed 21 Dec 2011, 15:25

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
allyouneed_ishere
allyouneed_ishere
Forumember

Posts : 27
Reputation : 1
Language : English

Back to top Go down

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

Post by Darren1 Wed 21 Dec 2011, 15:35

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
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

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

Post by allyouneed_ishere Fri 23 Dec 2011, 15:11

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
allyouneed_ishere
allyouneed_ishere
Forumember

Posts : 27
Reputation : 1
Language : English

Back to top Go down

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

Post by MrMario Fri 23 Dec 2011, 17:13

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.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

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

Post by allyouneed_ishere Sat 24 Dec 2011, 11:01

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
allyouneed_ishere
allyouneed_ishere
Forumember

Posts : 27
Reputation : 1
Language : English

Back to top Go down

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

Post by Nera. Sat 24 Dec 2011, 12:53

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.
Nera.
Nera.
Energetic

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

Back to top Go down

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

Post by allyouneed_ishere Sun 25 Dec 2011, 04:52

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
allyouneed_ishere
allyouneed_ishere
Forumember

Posts : 27
Reputation : 1
Language : English

Back to top Go down

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

Post by Nera. Tue 27 Dec 2011, 23:20

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
}
Nera.
Nera.
Energetic

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

Back to top Go down

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

Post by allyouneed_ishere Wed 28 Dec 2011, 08:42

solved... i did do the "user id" method.. thanks a lot guys Smile
allyouneed_ishere
allyouneed_ishere
Forumember

Posts : 27
Reputation : 1
Language : English

Back to top Go down

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

Post by Sanket Wed 28 Dec 2011, 17:41

Topic Solved & Locked
Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum