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.

Font color of Admin User Nme

3 posters

Go down

Solved Font color of Admin User Nme

Post by runawayhorses May 29th 2013, 4:09 pm

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 May 29th 2013, 4:49 pm; edited 1 time in total
avatar
runawayhorses
Hyperactive

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

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Font color of Admin User Nme

Post by Sir Chivas™ May 29th 2013, 4:24 pm

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.
Sir Chivas™
Sir Chivas™
Helper
Helper

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

https://aforums.org

Back to top Go down

Solved Re: Font color of Admin User Nme

Post by runawayhorses May 29th 2013, 4:26 pm

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?

avatar
runawayhorses
Hyperactive

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

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Font color of Admin User Nme

Post by Sir Chivas™ May 29th 2013, 4:32 pm

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.
Sir Chivas™
Sir Chivas™
Helper
Helper

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

https://aforums.org

Back to top Go down

Solved Re: Font color of Admin User Nme

Post by runawayhorses May 29th 2013, 4:36 pm

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.
avatar
runawayhorses
Hyperactive

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

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Font color of Admin User Nme

Post by Ultron's Vision May 29th 2013, 4:37 pm

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
Ultron's Vision
Ultron's Vision
Forumember

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

http://duelacademy.net

Back to top Go down

Solved Re: Font color of Admin User Nme

Post by Sir Chivas™ May 29th 2013, 4:37 pm

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
Sir Chivas™
Sir Chivas™
Helper
Helper

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

https://aforums.org

Back to top Go down

Solved Re: Font color of Admin User Nme

Post by runawayhorses May 29th 2013, 4:42 pm

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
avatar
runawayhorses
Hyperactive

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

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Font color of Admin User Nme

Post by Sir Chivas™ May 29th 2013, 4:44 pm

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.
Sir Chivas™
Sir Chivas™
Helper
Helper

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

https://aforums.org

Back to top Go down

Solved Re: Font color of Admin User Nme

Post by Ultron's Vision May 29th 2013, 4:45 pm

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;
}
Ultron's Vision
Ultron's Vision
Forumember

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

http://duelacademy.net

Back to top Go down

Solved Re: Font color of Admin User Nme

Post by runawayhorses May 29th 2013, 4:48 pm

Thanks Sir Chivas that worked like a charm.

This is now solved, all issues. Smile
avatar
runawayhorses
Hyperactive

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

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Font color of Admin User Nme

Post by Sir Chivas™ May 29th 2013, 4:52 pm

No problem, anytime, mate. Very Happy
Topic Solved & Locked
Sir Chivas™
Sir Chivas™
Helper
Helper

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

https://aforums.org

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum