It is a known bug. The programmer used a signed integer instead of an unsigned integer. So, when your forum points got large enough it set the sign bit to a 1 which made the forum points a negative number.
29 Dec 2018, 06:52
Can large negative forum points be fixed?
I have forum points in the order of negative 1600.
What is the purpose of these points?
Why is it so large?
Why does this score have to go less than zero?
What do I have to do to make this positive?
I realise that as I post this score is becoming more positive, but I will have to do over a thousand posts to make this score positive - is this really necessary? 
It is a known bug. The programmer used a signed integer instead of an unsigned integer. So, when your forum points got large enough it set the sign bit to a 1 which made the forum points a negative number.
Think of it like Golf, lowest score wins 
Please log in to post a reply.