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

    colored user names

    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved colored user names

    Post by mysweet_littlething Sun 23 Apr - 1:36

    is there a way i can have a colored user name ??? on my forum


    Last edited by mysweet_littlething on Mon 24 Apr - 19:11; edited 1 time in total
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: colored user names

    Post by Draxion Sun 23 Apr - 2:01

    Hi there,

    I assume you mean not from user groups, right?
    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved Re: colored user names

    Post by mysweet_littlething Sun 23 Apr - 2:28

    Draxion wrote:Hi there,

    I assume you mean not from user groups, right?
    i mean like this colored user names Color10
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: colored user names

    Post by Ape Sun 23 Apr - 3:03

    Do you mean like we have it here

    we have a group for each staff members and when put in that group the member becomes the same color.
    or do you mean say you have a member called John and one called Dave you want dave to have a red name and john a green name without having to add them to a group ?



    colored user names Left1212colored user names Center11colored user names Right112
    colored user names Ape_b110
    colored user names Ape1010
    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved Re: colored user names

    Post by mysweet_littlething Sun 23 Apr - 3:09

    APE wrote:Do you mean like we have it here

    we have a group for each staff members and when put in that group the member becomes the same color.
    or ?


    (do you mean say you have a member called John and one called Dave you want dave to have a red name and john a green name without having to add them to a group )

    Yes just like that !
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: colored user names

    Post by Ape Sun 23 Apr - 5:13

    This thread may help you   CLICK ME!!

    or you can use this code in CSS files
    Code:
    a[href="/u"], a[href="/u"] span, a[href="/u"] span strong {
              color: #000000;
            }

    where you see the /u add the members profile number on the end so if it's you as founder your profile number is 1 so you will do it like this
    Code:
    a[href="/u1"], a[href="/u1"] span, a[href="/u1"] span strong {
              color: #000000;
            }

    then change the color part to the color you want then save

    or this one
    https://help.forumotion.com/t147217-rainbow-glow?highlight=Rainbow+colored+username



    colored user names Left1212colored user names Center11colored user names Right112
    colored user names Ape_b110
    colored user names Ape1010

    aamirkhan786 likes this post

    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved Re: colored user names

    Post by mysweet_littlething Sun 23 Apr - 21:31

    APE wrote:This thread may help you   CLICK ME!!

    or you can use this code in CSS files
    Code:
    a[href="/u"], a[href="/u"] span, a[href="/u"] span strong {
              color: #000000;
            }

    where you see the /u add the members profile number on the end so if it's you as founder your profile number is 1 so you will do it like this
    Code:
    a[href="/u1"], a[href="/u1"] span, a[href="/u1"] span strong {
              color: #000000;
            }

    then change the color part to the color you want then save

    or this one
    https://help.forumotion.com/t147217-rainbow-glow?highlight=Rainbow+colored+username


    i tried to follow on the link for multicolored .i got kinda confused
    trying to follow the very last part on the bottom of the page
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: colored user names

    Post by Ape Mon 24 Apr - 2:36

    ok give me the name of the member you want to color and the color you want them to be and the user code

    to get the user code click on the nemers name on your forum and look in the URl at the end of the code you will see a bit of code something like this u4456 i need the part that has that in it.

    I will then make you a code that you can copy and past then you just have to change the color and username for each account.



    colored user names Left1212colored user names Center11colored user names Right112
    colored user names Ape_b110
    colored user names Ape1010
    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved Re: colored user names

    Post by mysweet_littlething Mon 24 Apr - 4:08

    APE wrote:ok give me the name of the member you want to color and the color you want them to be and the user code

    to get the user code click on the nemers name on your forum and look in the URl at the end of the code you will see a bit of code something like this u4456 i need the part that has that in it.

    I will then make you a code that you can copy and past then you just have to change the color and username for each account.

    ok Thank you
    i read all the step by step and got a way to confused
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: colored user names

    Post by SarkZKalie Mon 24 Apr - 10:16

    Open yourdomain.xxx/memberlist page, right click on the user you want to color him/her. Example : https://help.forumotion.com/u84023 as me
    Then, add this to your CSS
    Code:
    a[href="/u84023"] span strong {
    color: YOURCOLOR; /* or HEX start by a # */
    }
    Do the same thing to anyone you want to, just change /uXXXX.



    colored user names Sarkzk10
    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved Re: colored user names

    Post by mysweet_littlething Mon 24 Apr - 11:22

    SarkZKalie wrote:Open yourdomain.xxx/memberlist page, right click on the user you want to color him/her. Example : https://help.forumotion.com/u84023 as me
    Then, add this to your CSS
    Code:
    a[href="/u84023"] span strong {
    color: YOURCOLOR; /* or HEX start by a # */
    }
    Do the same thing to anyone you want to, just change /uXXXX.

    got that part ..
    the issue is a few users want to be a certain color
    and i have no flipping clue on how to do the color codes ..
    that is why i was asking the pro"s
    i know nothing "NOTHING "
    about how to do the color codes ..
    call me blonde (even tho i got red hair )
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: colored user names

    Post by SarkZKalie Mon 24 Apr - 11:24




    colored user names Sarkzk10
    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved Re: colored user names

    Post by mysweet_littlething Mon 24 Apr - 11:41


    i pick the colors than add to the user numbers ?
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: colored user names

    Post by SarkZKalie Mon 24 Apr - 13:02

    That's right! Just copy & paste.



    colored user names Sarkzk10
    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved Re: colored user names

    Post by mysweet_littlething Mon 24 Apr - 13:06

    APE wrote:ok give me the name of the member you want to color and the color you want them to be and the user code

    to get the user code click on the nemers name on your forum and look in the URl at the end of the code you will see a bit of code something like this u4456 i need the part that has that in it.

    I will then make you a code that you can copy and past then you just have to change the color and username for each account.

    282-red { #cc0000 }

    1163--red { #cc0000 }

    1-----neon green { #00ff00 }

    945-----gold { #ffcc00 }

    1167-----med purple { #9900ff }

    1164-----light green { #2a8000 }

    1125----Dark red { #800000 }

    1170---yellow { #ffff1a }

    1166----brown { #e67300 }

    952--green { #00cc00 }

    206----{ #cc0052 }

    1168--- { #000066 }

    i tried to do this myself
    tried and failed big time
    nothing i did took .

    Again Thank You So Very Much





    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved Re: colored user names

    Post by mysweet_littlething Mon 24 Apr - 13:08

    SarkZKalie wrote:That's right! Just copy & paste.
    i tried but it didn"t work at all
    added the user number than the color code
    nothing happened when i saved submitted it ..
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: colored user names

    Post by SarkZKalie Mon 24 Apr - 13:14

    Could you please provide your forum URL here?



    colored user names Sarkzk10
    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved Re: colored user names

    Post by mysweet_littlething Mon 24 Apr - 15:10

    SarkZKalie wrote:Could you please provide your forum URL here?
    http://projecta.forumotion.com/
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: colored user names

    Post by Ape Mon 24 Apr - 15:19

    Okay,

    This is your code and it should go in the Javascript code system.
    Here are the steps :

    1. ) Create a new Javascript

    Administration Panel > Modules > Javascript codes management > Create a new Javascript

    Remember to tick 'in all the pages'

    Copy and paste the following code :

    Code:
    /*****Username_Here*****
            $(function(){
              multiColor(#cc0000, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+282+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });

    /*****Username_Here*****
            $(function(){
              multiColor( #cc0000, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+1163+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });


    /*****Username_Here*****
            $(function(){
              multiColor( #00ff00, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+1+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });

    /*****Username_Here*****
            $(function(){
              multiColor( #ffcc00, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+945+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });

    /*****Username_Here*****
            $(function(){
              multiColor( #9900ff , 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+1167+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });

    /*****Username_Here*****
            $(function(){
              multiColor( #2a8000, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+1164+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });


    /*****Username_Here*****
            $(function(){
              multiColor( #800000, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+1125+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });

    /*****Username_Here*****
            $(function(){
              multiColor(#ffff1a, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+1170+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });


    /*****Username_Here*****
            $(function(){
              multiColor( #e67300, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+1166+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });


    /*****Username_Here*****
            $(function(){
              multiColor( #e67300, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+1166+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });


    /*****Username_Here*****
            $(function(){
              multiColor( #e67300, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+1166+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });

    /*****Username_Here*****
            $(function(){
              multiColor(  #00cc00, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+952+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });

    /*****Username_Here*****
            $(function(){
              multiColor( #cc0052, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+206+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });

    /*****Username_Here*****
            $(function(){
              multiColor( #000066, 'MY HTML CODE');
             
              function multiColor(id, html){$('a[href="/u'+1168+'"]').not(function(){return $("img",this)[0]}).html(html)}
            });






    Now I will try and make it easy so you can add to this list if you like

    I will do this with a video Smile
    See video for more help:









    colored user names Left1212colored user names Center11colored user names Right112
    colored user names Ape_b110
    colored user names Ape1010
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: colored user names

    Post by SarkZKalie Mon 24 Apr - 15:38

    I didn't see anything related to them in your CSS. They must be
    Code:
    a[href="/u282"] span strong, a[href="/u1163"] span strong {color: #cc0000}
    a[href="/u1"] span strong {color: #00ff00}
    a[href="/u945"] span strong {color: #ffcc00}
    a[href="/u1167"] span strong {color: #9900ff}
    a[href="/u1164"] span strong {color: #2a8000}
    a[href="/u1125"] span strong {color: #800000}
    a[href="/u1170"] span strong {color: #ffff1a}
    a[href="/u1166"] span strong {color: #e67300}
    a[href="/u952"] span strong {color: #00cc00}
    a[href="/u206"] span strong {color: #cc0052}
    a[href="/u1168"] span strong {color: #000066}
    Before and After
    colored user names Bnf10
    Remember add this to your CSS
    Code:
    Admin Control Panel -> Display -> Display -> Pics and colors -> Colors -> CSS
    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved Re: colored user names

    Post by mysweet_littlething Mon 24 Apr - 17:45

    SarkZKalie wrote:I didn't see anything related to them in your CSS. They must be
    Code:
    a[href="/u282"] span strong, a[href="/u1163"] span strong {color: #cc0000}
    a[href="/u1"] span strong {color: #00ff00}
    a[href="/u945"] span strong {color: #ffcc00}
    a[href="/u1167"] span strong {color: #9900ff}
    a[href="/u1164"] span strong {color: #2a8000}
    a[href="/u1125"] span strong {color: #800000}
    a[href="/u1170"] span strong {color: #ffff1a}
    a[href="/u1166"] span strong {color: #e67300}
    a[href="/u952"] span strong {color: #00cc00}
    a[href="/u206"] span strong {color: #cc0052}
    a[href="/u1168"] span strong {color: #000066}
    Before and After
    colored user names Bnf10
    Remember add this to your CSS
    Code:
    Admin Control Panel -> Display -> Display -> Pics and colors -> Colors -> CSS

    i did just as you stated .but it only changed the founder user name color .
    i am so confused and frustrated all at the same time .
    i was just looking to change the username to the color
    they said they wanted ...
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: colored user names

    Post by SarkZKalie Mon 24 Apr - 17:57

    Cuz they ain't in any group (colored/border username will have span and strong). Replace by this one in every line
    a[href="/uXXX"], a[href="/uXXX"] span strong {color: YOURCOLOR}
    Example :
    Code:
    a[href="/u282"], a[href="/u282"] span strong, a[href="/u1163"], a[href="/u1163"] span strong {color: #cc0000}
    a[href="/u1"], a[href="/u1"] span strong {color: #00ff00}
    If possible, add them all to a new colored group, maybe white, that should work without changing any from my this reply.
    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved Re: colored user names

    Post by mysweet_littlething Mon 24 Apr - 18:14

    SarkZKalie wrote:Cuz they ain't in any group (colored/border username will have span and strong). Replace by this one in every line
    a[href="/uXXX"], a[href="/uXXX"] span strong {color: YOURCOLOR}
    Example :
    Code:
    a[href="/u282"], a[href="/u282"] span strong, a[href="/u1163"], a[href="/u1163"] span strong {color: #cc0000}
    a[href="/u1"], a[href="/u1"] span strong {color: #00ff00}
    If possible, add them all to a new colored group, maybe white, that should work without changing any from my this reply.

    where did i add a color group?
    i don"t drink but after this
    i might start !! asap !!!
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: colored user names

    Post by Draxion Mon 24 Apr - 18:42

    Hi there again.

    I take you simply want to be able to change a single username, not a group, right?
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: colored user names

    Post by Ape Mon 24 Apr - 18:43

    yes she has a number of members that want a color name but Don't want to be in a group to get the color name.

    but the member is not any good at playing with codes.



    colored user names Left1212colored user names Center11colored user names Right112
    colored user names Ape_b110
    colored user names Ape1010
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: colored user names

    Post by Draxion Mon 24 Apr - 18:46

    Okay. Let me see if I can help.
    mysweet_littlething
    mysweet_littlething
    Forumember


    Posts : 44
    Reputation : 1
    Language : english
    Location : Pensacola,Florida

    Solved Re: colored user names

    Post by mysweet_littlething Mon 24 Apr - 18:47

    Draxion wrote:Hi there again.

    I take you simply want to be able to change a single username, not a group, right?
    i want to do this but i truly suck big time at codes

    colored user names 23ec

    282-red { #cc0000 }

    1163--red { #cc0000 }

    1-----neon green { #00ff00 }

    945-----gold { #ffcc00 }

    1167-----med purple { #9900ff }

    1164-----light green { #2a8000 }

    1125----Dark red { #800000 }

    1170---yellow { #ffff1a }

    1166----brown { #e67300 }

    952--green { #00cc00 }

    206----{ #cc0052 }

    1168--- { #000066 }
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: colored user names

    Post by Draxion Mon 24 Apr - 19:03

    So sorry for all the confusion. I hope this can help you.

    In your admin panel > Display > Colors > CSS Stylesheet. Paste this code there for each time someone wants a color.
    Code:
    a[href="/u17"],
    a[href="/u17"] span,
    a[href="/u17"] span strong,
    a[href="/u17"] strong,
    span.chatbox-username.chatbox-message-username[data-user="17"],
    span.chatbox-username.chatbox-user-username[data-user="17"],
    span[data-user="17"] {
      color: YOUR COLOR;
    }

    In the code, you see where it shows '/u17' and '17'? Those are the user ID's. You get those from the links to their profiles. Click their usernames and you get the link and their ID's at the end. For example, yours here is
    Code:
    http://help.forumotion.com/u106108


    Therefore, your ID is 'u106108' So you put that number where it shows '/u17' and '17' to '/u106018' and '106108'. That way you can color your name if you were putting that code here.

    As for your color. See where it says 'YOUR COLOR' in the code? That's where you put the color hex. So let's say you want green, which is #00CC00. You would put it as...
    Code:
    color: #00CC00;


    Hopefully that helps and clears it up. Please let me know if that does help.
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: colored user names

    Post by Sir Chivas™ Mon 24 Apr - 21:03

    Problem marked as solved & topic archived.
    Please read our forum rules: ESF General Rules

      Current date/time is Mon 23 Sep - 3:21