Chatbox @ icon changer
4 posters
Page 1 of 1
Chatbox @ icon changer
Hello again xD
Someone told me it is possible to change the @ for the admins in the forum chatbox, but I don't know the code to do that.
I have tried this code:
#chat {
Rank: admin;
Rank: chat moderator;
Icon: ε;
}
But it didn't work... xD
I am not that prof to code, so someone that can help me?
I want to change the @ icon to ε ^^
Someone told me it is possible to change the @ for the admins in the forum chatbox, but I don't know the code to do that.
I have tried this code:
#chat {
Rank: admin;
Rank: chat moderator;
Icon: ε;
}
But it didn't work... xD
I am not that prof to code, so someone that can help me?
I want to change the @ icon to ε ^^
Nekare- Forumember
- Posts : 54
Reputation : 1
Language : Norwegian
Re: Chatbox @ icon changer
- Code:
#chatbox > p span.user > span:after {
content: 'ε';
}
Try this code. Add it in CSS.
Re: Chatbox @ icon changer
Thanks! That worked, but the @ isn't gone, is it possible to change that? ^^
Nekare- Forumember
- Posts : 54
Reputation : 1
Language : Norwegian
Re: Chatbox @ icon changer
- Code:
#chatbox > p span.user > span strong {
display: none;
}
I forgot this code
Re: Chatbox @ icon changer
Ohhhh... Thank you very much for the help!!!
Nekare- Forumember
- Posts : 54
Reputation : 1
Language : Norwegian
Re: Chatbox @ icon changer
And yeah, in the online list, is it possible to change the @ and hide it there too? ^^
Nekare- Forumember
- Posts : 54
Reputation : 1
Language : Norwegian
Re: Chatbox @ icon changer
ooh, ok
Anyone that know the code for that? ;o
Anyone that know the code for that? ;o
Nekare- Forumember
- Posts : 54
Reputation : 1
Language : Norwegian
Re: Chatbox @ icon changer
Anyone that know how to hide the @ in the online list in the chatbox? ^^
Nekare- Forumember
- Posts : 54
Reputation : 1
Language : Norwegian
Re: Chatbox @ icon changer
So I have to use Java script or htlm?
I just want to hide it if that is possible?
I just want to hide it if that is possible?
Nekare- Forumember
- Posts : 54
Reputation : 1
Language : Norwegian
Re: Chatbox @ icon changer
Oh, ok, thank you very much! c:
Nekare- Forumember
- Posts : 54
Reputation : 1
Language : Norwegian
Re: Chatbox @ icon changer
Is this solved now?
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.
Re: Chatbox @ icon changer
You can try this CSS for changing the '@' symbol in the Online list:
Details of this trick are here: http://www.avacweb.com/t220-css-trick-change-the-chatbox#2056
- Code:
#chatbox_members li a > span:first-child strong { display:none; }
#chatbox_members li a > span:first-child:before { content: 'Mod: '; }
Details of this trick are here: http://www.avacweb.com/t220-css-trick-change-the-chatbox#2056
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Chatbox @ icon changer
That worked, thank you!
This problem is solved
This problem is solved
Nekare- Forumember
- Posts : 54
Reputation : 1
Language : Norwegian
Similar topics
» "Staff" Icon for chatbox not working
» change @ icon in chatbox
» Need a chatbox icon for Navbar?
» Mod Icon Chatbox Change
» theme changer, little problem
» change @ icon in chatbox
» Need a chatbox icon for Navbar?
» Mod Icon Chatbox Change
» theme changer, little problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum