Quote:
Originally Posted by Nirjonadda
I want to show the points in the postbit...
|
It should be already within the postbit, if not:
Code:
<vb:if condition="$show['ucash']">
<dt>{vb:rawphrase 'ucash_points'}</dt>
<dd>{vb:raw post.ucashdisplay}</dd>
</vb:if>
Try adding:
Code:
<dt>{vb:rawphrase 'ucash_points'}</dt>
<dd>{vb:raw post.ucashdisplay}</dd>
In your postbit manually.