PDA

View Full Version : outpout field# in postbit?


Chadi
05-26-2012, 07:55 PM
Hi folks,

How do I output actual field# from profile field (this one is field17, bible verison drop down selection). I want the user's selection to be outputted in postbit legacy.

I'm using this code

<vb:if condition="$post['field17']"> <dt>My Bible</dt><dd>{vb:raw post.field17}</dd></vb:if>

However, its only outputting a number like 1, 256, 16, etc instead of bible translation name such as King James, NIV, etc.

Thanks for your help

kh99
05-26-2012, 08:28 PM
Is your drop-down multiple selection? Look at this article: www.vbulletin.org/forum/showthread.php?t=250418 and look part way down for the section entitled "For Multiple-Selection Menu and Multiple-Selection Checkbox"