All three...
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post['userid']] AND $vboptions['shownsigs'][$post['userid']] = true">
<if condition="$post[signature] AND !$vboptions[shownsigs][$post[userid]] AND $vboptions[shownsigs][$post[userid]] = true">
<if condition="$post[signature]">
generate
Quote:
The following error occurred when attempting to evaluate this template:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/virtual/site1/fst/var/www/html/includes/adminfunctions_template.php(3519) : eval()'d code on line 146
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.
|
The original code is just $post[signature]
**Edit**
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">__________________<br />
$post[signature]</if>
Is what I needed, a </if> at the end. And you can move the
__________________<br />
in to it so it only shows up on signitures.