Added developer, trainingmod and lead mod as suffixes #3
Reference in New Issue
Block a user
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added developer, trainingmod and lead mod as suffixes so that you can have two of the mat the same time (if needed) but they don't have graphics yet
Actually I have a much better idea for handling ranks:
Each user
has_many :ranks, which each have a value (as they already do) defining the order in which ranks are displayed.For example, a user could be
mod,lead, anddonorall at the same time.Perhaps ranks could also have a name and a separate display text (e.g.
Donor+/$$).I also think "banned" and "disabled" shouldn't be ranks. They can be merged to one user column.
As a general rule, please only submit one PR for each change. I'd be happy to merge your bug fixes / project cleanup.
Let us know if you have thoughts about the proposed rank system or want to implement it.