:
So, if I've got this correct, if I add or take away rep from someone, they'll change by 11 points? Can't you add more power based on a member's position in the mod heirarchy?
Also, where can we see our reputation? I can only see the power.
|
If it is positive reputation, it will add 11 rep points to someone. However, if it is negative reputation then the rep power is halved and
floor'ed before it is subtracted from someone. In this instance it'd work out to be:
floor(
-11/2) =
-5.
As for adding more power based on heriarchy, I'll look into that when I get home. I might be able to whip up a hook, because if we use the built-in option, our rep power would not increase as we reach certain milestones (it would remain static).
Alcar...