Code:
<table style="width: 100%">
<tr>
<td class="postbit" style="height: 18px"><div>Identification:</div></td>
<td class="postbit" style="height: 18px"><div>$bbuserinfo[userid]</div></td>
</tr>
<tr>
<td class="postbit" style="height: 18px"><div>Posts:</div></td>
<td class="postbit" style="height: 18px"><div>$bbuserinfo[posts]</div></td>
</tr>
<tr>
<td class="postbit" style="height: 18px"><div>Join Date:</div></td>
<td class="postbit" style="height: 18px"><div>$post[joindate]</div></td>
</tr>
<if condition="$post['field2']"><tr>
<td class="postbit" style="height: 18px"><div>Location:</div></td>
<td class="postbit" style="height: 18px"><div>$post['field2']</div></td>
</tr></if>
<if condition="$post[age]"><tr>
<td class="postbit" style="height: 18px"><div>Age:</div></td>
<td class="postbit" style="height: 18px"><div>$post[age]</div></td>
</tr></if>
<if condition="$post['field6']"><tr>
<td class="postbit" style="height: 18px"><div>Gender:</div></td>
<td class="postbit" style="height: 18px"><div>$post['field6']</div></td>
</tr></if>
<if condition="$post['field7']"><tr>
<td class="postbit" style="height: 18px"><div>Years of Skating:</div></td>
<td class="postbit" style="height: 18px"><div>$post['field7']</div></td>
</tr></if>
</table>
That's in my postbit_legacy template.
When I try to save, it shows me:
Code:
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 /mnt/w0809/d12/s27/b03059dd/www/trasion.com/community/includes/adminfunctions_template.php(3938) : eval()'d code on line 83
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.
I think it's with that piece of code that there's an error with, but I can't find out why. Can someone help point it out?