Quote:
Originally Posted by Miner After I upgraded to 2.1, my users' total forum post count is no longer incremented by uploading pictures or replies. The ppicount and pppcount tables are in place and they do get incremented. These numbers just don't get added to the total forum count.
Am I missing something....what should I check to fix this?
Thanks! |
ppicount and pppcount in the user table will store the current counts of image uploads and posts.
I have plans to add an "on/off" option in the gallery to show current counts in the "postbit / postbit_legacy" and "memberinfo".
Postbit:
$post[ppicount]
$post[pppcount]
Memberinfo:
$userinfo[ppicount]
$userinfo[pppcount]