#chatbox_member
5 posters
Page 1 of 1
#chatbox_member
Technical Details
Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Opera
Who the problem concerns : Yourself
When the problem appeared : Nothing happens ?
Forum link : http://archguardians-rsclan.team-talk.net
Description of problem
So I am trying to edit my chatbox to add icon next to the username. I am using this as a guide: https://help.forumotion.com/t95407-chatbox-rank-icon.The problem is, I follow the directions and hit save. Go back to review my changes, and nothing changes in the chatbox. #chatbox_member code doesn't work ?
Last edited by Spawn of Chaos on Mon May 23, 2016 7:06 am; edited 1 time in total
Spawn of Chaos- New Member
- Posts : 5
Reputation : 1
Language : English
Re: #chatbox_member
What is the specific code you added in your CSS?
Take Notes- Helper
-
Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: #chatbox_member
Did you modify this part of the code?
- Code:
a[href="/u1"]


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray- Administrator
-
Posts : 50246
Reputation : 3466
Language : English
Location : United States
Re: #chatbox_member
SLGray wrote:Did you modify this part of the code?u1 is the member's ID. To locate it for a certain member, press the username of that member which will load his/hers profile. Look at the end of the link in your browser.
- Code:
a[href="/u1"]
Yes, I did modified that "u#" code to a member's ID.
Spawn of Chaos- New Member
- Posts : 5
Reputation : 1
Language : English
Re: #chatbox_member
Hey,
Instead of
use
. The chatbox was updated awhile back and doesn't use anchors for the usernames anymore.
Instead of
|
|
Ange Tuteur- Forumaster
-
Posts : 13244
Reputation : 2990
Language : English & 日本語
Location : Pennsylvania
Re: #chatbox_member
Genesis wrote:What is the specific code you added in your CSS?
/*Chatbox Rank Icon*/
#chatbox_members a[href="/u1"] {
background: url(https://2img.net/h/oi66.tinypic.com/1zq4k0p.jpg) no-repeat;
padding-left: 17px;
}
#chatbox a[href="/u1"] {
background: url(https://2img.net/h/oi66.tinypic.com/1zq4k0p.jpg) no-repeat;
padding-left: 17px;
}
My guess is that the "@" is blocking the code from getting through, or Admin's can't be changed without the Javascript...
Spawn of Chaos- New Member
- Posts : 5
Reputation : 1
Language : English
Re: #chatbox_member
Ange Tuteur wrote:Hey,
Instead ofuse
- Code:
a[href="/u1"]
. The chatbox was updated awhile back and doesn't use anchors for the usernames anymore.
- Code:
span[data-user="1"]
Nothing's changed. :'( Not sure if I am doing something wrong. Specifically following directions.
Spawn of Chaos- New Member
- Posts : 5
Reputation : 1
Language : English
Re: #chatbox_member
Do it like this :
But change the number (1) to the id of the user you want this icon to be applied to.
- Code:
/*Chatbox Rank Icon*/
span[data-user="1"] {
background: url(http://i66.tinypic.com/1zq4k0p.jpg) no-repeat;
padding-left: 17px;
}
But change the number (1) to the id of the user you want this icon to be applied to.
Ange Tuteur- Forumaster
-
Posts : 13244
Reputation : 2990
Language : English & 日本語
Location : Pennsylvania
Re: #chatbox_member
Does it have to be a regular user? The user I am changing is a moderator.
*UPDATE: No didn't work, just made a new user to test, but nothing. Replace the number with the member's ID.
**UPDATE: Problem solved! Thank you very much, Ange Tuteur!
-SOLUTION: I just placed the code to the very top.
*UPDATE: No didn't work, just made a new user to test, but nothing. Replace the number with the member's ID.
**UPDATE: Problem solved! Thank you very much, Ange Tuteur!
-SOLUTION: I just placed the code to the very top.
Spawn of Chaos- New Member
- Posts : 5
Reputation : 1
Language : English
Ape- Administrator
-
Posts : 17736
Reputation : 1896
Language : fluent in dork / mumbojumbo & English haha
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum