Conditional Statement Question
if ($vbulletin->options['fireworks_enabled'] && $vbulletin->userinfo['$vbulletin->options[\'fireworks_field\']'])
How can I make that so my if my field = yes it displays the code and if it = no it doesn't.
Would this be correct?
if ($vbulletin->options['fireworks_enabled'] && $vbulletin->userinfo['$vbulletin->options[\'fireworks_field\']'] = Yes)
BTW $vbulletin->options[\'fireworks_field\'] is linked to my vbulletin profile field which is 142.
|