I want to make a conditional on a banner related to a custom field in profile (field5). This field is a menu where users needs to select what it is.
unfortunately I was not able to make it work. Is either showing to all or not at all.
I have used
<if condition="in_array($bbuserinfo[field5], array(Tehnician Dentar, Companie Comerciala))">Companie Comerciala</if> to display Companie Comerciala only to array selections.
I have used in array numbers too but it did not work. I have tried with field5 only ... no luck
Any suggestions are great.
|