I'm trying to do the
Code:
<!-- vbPlaza start -->
<div id="postmenu_$post[postid]" <if condition="$post['namestyle']">style="$post[namestyle]"</if>>
<!-- vbPlaza end -->
template edit in postbit_legacy and I get this error:
Code:
vBulletin Message
The following error occurred when attempting to evaluate this template:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/l2guru/public_html/forum/includes/adminfunctions_template.php(3537) : eval()'d code on line 88
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.
**edit** now even when I revert the postbit_legacy template, and not editing ANYTHING, I get this error when I try to save it... I get the error on line 86:
Code:
<if condition="$show['attachments']">
**edit2** apparently, revert is broken via Firefox, because I reverted through IE and I got the completed template. On Firefox, the revert was incomplete. actually not just the revert, but all my forms seem to be broken, because when I submit a template mod, the information gets corrupted.
Also is there a way to make it so that you can only have say... 50% of your total points into the bank? This way, users can't put all of their points into the bank, so others can steal them.