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:
calzoneman 2013-04-17 13:29:52 -05:00
parent e9d3fa83e4
commit 8a8838a58d
6 changed files with 49 additions and 38 deletions

View file

@ -83,7 +83,7 @@
}
.userlist_guest {
color: #aaaaaa;
color: #888888;
}
.action {