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
2 posters

    new "multi-colored names on chatbox" codes

    avatar
    gunsmaker
    Forumember


    Posts : 34
    Reputation : 1
    Language : English and Indonesian

    Solved new "multi-colored names on chatbox" codes

    Post by gunsmaker February 23rd 2015, 10:21 am

    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
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: new "multi-colored names on chatbox" codes

    Post by Ange Tuteur February 23rd 2015, 10:25 am

    I haven't given it a try, but see if this works for the chatbox :
    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.
    avatar
    gunsmaker
    Forumember


    Posts : 34
    Reputation : 1
    Language : English and Indonesian

    Solved Re: new "multi-colored names on chatbox" codes

    Post by gunsmaker February 23rd 2015, 12:41 pm

    it works, nice.
    what about the code that hide @ on left and right side of chatbox?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: new "multi-colored names on chatbox" codes

    Post by Ange Tuteur February 23rd 2015, 12:53 pm

    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 }
    avatar
    gunsmaker
    Forumember


    Posts : 34
    Reputation : 1
    Language : English and Indonesian

    Solved Re: new "multi-colored names on chatbox" codes

    Post by gunsmaker February 23rd 2015, 1:14 pm

    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
    new "multi-colored names on chatbox" codes 7BIqsrz
    after i applied this code, it become like this
    new "multi-colored names on chatbox" codes ZGJzbDX
    avatar
    gunsmaker
    Forumember


    Posts : 34
    Reputation : 1
    Language : English and Indonesian

    Solved Re: new "multi-colored names on chatbox" codes

    Post by gunsmaker February 25th 2015, 4:28 am

    sorry but this is a bump. Sad
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: new "multi-colored names on chatbox" codes

    Post by Ange Tuteur February 25th 2015, 8:02 am

    replace this :
    Code:
    span[data-user="1"] { font-size:0 }

    by this :
    Code:
    span[data-user="1"] { font-size:0 !important }
    avatar
    gunsmaker
    Forumember


    Posts : 34
    Reputation : 1
    Language : English and Indonesian

    Solved Re: new "multi-colored names on chatbox" codes

    Post by gunsmaker February 25th 2015, 11:01 am

    its working, i didnt realize just adding the "!important" thing to do the job. xD

    once again, thankyou very much @Ange Tuteur

    -Solved-
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: new "multi-colored names on chatbox" codes

    Post by Ange Tuteur February 25th 2015, 11:20 am

    You're welcome, I should've tested it first. Razz

    Topic archived

      Current date/time is September 23rd 2024, 12:30 am