Description of problem: This problem occurs on the forum. On the bottom left corner of the page, it should display a number that represents how many times the badge was granted to others, but instead displays NaN.
Probably. Looks like a type-error in the code (from experience I suspect the type was declared as an integer, but was given numbers in text-form as input, NaN = Not a Number)