How to put glowing or blinking username by ranks?
5 posters
Page 1 of 1
How to put glowing or blinking username by ranks?
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
allyouneed_ishere- Forumember
- Posts : 27
Reputation : 1
Language : English
Re: How to put glowing or blinking username by ranks?
Hi,
This tutorial from out Tips & Tricks listing should help
=> https://help.forumotion.com/t96136-group-s-style-on-legend-glitter-icon-glow
This tutorial from out Tips & Tricks listing should help
=> https://help.forumotion.com/t96136-group-s-style-on-legend-glitter-icon-glow
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
Re: How to put glowing or blinking username by ranks?
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
allyouneed_ishere- Forumember
- Posts : 27
Reputation : 1
Language : English
Re: How to put glowing or blinking username by ranks?
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.
MrMario- Helper
- Posts : 22186
Reputation : 1839
Language : test
Re: How to put glowing or blinking username by ranks?
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
allyouneed_ishere- Forumember
- Posts : 27
Reputation : 1
Language : English
Re: How to put glowing or blinking username by ranks?
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:
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 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.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How to put glowing or blinking username by ranks?
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
allyouneed_ishere- Forumember
- Posts : 27
Reputation : 1
Language : English
Re: How to put glowing or blinking username by ranks?
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
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How to put glowing or blinking username by ranks?
solved... i did do the "user id" method.. thanks a lot guys
allyouneed_ishere- Forumember
- Posts : 27
Reputation : 1
Language : English
Re: How to put glowing or blinking username by ranks?
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» How do I get glowing usernames and scrolling ranks?
» Glowing
» Another Blinking Button
» Blinking image
» Blinking icon request (closed)
» Glowing
» Another Blinking Button
» Blinking image
» Blinking icon request (closed)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum