PDA

View Full Version : Multiple checkbox fields to be displayed in profile


Sychev_S
09-09-2007, 07:31 PM
I used to have this code in memberinfo tempalte ( I think before vbuleltin 3.6.7) and it used to work just fine. Now in 3.6.8. It doesnt work. Any idea how to make it work again?
<div align="left"><span class=""><strong>Here For:</strong></span></div></td>
<td style="">
<if condition="$comma =''"></if>
<if condition="$post['field24']&1">
$comma Dating
<if condition="$comma =','"></if>
</if>
<if condition="$post['field24']&2">
$comma Serious Relationships
<if condition="$comma =','"></if>
</if>
<if condition="$post['field24']&4">
$comma Friends
<if condition="$comma =','"></if>
</if>
<if condition="$post['field24']&8">
$comma Networking
<if condition="$comma =','"></if>
</if>

Sychev_S
09-12-2007, 02:04 AM
anyone?

Sychev_S
09-17-2007, 01:55 AM
Pleeease help! :)

bmckain
11-07-2007, 08:43 PM
I had a similar issue and I found the answer here. I think it will solve your problem as well if you haven't figured it out already.

http://www.vbulletin.com/forum/archive/index.php/t-214234.html