when two almost identical values, it shows both while only one is given
Still trying to rebuild that same template i noticed another bug in the IF statements.
I have two "template variables"
image and imageleft
thes are optional images to display in a table. Also some of the CSS classes depend on its presence.
(something like if the imageleft is not there, then the width width is 250px or so)
nut now i noticed that the sourcecode the 250px IS written, while the imageleft is NOT given...
it turns out everything that is containing image is being displayed
ie:
[if="{{{image|}}}"]{{{image}}}[/if]
[if="{{{imageleft|}}}"]This text should not be visible![/if]
Even when i put AGE, the imageleft IF-statement gives true...
i have a variable with a unique name, not even close to one of the others... and that IF statement gives true as well
[div][if="{{{groarjan|}}}"]There is not even a variable name close to this one: groarjan.. and it still shows
This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.