What I get with your correction. The PPD is fine, but now it adds some odd numbers underneath (1615 0.03).
Quote:
Originally Posted by kh99
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?
|