Quote:
Originally Posted by CAG CheechDogg
I get the same, didn't notice it yesterday but on some the Post Per Day = 0 and for some it reads out fine...
|
That's strange. If you want to debug it, you could temporarily change the last line like:
Code:
$template_hook['postbit_userinfo_right_after_posts'] .= "<dt>Posts Per Day</dt><dd>$post[posts] $days $ppd</dd>";
Then see what the three numbers are. Is it possible that the number is so small it's rounding to 0?