Registered users now have rank 1, guests' names are grey
Any new registrations will set global_rank=1 in the database If you wish to upgrade, run "UPDATE `registrations` SET `global_rank`=1 WHERE `global_rank`=0" on your MySQL database
This commit is contained in:
parent
e9d3fa83e4
commit
8a8838a58d
6 changed files with 49 additions and 38 deletions
|
|
@ -83,7 +83,7 @@
|
|||
}
|
||||
|
||||
.userlist_guest {
|
||||
color: #aaaaaa;
|
||||
color: #888888;
|
||||
}
|
||||
|
||||
.action {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue