uCoz Community » uCoz Modules » Site Users » User groups (group colors, how to change a user group)
User groups
Sunny
Posts: 9296
Reputation: 456

Message # 1 | 10:25 AM
User Group Colors in Forum


If you use the default CSS (CP -> Customize design -> Style sheet (CSS)), then Administrators are red, Moderators are blue, Checked are 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;}
/* ---------------- */


The Users group is not indicated here and its color is assigned by the first lines of the CSS file, it's the color of the ordinary links on a website. If you want to use your custom color for Users, then add a line for groupUser.

Code
a.groupUser:link,a.groupUser:visited,a.groupUser:hover {color:#A8C9E2;}


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

Each newly created group has the designation groupOther1, groupOther2 and so on up to groupOther8, as you can add 8 custom groups.

Code
a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:Yellow;}
a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:DarkCyan;}


A group number in this case means the order of adding, and not a group ID.
groupOther1 is the 1st group you create. E.g. uCoz has Users, Administrators, Moderators and Checked as the default groups. 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 Color Classes


On the Forum main page:


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

The same classes as in p. 3 & 4 apply inside the Forum, on pages with sections and forum boards.

On the page with posts:


1. Forum moderator – class="forumModer"
2. User 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 the website:


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

When changing a 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 (color of group n)!


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

Quote
.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 active on the forum anymore. Please contact other forum staff.
NTP
Posts: 296
Reputation: 10

Message # 106 | 5:26 AM
what's a bnf group?

Added (2009-11-27, 11:26 Pm)
---------------------------------------------
what do i put for group friends? or banned? or guest?


Web design and film == my 2 passions.

Genesis Inc. ~ New Horizons, New Beginnings
Dartz
Posts: 1931

Message # 107 | 9:32 AM
Quote (NTP)
what do i put for group friends? or banned? or guest?
Your profile states you're 19, where is your logic?

Guests doesn't display - how will you set the colour?


[... With uCoz since December 2 2007 ...]
NTP
Posts: 296
Reputation: 10

Message # 108 | 6:17 PM
what about friends?
Web design and film == my 2 passions.

Genesis Inc. ~ New Horizons, New Beginnings
Dartz
Posts: 1931

Message # 109 | 0:32 AM
Is friend feature available? smile
[... With uCoz since December 2 2007 ...]
NTP
Posts: 296
Reputation: 10

Message # 110 | 0:38 AM
yes
Web design and film == my 2 passions.

Genesis Inc. ~ New Horizons, New Beginnings
Sunny
Posts: 9296
Reputation: 456

Message # 111 | 2:12 PM
NTP, http://forum.ucoz.com/forum/7-474-40482-16-1252446356
I'm not active on the forum anymore. Please contact other forum staff.
NTP
Posts: 296
Reputation: 10

Message # 112 | 2:51 AM
thanks sunny biggrin
Web design and film == my 2 passions.

Genesis Inc. ~ New Horizons, New Beginnings
Firebox1
Posts: 33
Reputation: 0

Message # 113 | 5:17 PM
Help pls

look:

( http://i50.tinypic.com/2ebhefk.jpg )

i made a new user group but it isn't there?
help please

Tommy
Posts: 454
Reputation: 38

Message # 114 | 5:27 PM
Firebox1, Could you please read the first post of this thread attentively.
Quote (Sunny)
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"
Firebox1
Posts: 33
Reputation: 0

Message # 115 | 5:47 PM
But there is no groupOther1 or 2
Tommy
Posts: 454
Reputation: 38

Message # 116 | 1:59 AM
Firebox1, If you create a new user group called "Happy" then you need to enter the code like this in CSS
Quote (Sunny)
a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:Yellow;}

If you create another group after this group then that group is defined as
Quote (Sunny)
a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:DarkCyan;}

Blue - Change it to the colour you want.
Please read the post attentively it's not difficult.

"I don't like to commit myself about heaven and hell - you see, I have friends in both places"
Firebox1
Posts: 33
Reputation: 0

Message # 117 | 3:22 PM
Tommy, there is no line named "happy" that my hole prob?
Tommy
Posts: 454
Reputation: 38

Message # 118 | 3:27 PM
Firebox1, that's an example I gave you.
1. Create a new user group - let it be any name
2. You need to add the code manually in CSS. - Explained clearly on the first post of this thread
3. Please read the first post attentively.
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"
Sunny
Posts: 9296
Reputation: 456

Message # 119 | 8:28 AM
Firebox1, the lines won't appear automatically, you must add them yourself.
I'm not active on the forum anymore. Please contact other forum staff.
Healer
Posts: 1
Reputation: 0

Message # 120 | 6:52 PM
I have a forum based site. My intention is to have private forums within the main forum which is accessable only by those members. I see I can manually move people to those groups, but is it possible to have the "leader" of a group to be given permission to move members in and out of that forum group ONLY as opposed to giving them control to move members to any group?
I'd perfer not to have to do it myself each and everytime, however I don't anticipate trusting to many members with this sort of power.
uCoz Community » uCoz Modules » Site Users » User groups (group colors, how to change a user group)
Search: