anarchoi
02-02-2008, 05:06 AM
Hi,
I am using this code to display the profile's custom fields in the postbit:
<if condition="$post['field7']">
$post[field7]
</if>
the problem is when there is multiple selections in the field (i.e. from radio boxes)
it displays weird numbers instead of the field's selections
i.e.: 71682
is there a vb/php function to convert these numbers into theirs respective selection names or do i have to look in the DB for a special field containing the selection names associated to a field number ? (where?)
thanks!
I am using this code to display the profile's custom fields in the postbit:
<if condition="$post['field7']">
$post[field7]
</if>
the problem is when there is multiple selections in the field (i.e. from radio boxes)
it displays weird numbers instead of the field's selections
i.e.: 71682
is there a vb/php function to convert these numbers into theirs respective selection names or do i have to look in the DB for a special field containing the selection names associated to a field number ? (where?)
thanks!

