doesn't show up in my postbit do u know why or a code i could put in to make it work? thanks
i put this code into my postbit and it shows up but missing the borders
<!-- show awards -->
<if condition="$post[showuserawards]">
<br />
<fieldset><legend><a href="member.php?u=$post[userid]#award" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
<div>
$post[userawards]
<br>
<a href="member.php?u=$post[userid]#award" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
</div>
</fieldset>
<br />
</if>
<!-- /show awards -->
would u know how to get it to show up?
|