new "multi-colored names on chatbox" codes
2 posters
Page 1 of 1
new "multi-colored names on chatbox" codes
https://help.forumotion.com/t138440-multi-colored-usernames-in-chatbox
@Ange Tuteur, since the chatbox updated, the codes wont work anymore, is there new codes of this?
my forum using phpbb3.
@Ange Tuteur, since the chatbox updated, the codes wont work anymore, is there new codes of this?
my forum using phpbb3.
Re: new "multi-colored names on chatbox" codes
I haven't given it a try, but see if this works for the chatbox :
Change the "1" to the ID of the user.
- Code:
span[data-user="1"] { font-size:0 }
span[data-user="1"]:before {
font-size:10px;
content:"Ange ";
color:#00A5CD;
}
span[data-user="1"]:after {
font-size:10px;
content:"Tuteur";
color:#7CBA2C;
}
Change the "1" to the ID of the user.
Re: new "multi-colored names on chatbox" codes
it works, nice.
what about the code that hide @ on left and right side of chatbox?
what about the code that hide @ on left and right side of chatbox?
Re: new "multi-colored names on chatbox" codes
Try this :
- Code:
.user-msg .user, #chatbox_members li { font-size:0 }
.user-msg .user .chatbox-username, #chatbox_members li .chatbox-username { font-size:12px }
Re: new "multi-colored names on chatbox" codes
Ange Tuteur wrote:Try this :
- Code:
.user-msg .user, #chatbox_members li { font-size:0 }
.user-msg .user .chatbox-username, #chatbox_members li .chatbox-username { font-size:12px }
before i applied this code its like this
after i applied this code, it become like this
Re: new "multi-colored names on chatbox" codes
replace this :
by this :
- Code:
span[data-user="1"] { font-size:0 }
by this :
- Code:
span[data-user="1"] { font-size:0 !important }
Re: new "multi-colored names on chatbox" codes
its working, i didnt realize just adding the "!important" thing to do the job. xD
once again, thankyou very much @Ange Tuteur
-Solved-
once again, thankyou very much @Ange Tuteur
-Solved-
Re: new "multi-colored names on chatbox" codes
You're welcome, I should've tested it first.
Topic archived
Topic archived
Similar topics
» Multi-Colored Usernames in chatbox
» Multi colored username
» Multi Colored Groups
» Multi Colored username Screwd up.
» colored user names
» Multi colored username
» Multi Colored Groups
» Multi Colored username Screwd up.
» colored user names
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum