PDA

View Full Version : Posts per day right under Username ?


disco stew
06-15-2001, 10:12 AM
i tried and i tried .. but failed

can someone point me to the right direction ?

i want to show "Posts per day" right under the users name ..

tia
stu

Freddie Bingham
06-15-2001, 01:25 PM
Put $postsperday in your postbit template.

disco stew
06-15-2001, 01:49 PM
for some reason it works now.. but i swear it didn't when i tried the same thing ...

Thanks a lot

stew

webhost
06-16-2001, 01:26 AM
Can you explain to me where you put this in the postbit template and how?

Joey

disco stew
06-16-2001, 01:12 PM
postbit template.. depends on where u want it to show up..

$post[avatar]<p>
<smallfont>registered since: $post[joindate]<br>
Location:<br>$post[field2]<br>
Beiträge: $post[posts]<br>
Posts per day: $postsperday </smallfont></td>

.. hope this helps

peace
stew

webhost
06-16-2001, 01:26 PM
This is where I put it but I can see anything different
code below I changed and you can go here and look
http://forums.realwebhost.net

<a name="post$post[postid]"></a>
$post[firstnewinsert]
<normalfont><b>$post[username]</b></normalfont><br>
<smallfont>$post[usertitle]</smallfont><br>
$post[avatar]<p>
<smallfont>Registered: $post[joindate]<br>
Location: $post[field2]<br>
Posts: $post[posts]<br>
Posts per day: $postsperday </smallfont></td>
<td bgcolor="$post[backcolor]" width="100%"



Joey

Thanks I made a change above and it is working now

webhost
06-16-2001, 01:29 PM
Never mind Disco stew I got it.

Thanks
Joey