deliah
06-19-2004, 05:13 AM
Hi everyone,
I have created some fields at "User Profile Fields ". When i want to fing out these fields under the avatar follow this :
at
Postbit
postbit_legacy
after
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
add
<if condition="$post['fieldX']"><div>Title of field: $post[fieldX]</div></if>
But, I have a problem, if i use the field X with " Multiple-Selection Checkbox ", i can only see the number, not the phrase like i listed in " Multiple-Selection Checkbox "
Anyone help me to fix this error ?
Thanks
PS: do this for VBB 3 Gold
I have created some fields at "User Profile Fields ". When i want to fing out these fields under the avatar follow this :
at
Postbit
postbit_legacy
after
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
add
<if condition="$post['fieldX']"><div>Title of field: $post[fieldX]</div></if>
But, I have a problem, if i use the field X with " Multiple-Selection Checkbox ", i can only see the number, not the phrase like i listed in " Multiple-Selection Checkbox "
Anyone help me to fix this error ?
Thanks
PS: do this for VBB 3 Gold