PDA

View Full Version : How do I tell what is checked off in a multi-selection check box of a profile field?


Jeremy8
06-15-2010, 02:34 AM
Hello, I am adding profile fields to my postibit_legacy template.

The first thing to do to determine whether it should be displayed or not is to see if the user actually filled it out.

If it was a single option profile field, you would only need something like this to make sure the user filled it out:

<vb:if condition="$post['field9']">

But how do I look for individual checks in a multi-selection check box?

Lynne
06-15-2010, 03:15 AM
See the second post in this thread - http://www.vbulletin.com/forum/showthread.php?168741-How-To-Add-A-Profile-Field-To-The-Postbit

Jeremy8
06-15-2010, 03:49 AM
Thanks!