PDA

View Full Version : Posts per day?


mattyk72
04-24-2004, 01:41 AM
I'm looking for a mod that displays 'posts per day' right underneath the join date, location, age and posts info. I did a search here and couldn't find anything, can someone help me out? Much thanks in advance!

Zachery
04-24-2004, 02:07 AM
$post[postsperday] ?

mattyk72
04-24-2004, 01:04 PM
where do I put that?

94DROPTOPZ
04-25-2004, 02:00 AM
where do I put that?


In the postbit legacy I believe...

mattyk72
04-25-2004, 01:54 PM
sorry I'm new at this, where do I find the postbit legacy??

mattyk72
04-26-2004, 06:42 PM
does anyone know how to have 'posts per day' displayed in the postbit?

thanks

ShutDown23
04-27-2004, 06:49 AM
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]&amp;postcount=$post[postcount]" target="new"><strong>$post[postcount]</strong></a></if>

Add below:
$post[postsperday]

That should work if Zachery is correct

ShutDown23
04-27-2004, 06:59 AM
Nevermind - It does not work