Hello
I create a user information area under the avatar in the postbit_legacy.
Could you tell me how to display the information manually?
In this variable, the first appears (title), but not the second (total)
HTML Code:
<dt>{vb:rawphrase ucash_points}</dt><dd> {vb:raw userinfo.ucashdisplay}</dd>
or
<vb:if condition="$show['ucash']">
<dt>{vb:rawphrase 'ucash_points'}</dt>
<dd>{vb:raw post.ucashdisplay}</dd>
</vb:if>
Thank you for your help