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.
The forum of the forums
3 posters

    Mod Icon Chatbox Change

    Bones!
    Bones!
    Forumember


    Posts : 173
    Reputation : 20
    Language : English, CCS, HTML
    Location : Behind you

    Solved Mod Icon Chatbox Change

    Post by Bones! February 7th 2015, 5:49 am

    Technical Details

    Forum version : Invision
    Position : Founder
    Concerned browser(s) : Google Chrome, Internet Explorer, Safari
    Who the problem concerns : All members
    When the problem appeared : When Chatbox was updated
    Forum link : http://unknownlandsrp.forumotion.com/

    Description of problem

    https://help.forumotion.com/t119377-chatbox-icon-changer

    Basically the above, I would like to know the code for the new chatbox.


    Last edited by Kaseki on February 15th 2015, 4:48 pm; edited 1 time in total
    avatar
    Fierce Star
    Forumember


    Male Posts : 110
    Reputation : 17
    Language : English
    Location : United States

    Solved Re: Mod Icon Chatbox Change

    Post by Fierce Star February 7th 2015, 6:20 pm

    Hello @Kaseki,

    Currently, I don't believe this is possible to do anymore without the use of JavaScript, which as you may know, isn't possible to use on the /chatbox page.
    But to be sure, I'll tag @Ange Tuteur to see if she has a solution.
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: Mod Icon Chatbox Change

    Post by _Twisted_Mods_ February 7th 2015, 7:08 pm

    you can thank ange he gave to me yesterday

    replace the color #52BCE3 with the color of the group
    replace yourimage.gif with with a image url of your choice

    Code:
    .user[style="color:#52BCE3"] span:before, #chatbox_members span[style="color:#52BCE3"] span:before {Ā  content:url(yourimage.gif);Ā  margin-left:-17px;Ā  vertical-align:top; }
    Bones!
    Bones!
    Forumember


    Posts : 173
    Reputation : 20
    Language : English, CCS, HTML
    Location : Behind you

    Solved Re: Mod Icon Chatbox Change

    Post by Bones! February 9th 2015, 3:44 am

    _Twisted_Mods_ wrote:you can thank ange he gave to me yesterday

    replace the color #52BCE3 with the color of the group
    replace yourimage.gif with with a image url of your choice

    Code:
    .user[style="color:#52BCE3"] span:before, #chatbox_members span[style="color:#52BCE3"] span:before {Ā  content:url(yourimage.gif);Ā  margin-left:-17px;Ā  vertical-align:top; }
    Alright, so this worked on my test forum.. but not my other forum.

    Code:
    .user[style="color:#000000"] span:before, #chatbox_members span[style="color:#000000"] span:before { Ā content:url(http://i565.photobucket.com/albums/ss95/Klan_Kao/Staff-1.png; Ā margin-left:-17px; Ā vertical-align:top; }
    That's the code I created, and it worked fine. However... it only worked one one of my forums...

    I know the CSS has be be in a certain order for it to work... I'll be more than glad to PM my CSS. However, my codes go in the order of #ChatboxMembers, then my Codebox code, followed by my code that rounds images.... so like... what do i do?
    Bones!
    Bones!
    Forumember


    Posts : 173
    Reputation : 20
    Language : English, CCS, HTML
    Location : Behind you

    Solved Re: Mod Icon Chatbox Change

    Post by Bones! February 9th 2015, 3:50 am

    NEVERMIND, I SOLVED IT. I'M STUPID.

    I deleted a paraenthsisss.

    This can be locked.
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Solved Re: Mod Icon Chatbox Change

    Post by _Twisted_Mods_ February 15th 2015, 8:21 pm

    Topic solved and archived

      Current date/time is November 11th 2024, 11:01 pm