User groups - Site Users - uCoz System management and tuning - uCoz Community
You logged in as Guest
Username/E-mail:
Recent messages · Members · Forum rules · FAQ · SEARCH Registration · Log in


We are in the second round! Let's keep voting!

Page 6 of 8«1245678»
uCoz Community » uCoz System management and tuning » Site Users » User groups (group colors, how to change a user group, access permissions)
User groups
SunnyDate: Thursday, 2008-03-27, 4:25 Am | Message # 1
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
General information.

In forum.

If you use standard style sheet (CP -> Customize design -> Style sheet (CSS)), then Administrators are red, Moderators - blue, Checked green and this is set by the following lines:

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;}
/* ---------------- */

Users group is not indicated here and its color is assigned by the first lines of the style sheet, i.e. this is the color of common links. If you want to use your own color for Users, then add a line for groupUser.

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.groupUser:link,a.groupUser:visited,a.groupUser:hover {color:#A8C9E2;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

Each new group has the designation groupOther(1-10), as you may add 10 groups.

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.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:Yellow;}
a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:DarkCyan;}
and so on.
/* ---------------- */

A color may be assigned both by an English name and RGB hex code.

Group number in this case means addition order, and not group ID.

Quote
groupOther1 is the 1st group you create. E.g. uCoz has Users, Administrators, Moderators and Checked as groups.

a.groupModer is for Moderators
a.groupAdmin is for Administrators
a.groupVerify is for Checked

If you create a group other than the default groups then this group will be groupOther1
If you create a second group other than default ones then this group will be groupOther2.



Other designations of users.

On forum main page:

1. Greetings to our new member - class="lastUserLink" (if it is not assigned, then has the color of a common link)
2. Happy Birthday! - class="userBirthdayLink" (similarly)
3. Forum moderator - class="forumModer" (similarly)
4. Thread author - class="lastPostUserLink" (similarly)

The same classes of p. 3 & 4 are inside forum, on page of sections and forums.

On page with messages:

1. Forum moderator – the same class="forumModer"
2. User’s nickname - class="postUser"
3. Group name - class="postUserGroup" - Attention! It’s not a link, but a plain text and the class applies to both words – e.g., group: Moderators

On website:

On site group names are also determined by the classes groupModer, groupAdmin, groupUser etc.

When changing group color, check whether the page template has the address of the file where you make changes.

The following line must be in the template:

Code
<link type="text/css" rel="StyleSheet" href="http://YOUR_SITE_ADDRESS/_st/my.css" />


Username colors in posts

How to display the colors, set for certain groups, in thread posts.

Go to Customize Design -> Forum -> Appearance of entries, find this:

Code
<tr><td width="23%" class="postTdTop" align="center"><a class="postUser" href="javascript://" onClick="emoticon('[b]$USERNAME$[/b],');return false;">$USERNAME$</a></td>

and change it for this:
Code
<tr><td width="23%" class="postTdTop" align="center"><a class="postUser$GROUP_ID$" href="javascript://" onClick="emoticon('[b]$USERNAME$[/b],');return false;"><span class="forum_nik$UID$">$USERNAME$</span></a></td>

Save the template, go to "Style sheet (CSS)", and add the following lines there:

