akxt660
04-03-2014, 07:17 PM
Hi!
I have custom profile fields added to the user profile.
I added the following to the postbit_legacy template to display the fields, which is working:
<vb:if condition="$post['field5']"><dt>Model</dt> <dd>{vb:raw post.field5}</dd></vb:if>
However, two of the custom profile fields are "MULTIPLE SELECTION MENU" type fields, and they are displayed as the item number from the list of choices, instead of the text of the item choice.
The fields display correctly in the member list as well as the "about me" section of the user profile.
Is there a way to get the code in the postbit_legacy to display correctly the selected names?
Thanks for any info!
I have custom profile fields added to the user profile.
I added the following to the postbit_legacy template to display the fields, which is working:
<vb:if condition="$post['field5']"><dt>Model</dt> <dd>{vb:raw post.field5}</dd></vb:if>
However, two of the custom profile fields are "MULTIPLE SELECTION MENU" type fields, and they are displayed as the item number from the list of choices, instead of the text of the item choice.
The fields display correctly in the member list as well as the "about me" section of the user profile.
Is there a way to get the code in the postbit_legacy to display correctly the selected names?
Thanks for any info!