Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Post count: 0?

edited July 2010 in Vanilla 2.0 - 2.8
Some users post counts are displaying as zero on their post!

image

For now, I just changed line 99 in class.postcount.plugin.php to +1 to $Posts


echo '
'.sprintf(T(Plural($Posts,'Posts: %s','Posts: %s')),number_format($Posts+1,0)).'
';

Comments

Sign In or Register to comment.