Quote
a.postUser1 {color:#000000;} – color of group 1
a.postUser2 {color:#00FF00;} - color of group 2
a.postUser3 {color:#0000FF;} - color of group 3
a.postUser4 {color:#FF0000;} - color of group 4

and so on for each group (if you have more than four groups). Note: Do not put the text in blue!

Then you can also specify a certain username color to a definite user, just add the following to the CSS:

Code
.forum_nik1 {color:#F6F6F6;} – username color of the user with ID=1
.forum_nik6 {color:#F7F7F7;} - username color of the user with ID=6
.forum_nik7 {color:#F9F9F9;} - username color of the user with ID=7
.forum_nik4 {color:#A6A6A6;} - username color of the user with ID=4

Thus you can assign colors to each group and at the same time assign personal username colors to certain users.


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
leonidasDate: Friday, 2009-10-09, 3:11 Pm | Message # 76
Newbie
Group: Users
Messages: 6
Awards: 0
Reputation: 0
Status: Offline
ok i fixed i don't know what i did ( confused ) but now its all ok

Thanx for your time any way


http://lowbap.ucoz.com

Message edited by leonidas - Friday, 2009-10-09, 3:12 Pm
 
kostovaDate: Saturday, 2009-10-10, 3:55 Pm | Message # 77
Regular
Group: Checked
Messages: 58
Awards: 2
Reputation: 4
Status: Offline
I recently made a new group with the setting of a user able to choose the group when registering and hidden the option of choosing and placed a checked="" onto the new group so when registering, they will automatically or more inadvertently choose the new group instead.
Is there a way to auto-transfer from the new group to the Checked group? Or any other group without manually moving users.
 
DartzDate: Saturday, 2009-10-10, 8:35 Pm | Message # 78
Cookie Monster
Group: Head Mod
Messages: 5961
Awards: 61
Status: Offline
Only from default "Users" group is possible transfer.


*Yawn... drools on Renatus while sleeping...*
alexeugeniuDate: Monday, 2009-10-12, 6:19 Am | Message # 79
Curious
Group: Checked
Messages: 32
Awards: 0
Reputation: 0
Status: Offline
Why not change the colors in groups, we have, as "Restore default template only to users, moderators General, admin site and verify it as in rest all the white is, if I can help someone to tell me where I was wrong ....
I know the serial number must be entered to the group so it does not work either;

This is the change made:

Code
/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:green;}
a.groupOther3:link,a.groupOther3:visited,a.groupOther3:hover {color:burgundy;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:orange;}
a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:DarkCyan;}
a.groupUser:link,a.groupUser:visited,a.groupUser:hover {color:brown;}
a.groupOther6:link,a.groupOther6:visited,a.groupOther6:hover{color:DarkRed;}
/* ---------------- */

And these are the groups:

help help


 
DartzDate: Monday, 2009-10-12, 6:23 Am | Message # 80
Cookie Monster
Group: Head Mod
Messages: 5961
Awards: 61
Status: Offline
You was wrong at maths. Why you have 3 2 6 instead of 1 2 3?


*Yawn... drools on Renatus while sleeping...*
alexeugeniuDate: Monday, 2009-10-12, 6:27 Am | Message # 81
Curious
Group: Checked
Messages: 32
Awards: 0
Reputation: 0
Status: Offline

I asked how the group was written in the order that was created wacko

 
DartzDate: Monday, 2009-10-12, 6:30 Am | Message # 82
Cookie Monster
Group: Head Mod
Messages: 5961
Awards: 61
Status: Offline
Look in first post.


*Yawn... drools on Renatus while sleeping...*
alexeugeniuDate: Monday, 2009-10-12, 6:35 Am | Message # 83
Curious
Group: Checked
Messages: 32
Awards: 0
Reputation: 0
Status: Offline
OK Tancks biggrin


That ID can change? not to be 1, 2, 3, 4, 8, 11, 12, 251, 255 want to be in order and ID ie 1, 2, 3, 4, 5, 6, 7 ....... ..




Message edited by alexeugeniu - Monday, 2009-10-12, 6:42 Am
 
SunnyDate: Monday, 2009-10-12, 7:02 Am | Message # 84
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
alexeugeniu, no, IDs can't be changed.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
alexeugeniuDate: Monday, 2009-10-12, 7:06 Am | Message # 85
Curious
Group: Checked
Messages: 32
Awards: 0
Reputation: 0
Status: Offline
OK
Thank you very much

respect


 
warezparadiseDate: Thursday, 2009-10-22, 4:56 Am | Message # 86
Regular
Group: Users
Messages: 66
Awards: 0
Reputation: 0
Status: Offline
Hey please help me.I tried every way of changing My two newly created User group i.e Super Moderator and Members.
There Id are 5(For Members) And 6 for Super Moderator and I put the code but it doesn't worked.Here is the code
Code
a.groupOther6:link,a.groupOther6:visited,a.groupOther6:hover {color:yellow;}

It is for Super Moderator.
Code
a.groupOther5:link,a.groupOther5:visited,a.groupOther5:hover {color:yellow;}

For Member but it doesn't worked.

PLease help me.

 
TommyDate: Thursday, 2009-10-22, 5:11 Am | Message # 87
Experienced
Group: Helpers
Messages: 438
Awards: 17
Reputation: 23
Status: Offline
warezparadise,
Read this
Quote (Sunny)
groupOther1 is the 1st group you create. E.g. uCoz has Users, Administrators, Moderators and Checked as groups.

a.groupModer is for Moderators
a.groupAdmin is for Administrators
a.groupVerify is for Checked

If you create a group other than the default groups then this group will be groupOther1
If you create a second group other than default ones then this group will be groupOther2
.



"I don't like to commit myself about heaven and hell - you see, I have friends in both places"
 
warezparadiseDate: Monday, 2009-10-26, 5:30 Am | Message # 88
Regular
Group: Users
Messages: 66
Awards: 0
Reputation: 0
Status: Offline
Hey tell me that How do I change the color of "Users"???

Message edited by warezparadise - Monday, 2009-10-26, 5:38 Am
 
DartzDate: Monday, 2009-10-26, 5:41 Am | Message # 89
Cookie Monster
Group: Head Mod
Messages: 5961
Awards: 61
Status: Offline
What you mean? If you read first post carefully you will know
how to change user group colour or you meant something else?


*Yawn... drools on Renatus while sleeping...*
PezziDate: Sunday, 2009-11-08, 5:26 Pm | Message # 90
Newbie
Group: Users
Messages: 4
Awards: 1
Reputation: 1
Status: Offline
Hello,im sorry if im asking a dumb question,but im new in these things in Control Panel,so,how do i add a new User Group?
Thanks in advance^^
 
uCoz Community » uCoz System management and tuning » Site Users » User groups (group colors, how to change a user group, access permissions)
Page 6 of 8«1245678»
Search: