Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 5

Desmanthusericgillette +3 guests

Post count: 0?

This discussion is related to the Post Count addon.
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.