Chatbox rank icon
3 posters
Page 1 of 1
Chatbox rank icon
How can i add a chatbox rank icon next to my name?
Version: PhpBB2
Forum site: http://indrascape.actieforum.com/
Version: PhpBB2
Forum site: http://indrascape.actieforum.com/
Infliction- Forumember
- Posts : 129
Reputation : 3
Language : Dutch
Re: Chatbox rank icon
Hi,
Add this to CSS
Add this to CSS
- Code:
#chatbox_members a[href="/u1"] {
background: url(http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif) no-repeat;
padding-left: 17px;
}
#chatbox a[href="/u1"] {
background: url(http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif) no-repeat;
padding-left: 17px;
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Chatbox rank icon
In: See your forum's basic CSS
Or just the CSS?
And i want to know how to Add them to other Account's not only the Admin Account.
Or just the CSS?
And i want to know how to Add them to other Account's not only the Admin Account.
Last edited by Infliction on August 19th 2011, 11:33 am; edited 1 time in total
Infliction- Forumember
- Posts : 129
Reputation : 3
Language : Dutch
Re: Chatbox rank icon
You have that empty table bellow See your forum's basic CSS, paste it in it.
http://i.imm.io/8dKk.png
http://i.imm.io/8dKk.png
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Chatbox rank icon
And i want to know how to Add them to other Account's not only the Admin Account..
Can you tell me how i can do that?
Can you tell me how i can do that?
Infliction- Forumember
- Posts : 129
Reputation : 3
Language : Dutch
Re: Chatbox rank icon
Take the same code and paste it to the same place once again.
In it you have written two times number one (1).
Change it to a different number in this new code you pasted in both places.
Changing it to 2 would give the second registered the crown.
You take the number from the browser when you click on users name.
Click on my name here and you'll find this in the browser =>
https://help.forumotion.com/u42273
So my number would be the part I made indigo.
And the code to give the crown to me would look like this
In it you have written two times number one (1).
Change it to a different number in this new code you pasted in both places.
Changing it to 2 would give the second registered the crown.
You take the number from the browser when you click on users name.
Click on my name here and you'll find this in the browser =>
https://help.forumotion.com/u42273
So my number would be the part I made indigo.
And the code to give the crown to me would look like this
- Code:
#chatbox_members a[href="/u42273"] {
background: url(http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif) no-repeat;
padding-left: 17px;
}
#chatbox a[href="/u42273"] {
background: url(http://i178.photobucket.com/albums/w254/SensualGist/Akari/crown_small.gif) no-repeat;
padding-left: 17px;
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Chatbox rank icon
Alright, it works!
- xxx
- xxx
Infliction- Forumember
- Posts : 129
Reputation : 3
Language : Dutch
Similar topics
» Chatbox @ icon changer
» icon behind the moderator symbol in chatbox.
» change @ icon in chatbox
» Mod Icon Chatbox Change
» "Staff" Icon for chatbox not working
» icon behind the moderator symbol in chatbox.
» change @ icon in chatbox
» Mod Icon Chatbox Change
» "Staff" Icon for chatbox not working
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum