🌍
English
Hi all
I have an weird and quite annoying bug:
Just set a prefilter (I did in the admin part) to use a foreach properties like http://www.smarty.net/docs/en/language. … .iteration
and then run it: your {$name@iteration} will not render! BUT if you put the {$name@iteration} in the original tpl file, this one and any occurence of $name@iteration added by a prefilter (like {if $name@iteration==5}) are rendered properly!! BUT -again- if you put {$name@iteration}, only $name@iteration will work and others like $name@first will not work.
I have no idea of what's going on and if I should post on Smarty forums too.
Offline
Perhaps it's linked to our prefilters
try the Smarty 2 syntax
Offline