GameMagpie
11-20-2007, 01:39 PM
Hello,
I'm attempting to shows which consoles my users have. I've created a multiple-selection custom profile field, and I've tried to display that in my postbit using
<if condition="$post['field5']"><div>Platforms: $post[field5]</div></if>
However, it didn't work as I'd hoped it might and rather than listing the selected consoles it's listing a number which I assume is how vBulletin stores the data for those fields.
How can I get vBulletin to convert those to the named options?
I'm attempting to shows which consoles my users have. I've created a multiple-selection custom profile field, and I've tried to display that in my postbit using
<if condition="$post['field5']"><div>Platforms: $post[field5]</div></if>
However, it didn't work as I'd hoped it might and rather than listing the selected consoles it's listing a number which I assume is how vBulletin stores the data for those fields.
How can I get vBulletin to convert those to the named options?