The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
error with postbit...
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> 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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|