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.

Chatbox rank icon

3 posters

Go down

Solved Chatbox rank icon

Post by Infliction Fri 19 Aug - 4:50

How can i add a chatbox rank icon next to my name?

Version: PhpBB2
Forum site: http://indrascape.actieforum.com/
Infliction
Infliction
Forumember

Posts : 129
Reputation : 3
Language : Dutch

Back to top Go down

Solved Re: Chatbox rank icon

Post by Nera. Fri 19 Aug - 5:17

Hi,

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;
}

Chatbox rank icon 8dIJ
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: Chatbox rank icon

Post by Infliction Fri 19 Aug - 5:27

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.


Last edited by Infliction on Fri 19 Aug - 5:33; edited 1 time in total
Infliction
Infliction
Forumember

Posts : 129
Reputation : 3
Language : Dutch

Back to top Go down

Solved Re: Chatbox rank icon

Post by Nera. Fri 19 Aug - 5:33

You have that empty table bellow See your forum's basic CSS, paste it in it.
http://i.imm.io/8dKk.png
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: Chatbox rank icon

Post by Infliction Fri 19 Aug - 5:46

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?
Infliction
Infliction
Forumember

Posts : 129
Reputation : 3
Language : Dutch

Back to top Go down

Solved Re: Chatbox rank icon

Post by Nera. Fri 19 Aug - 5:59

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

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

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

Back to top Go down

Solved Re: Chatbox rank icon

Post by Infliction Fri 19 Aug - 6:15

Alright, it works!

- xxx
Infliction
Infliction
Forumember

Posts : 129
Reputation : 3
Language : Dutch

Back to top Go down

Solved Re: Chatbox rank icon

Post by Base Fri 19 Aug - 6:16

Glad your problem is solved! Very Happy

Solved => Locked
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Back to top


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