allyouneed_ishere at 16h25
21
Dec
2011
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
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
1 Darren1, on 21/12/2011 at 16h35
Hi,
This tutorial from out Tips & Tricks listing should help
=> /t96136-group-s-style-on-legend-glitter-icon-glow
This tutorial from out Tips & Tricks listing should help
=> /t96136-group-s-style-on-legend-glitter-icon-glow
2 allyouneed_ishere, on 23/12/2011 at 16h11
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 
3 MrMario, on 23/12/2011 at 18h13
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.
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.
4 allyouneed_ishere, on 24/12/2011 at 12h01
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
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
5 Nera., on 24/12/2011 at 13h53
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 /u42273
The number is my ID = u42273
Your problem
Go to Rank administration and wrap every rank with a class named differently.
Example 1:
Than you'll add this to CSS to make the Administrators rank glow:
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.
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 /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.
6 allyouneed_ishere, on 25/12/2011 at 05h52
thanks a lot for replying..
this is the code i used in admin
is this wrong?
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
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
7 Nera., on 28/12/2011 at 00h20
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.
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:
And than add CSS:
- 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
}
8 allyouneed_ishere, on 28/12/2011 at 09h42
solved... i did do the "user id" method.. thanks a lot guys 
9 Sanket, on 28/12/2011 at 18h41
| Topic Solved & Locked |
Similar topics
Hey guys!
How do I code it to where my forum user ranks can scroll and some usernames can glow? I might add this to my point shop currently listed on my forum at: clancaos.net
I know it's possible! Other forumotion forums have this.
I know ranks have the option have having an image or the name of their rank under their username, can groups do this?
Like an Admin group have admin under there username with an icon. Thanks.
Kinda like how it says Forumotion Member under my
What's the best username you ever heard? It can be yours or someone elses.
In my opinion, it's HaZe
Replies 1 to 9 on 9 for "How to put glowing or blinking username by ranks?"
Search
Informations
9 Replies For the topic :
"How to put glowing or blinking username by ranks?"
This topic has been viewed 1235 times.
Last message :
21/12/2011 at 16h25 by "allyouneed_ishere"





