This topic is currently marked as "dormant"—the last message is more than 90 days old. You can revive it by posting a reply.
1jpers36
My fun statistics page states:
397 Series
296 Awards
5 Characters
1 Places
Clicking through to the actual pages, I get the numbers:
397 Series
297 Awards
5111 Characters
1108 Places
397 Series
296 Awards
5 Characters
1 Places
Clicking through to the actual pages, I get the numbers:
397 Series
297 Awards
5111 Characters
1108 Places
3readafew
it appears to be truncating to the first digit. I have over 8161 Characters listed for my CK and I get an 8 on the fun stats page.
also I get a 1 for places but I have 1374, so this must be something funny happening when the number gets great than 999.
also I get a 1 for places but I have 1374, so this must be something funny happening when the number gets great than 999.
4jpers36
My guess is that the fields are converted to strings to add the commas for readability, and then for some reason the code attempts to convert them back to decimals, parsing only the part of the string before the comma.

