Scanu
09-08-2011, 10:15 PM
Hi ebery one i have some problem with a code
if ($show['OPTION'])
OPTION is the option that the user select by the admincp..
now i have create the option and here we have
. $vbulletin->options['var_field'] .
Now I put into the code and will be this
if ($show['' . $vbulletin->options['var_field']. ''])
The problem: doesn't work D:
Where i'm wrong?
if ($show['OPTION'])
OPTION is the option that the user select by the admincp..
now i have create the option and here we have
. $vbulletin->options['var_field'] .
Now I put into the code and will be this
if ($show['' . $vbulletin->options['var_field']. ''])
The problem: doesn't work D:
Where i'm wrong?