Hi, this may already be addressed (or maybe in version 3)...
Seems like user's postcounts are based on a 16-bit variable and thus the max postcount a user can have is 65536.
Can be duplicated by setting a user's post count to 65537+ in the admin cp. 65536 is all that will be displayed in the forums and it will not increment upon posting.
Additionally you can test by setting the post count to ~65534 and posting a few times. The count will not go higher than 65536.
You can return your post counts to the proper values by running the counters re-sync from the admin cp.
Thanks,
Brian
Seems like user's postcounts are based on a 16-bit variable and thus the max postcount a user can have is 65536.
Can be duplicated by setting a user's post count to 65537+ in the admin cp. 65536 is all that will be displayed in the forums and it will not increment upon posting.
Additionally you can test by setting the post count to ~65534 and posting a few times. The count will not go higher than 65536.
You can return your post counts to the proper values by running the counters re-sync from the admin cp.
Thanks,
Brian
Comment