PDA

View Full Version : Can someone tell me what is wrong with this code?


JGUNS
08-12-2002, 01:54 PM
I have a custom postbit box. It should say:

title
member#
registration date
post #
avg posts

I just noticed that the average post number is there IN PLACE of the post count, so it says Posts: [1.8 per day]

Can someone tell me what is wrong? Here is the code:
<b>Title:</b> $post[usertitle]</smallfont><br>
<b>Member:</b>#$post[userid]<br>
<b>Registered:</b> $post[joindate]<br>
<b>Location:</b> $post[field2]<br>
<b>Posts:</b>
<b>[$postsperday per day]<br>
<br>

[D]Vincent
08-12-2002, 03:10 PM
Add $post[posts] after Posts: