I tried to change to this:
<if condition="$bbuserinfo['private'] == 1">
Got this:
The following error occurred when attempting to evaluate this template:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/chadi/public_html/includes/adminfunctions_template.php(3537) : eval()'d code on line 188
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
Also, this is already there as is, untouched
<font color="red">$vbphrase['private']</font>
Nevermind I got it thanks!
<font color="red">$vbphrase[private]</font>
That was all that needed to be done on my end
|