Chatbox @ icon changer Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    Chatbox @ icon changer

    Nekare
    Nekare
    Forumember


    Female Posts : 54
    Reputation : 1
    Language : Norwegian

    Solved Chatbox @ icon changer

    Post by Nekare January 20th 2013, 23:33

    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? Very Happy


    I want to change the @ icon to ε ^^
    Akkii
    Akkii
    Forumember


    Male Posts : 706
    Reputation : 107
    Language : English,HTML, CSS,Photoshop,Javascript!
    Location : Here on Forumotion!

    Solved Re: Chatbox @ icon changer

    Post by Akkii January 20th 2013, 23:37

    Code:
    #chatbox > p span.user > span:after {
      content: 'ε';
    }

    Try this code. Add it in CSS.
    Nekare
    Nekare
    Forumember


    Female Posts : 54
    Reputation : 1
    Language : Norwegian

    Solved Re: Chatbox @ icon changer

    Post by Nekare January 20th 2013, 23:38

    Thanks! That worked, but the @ isn't gone, is it possible to change that? ^^
    Akkii
    Akkii
    Forumember


    Male Posts : 706
    Reputation : 107
    Language : English,HTML, CSS,Photoshop,Javascript!
    Location : Here on Forumotion!

    Solved Re: Chatbox @ icon changer

    Post by Akkii January 20th 2013, 23:40

    Code:
    #chatbox > p span.user > span strong {
      display: none;
    }

    I forgot this code Razz
    Nekare
    Nekare
    Forumember


    Female Posts : 54
    Reputation : 1
    Language : Norwegian

    Solved Re: Chatbox @ icon changer

    Post by Nekare January 20th 2013, 23:42

    Ohhhh... Thank you very much for the help!!! Smile
    Akkii
    Akkii
    Forumember


    Male Posts : 706
    Reputation : 107
    Language : English,HTML, CSS,Photoshop,Javascript!
    Location : Here on Forumotion!

    Solved Re: Chatbox @ icon changer

    Post by Akkii January 20th 2013, 23:42

    No problem. Smile
    Nekare
    Nekare
    Forumember


    Female Posts : 54
    Reputation : 1
    Language : Norwegian

    Solved Re: Chatbox @ icon changer

    Post by Nekare January 20th 2013, 23:43

    And yeah, in the online list, is it possible to change the @ and hide it there too? ^^
    Akkii
    Akkii
    Forumember


    Male Posts : 706
    Reputation : 107
    Language : English,HTML, CSS,Photoshop,Javascript!
    Location : Here on Forumotion!

    Solved Re: Chatbox @ icon changer

    Post by Akkii January 20th 2013, 23:51

    I don't know code for that Razz
    Nekare
    Nekare
    Forumember


    Female Posts : 54
    Reputation : 1
    Language : Norwegian

    Solved Re: Chatbox @ icon changer

    Post by Nekare January 20th 2013, 23:52

    ooh, ok :/
    Anyone that know the code for that? ;o
    Nekare
    Nekare
    Forumember


    Female Posts : 54
    Reputation : 1
    Language : Norwegian

    Solved Re: Chatbox @ icon changer

    Post by Nekare January 24th 2013, 11:37

    Anyone that know how to hide the @ in the online list in the chatbox? ^^
    Nekare
    Nekare
    Forumember


    Female Posts : 54
    Reputation : 1
    Language : Norwegian

    Solved Re: Chatbox @ icon changer

    Post by Nekare January 25th 2013, 10:28

    So I have to use Java script or htlm?

    I just want to hide it if that is possible? Smile
    Nekare
    Nekare
    Forumember


    Female Posts : 54
    Reputation : 1
    Language : Norwegian

    Solved Re: Chatbox @ icon changer

    Post by Nekare January 30th 2013, 13:01

    Bump
    Nekare
    Nekare
    Forumember


    Female Posts : 54
    Reputation : 1
    Language : Norwegian

    Solved Re: Chatbox @ icon changer

    Post by Nekare January 31st 2013, 20:05

    Oh, ok, thank you very much! c:
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    Solved Re: Chatbox @ icon changer

    Post by SLGray January 31st 2013, 21:14

    Is this solved now?



    Chatbox @ icon changer Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: Chatbox @ icon changer

    Post by LGforum February 7th 2013, 01:11

    You can try this CSS for changing the '@' symbol in the Online list:
    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
    Nekare
    Nekare
    Forumember


    Female Posts : 54
    Reputation : 1
    Language : Norwegian

    Solved Re: Chatbox @ icon changer

    Post by Nekare February 11th 2013, 12:53

    That worked, thank you!
    This problem is solved Smile