Font color of Admin User Nme 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.
3 posters

    Font color of Admin User Nme

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Font color of Admin User Nme

    Post by runawayhorses Wed 29 May - 16:09

    I'm having a problem on my new forum I'll explain. I have the Admin name font color set at Red in the "Groups" section and that works fine, but when I add a font color to the Moderator Groups it changes the Admin color to the Mod color. The Admin was automatically added to the Moderator Groups when I created the forum and I can't remove myself from the Mod group. I want the Moderators name to have a Blue font color but when I add a color to it in groups it changes the Admin (me) color to the Mod blue color, and I want to Admin color to remain Red.

    I tried using this code in the css but it did nothing:

    Code:
    a[href="/u1"] (
    font-color:#ff0000 !important;
    }

    I also tried this and still nothing:

    Code:
    a[href="/u1"] (
    color:#ff0000 !important;
    }

    How can I make the Admin have a color that is not effected by the Mod Group color? I can't remove myself from the Mod groups so I need an alternative. Thanks

    Forum URL:
    http://avrillavignetalkshow.forumotion.com/



    Last edited by runawayhorses on Wed 29 May - 16:49; edited 1 time in total
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: Font color of Admin User Nme

    Post by Sir Chivas™ Wed 29 May - 16:24

    Hi,

    What's the #s of the groups? In order in the ACP, sorry. I'm using my iPod and its a bit hard to navigate.
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Font color of Admin User Nme

    Post by runawayhorses Wed 29 May - 16:26

    The admin number is u1.

    Ok I figured that part out, I had to give the admin a order number it was set a 0, so I changed it to 1 and now the color stays the same red color. That is solved. But I have another issue with it, the legend at the bottom of the forum has both the Administrator and the Moderator Red color, and I have the Moderator a Blue color in groups but its red in the legend. How can I make that Blue likes its supposed to be?

    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: Font color of Admin User Nme

    Post by Sir Chivas™ Wed 29 May - 16:32

    Err, once I have access to a PC, ill make sure to help you and solve your issue, that's if no one else has given any sort of support, mate.
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Font color of Admin User Nme

    Post by runawayhorses Wed 29 May - 16:36

    Ok thanks, I'm wondering why the Moderator color is Red in the legend when I have it set at blue in "Groups", I'm in the Moderator groups and the Admin group color is Red and I'm the admin, so I'm wondering if that has something to do with it, also I have not assigned anyone to Moderator yet.
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 631
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Solved Re: Font color of Admin User Nme

    Post by Ultron's Vision Wed 29 May - 16:37

    Simply create a group named Administrators (not the actual one) and set it to the highest index (usually 1), select a color, add yourself and there you go.
    Actual admin group is hidden by default, that's why your name isn't colored Wink
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: Font color of Admin User Nme

    Post by Sir Chivas™ Wed 29 May - 16:37

    Alright, I got access to the desktop, alright let's see.

    Can you post a screenshot of how you have groups set up inside the Administration Panel, thank you. Smile
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Font color of Admin User Nme

    Post by runawayhorses Wed 29 May - 16:42

    Its not hidden anymore, and the Admin color is colored red. That has never been the issue, the issue was when I added a Moderator color it changed the admin color because it wasn't assigned a order number, but that has been resolved without having to create another group, all that needed to be done was to change the already existing Admin group order number.

    The issue now is how to make the legend show the Blue Moderator color that is set in groups, in the legend it is red like I explained above.

    Font color of Admin User Nme Ss10
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: Font color of Admin User Nme

    Post by Sir Chivas™ Wed 29 May - 16:44

    Try adding this:

    Code:
    a[href="/g2-moderators"] {
        color: #COLOR;
    }

    Just add your color there.. Also, try adding a test account in the Moderation Group, see if his color is red or blue.
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 631
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Solved Re: Font color of Admin User Nme

    Post by Ultron's Vision Wed 29 May - 16:45

    Hm, go to Display -> Pictures and Colors and change the moderators' color, that should work.

    Otherwise, you can set the legend color with this CSS.
    Code:
    a[href="/g2-moderators"] { /* replace g2 with the appropriate group number */
    color: #0000ff !important;
    }
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Font color of Admin User Nme

    Post by runawayhorses Wed 29 May - 16:48

    Thanks Sir Chivas that worked like a charm.

    This is now solved, all issues. Smile
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: Font color of Admin User Nme

    Post by Sir Chivas™ Wed 29 May - 16:52

    No problem, anytime, mate. Very Happy
    Topic Solved & Locked