some more info....this code is in postbit
<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]</smallfont></td>
I wanted to also add the # number of referrals this poster had so I added the following between Location and posts
Referrals: $post[referrals]<br>
This was following the other info - now if i change [referrals] to other things (username,joindate etc) they all work - just referrals doesnt - I think the name for the # of referrals is $referrals so I assume that [referrals] should indicate the number of referalls the post username has.
any help?
|