Quote:
Originally Posted by kh99
Sorry for the delay in getting back to this. I searched for it because someone else asked about the number being formatted with commas, and that is in fact why it's not working. But while looking in to that issue I found that posts per day is already calculated by the vb code, so you shouldn't need a plugin at all, you should just be able to add {vb:raw posts.postsperday} to your template.
|
Still didn't work, it shows just the "Posts Per Day:" but not the stats ...
--------------- Added [DATE]1375581510[/DATE] at [TIME]1375581510[/TIME] ---------------
So I tried the following in postbit_legacy:
Code:
<div class="pbit"><div>Posts Per Day: {vb:raw prepared.postsperday}</div></div>
and
Code:
<div class="pbit"><div>Posts Per Day: {vb:raw posts.postsperday}</div></div>
After using the above, I still get nothing for the stats....just blank