uCoz twitter
You logged in as Guest
Username/E-mail:
Recent messages · Members · Forum rules · FAQ · SEARCH Registration · Log in

Page 1 of 212»
uCoz Community » Other » Trash » User Group colors
User Group colors
jackassDate: Friday, 2007-09-07, 11:21 Am | Message # 1
Constant
Group: Checked
Messages: 283
Awards: 10
Reputation: 12
Status: Offline
I want to change a user's grup color!
How can I do it?
In some desig Templates moderators is yello, but in other they are blue!
Can I change it?

Whaiting for ansver biggrin


Support forum
 
PiterskiDate: Saturday, 2007-09-08, 9:07 Am | Message # 2
Newbie
Group: Users
Messages: 2
Awards: 0
Reputation: 0
Status: Offline
You need to change the color of CSS table. It is these references to classes.

Code
/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:#FF9900;}
/* ---------------- */


Message edited by Kurt - Sunday, 2007-09-09, 4:03 Am
 
jackassDate: Tuesday, 2007-09-11, 1:47 PM | Message # 3
Constant
Group: Checked
Messages: 283
Awards: 10
Reputation: 12
Status: Offline
Hey, BIG thanks! smile

P.S.

Code
/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

I have only 3 grups here, but I have create more than 3! How can I add they here?


Support forum


Message edited by jackass - Tuesday, 2007-09-11, 1:54 PM
 
PiterskiDate: Wednesday, 2007-09-12, 5:14 Am | Message # 4
Newbie
Group: Users
Messages: 2
Awards: 0
Reputation: 0
Status: Offline
I waited for the question smile
Each new group is a new class of "groupOther1." Next new group class "groupOther2."
So in the CSS style sheet, add the record:

Code

a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:#FF9900;}
a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:#FF9900;}


Message edited by Piterski - Wednesday, 2007-09-12, 5:15 Am
 
jackassDate: Friday, 2008-01-11, 4:17 PM | Message # 5
Constant
Group: Checked
Messages: 283
Awards: 10
Reputation: 12
Status: Offline
Piterski thanks up

Added (2008-01-11, 4:17 Pm)
---------------------------------------------

Code

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:e301ed;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:ef001b;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:00a000;}
a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:#FF9900;}   
a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:blue;}   
/* ---------------- */

Code

a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:blue;}  

It didnt chang color of my user grup.whay?


Support forum


Message edited by jackass - Friday, 2008-01-11, 4:17 PM
 
VanofutureDate: Friday, 2008-01-11, 5:39 PM | Message # 6
Newbie
Group: Checked
Messages: 13
Awards: 0
Reputation: 7
Status: Offline
Quote (jackass)
It didnt chang color of my user grup.whay?

Не gave the standart colors.You must change the code.Who's colors you need to change?

I'm from Russia, sorry for my english.
If I helped you give me a respect.
 
jackassDate: Saturday, 2008-01-12, 8:32 Am | Message # 7
Constant
Group: Checked
Messages: 283
Awards: 10
Reputation: 12
Status: Offline
I have a new user grup, and I put in this code, but it show standart link color

Code

a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:blue;}  


Support forum
 
VanofutureDate: Saturday, 2008-01-12, 1:35 PM | Message # 8
Newbie
Group: Checked
Messages: 13
Awards: 0
Reputation: 7
Status: Offline
Quote (jackass)
I have a new user grup, and I put in this code, but it show standart link color

If it is the first new group you created you shuold put this
Quote
a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:blue;}


I'm from Russia, sorry for my english.
If I helped you give me a respect.
 
ElarinthDate: Monday, 2008-08-18, 3:58 PM | Message # 9
Newbie
Group: Users
Messages: 4
Awards: 1
Reputation: 0
Status: Offline
For my website I have ranks but do i do
Code
groupOther1
or do i put in the group name?

Added (2008-08-18, 3:58 Pm)
---------------------------------------------
it keeps saying access denied

Code

/* User Group Marks */
a.groupModerators:link,a.groupModerators:visited,a.groupModerators:hover {color:#FFFF00;}
a.groupManagement:link,a.groupManagement:visited,a.groupManagement:hover {color:#FF8C00;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#99CCFF;}
a.groupOther5:link,a.groupOther5:visited,a.groupOther5:hover {color:#1E90FF;}
a.groupOther7:link,a.groupOther7:visited,a.groupOther7:hover {color:#B0E0E6;}
a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:#7CFC00;}
a.groupOther8:link,a.groupOther8:visited,a.groupOther8:hover {color:#A0522D;}
a.groupOther6:link,a.groupOther6:visited,a.groupOther6:hover {color:#FF00FF;}
/* ---------------- */
 
PilotDate: Monday, 2008-08-18, 4:01 PM | Message # 10
Experienced
Group: Checked
Messages: 665
Awards: 31
Reputation: 79
Status: Offline
You have to put a number (the ID of the group), not a name.
 
ElarinthDate: Monday, 2008-08-18, 4:11 PM | Message # 11
Newbie
Group: Users
Messages: 4
Awards: 1
Reputation: 0
Status: Offline
That is it. go i need to put the number for management(just changed admin name) and moderator?

Added (2008-08-18, 4:11 Pm)
---------------------------------------------
evn en if i do it says access denied

 
SunnyDate: Tuesday, 2008-08-19, 5:34 Am | Message # 12
Fortune-teller
Group: Administrators
Messages: 2568
Awards: 171
Reputation: 175
Status: Offline
Quote (Elarinth)
evn en if i do it says access denied

There is no such error message when you edit templates. You must be trying to change something else. What exactly are you doing?


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
MichDate: Tuesday, 2008-08-19, 9:53 Am | Message # 13
Regular
Group: Checked
Messages: 95
Awards: 0
Reputation: -2
Status: Offline
How Can I Add A Color For A Another Group?

Edited: I Need Colors For Two Groups:
1) For The Board Moderator: Green
2) I Made A New Group Witch Is Named Administrator, Color: Red


What signature rule, i haven't heard a thing about any signature rules, and now im banned. -.-

Message edited by Mich - Tuesday, 2008-08-19, 9:57 Am
 
GeniusDate: Tuesday, 2008-08-19, 10:02 Am | Message # 14
Regular
Group: Checked
Messages: 54
Awards: 0
Reputation: 5
Status: Offline
Quote (Sunny)
There is no such error message when you edit templates. You must be trying to change something else. What exactly are you doing?

This could happen because you opened two these templates. Anyway, just copy the code. Go to main page, then again to css template and paste the code in and save.

Quote (Mich)
How Can I Add A Color For A Another Group?

Edited: I Need Colors For Two Groups:
1) For The Board Moderator: Green
2) I Made A New Group Witch Is Named Administrator, Color: Red

Quote (Aliens-Exist)
You have to put a number (the ID of the group), not a name.


Take a deap breath..
 
MichDate: Tuesday, 2008-08-19, 10:04 Am | Message # 15
Regular
Group: Checked
Messages: 95
Awards: 0
Reputation: -2
Status: Offline
And Where Do I Find The ID, And Where To Put It, And What To Put...?

What signature rule, i haven't heard a thing about any signature rules, and now im banned. -.-
 
uCoz Community » Other » Trash » User Group colors
Page 1 of 212»
Search:


Powered by uCoz