fixes & forums started

This commit is contained in:
jomo
2013-08-02 07:55:32 +02:00
parent 45ebd0bd05
commit e052ad8859
39 changed files with 358 additions and 436 deletions

View File

@@ -34,6 +34,6 @@ module UsersHelper
def ranks
# Lower case !!!
{"default" => 10, "donor" => 40, "mod" => 100, "admin" => 200, "superadmin" => 500}
{"banned" => 1, "unconfirmed" => 5, "default" => 10, "donor" => 40, "mod" => 100, "admin" => 200, "superadmin" => 500}
end
end