Admincp -> Styles & Templates -> Style Manager -> Edit Templates (The skin you use)Postbit Templates -> postbit_legacy
Find:
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a></if>
Add below:
$post[postsperday]
That should work if Zachery is correct
|