Quote:
Originally Posted by peugeot405
to show it on postbit you have 2 options:
- add following code in postbit or postbit legacy:
Code:
<vb:if condition="$post['fieldxx']">
<dt>{vb:rawphrase location_perm}</dt>
<dd>{vb:raw post.fieldxx}</dd>
</vb:if>
.
Replace xx with the field number.
- use the following mod: GamerCards Block in Profile Sidebar and Postbit
|
How would I add more than one field? Do I add that code over and over again or just add more of this code (<dd>{vb:raw post.fieldxx}</dd>) under the current one?