PDA

View Full Version : Conditionals for Multiple Selection Checkboxes


smartkidbk5
01-16-2010, 05:04 PM
In this thread: https://vborg.vbsupport.ru/showthread.php?t=118896
It says that "Multiple Selection Menus and Checkboxes":
"I wouldn't recommend using these to display information in the postbit, as to enable them requires long usage of conditionals to translate the code saved in the database into displayable text."

Even though he says he doesnt recommend it, I would like to use the conditionals for Multiple Selection Checkboxes.
Ex.
<if "$post[fieldx] option[XXX] == 'CHECKED'">
Blah Blah Blah
</if>

Does anyone know the exact code to do this? Or does anyone know an alternative?

Lynne
01-16-2010, 06:09 PM
See this thread - How To Add A Profile Field To The Postbit (http://www.vbulletin.com/forum/showthread.php?168741-How-To-Add-A-Profile-Field-To-The-Postbit&daysprune=-1)

smartkidbk5
01-16-2010, 06:35 PM
See this thread - How To Add A Profile Field To The Postbit (http://www.vbulletin.com/forum/showthread.php?168741-How-To-Add-A-Profile-Field-To-The-Postbit&daysprune=-1)

Thank you so much Lynne. You're the greatest! :)