Quote:
Originally Posted by halocommunity
Every time I try to change either tmnt_ladder_display or tmnt_ladder_chll templates, there may be others I get " The following error occurred when attempting to evaluate this template:
Could not find phrase 'too_many_attributes'.
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 mean all I want to do is change a few or your images to a different text. In the code below, in the example below I simply type hi before the image tag and it want even save.
I am wondering if your file was imported with an error and there is a new version?
Code:
<vb:if condition="!$game['flag']">
<a href="ladders.php?do=reportchallenge&id={vb:raw game.id}">
hi<img src="{vb:stylevar imgdir_button}/report.gif" border="0" alt="{vb:rawphrase ladder_report_challenge}" />
<img src="{vb:stylevar imgdir_button}/report.gif" border="0" alt="{vb:rawphrase ladder_report_challenge}" />
</a><vb:else />
<img src="{vb:stylevar imgdir_button}/redcard.gif" border="0" alt="{vb:rawphrase ladder_reported_challenge}" />
</vb:if>
Any help would be greatly appreciated as I want to make a few changes to some of the templates.
|
I think that's the changes you are making, I don't get those errors.