Hello everybody,

i am trying to get a TS condition to work. I put this in the constants of a page:

has_link=###WFQBE_FIELD_HasExtURL###

so has_link has either the value 0 or 1. This is what i did in the setup of the page:

[globalVar = LIT:1 = {$has_link}]
plugin.tx_wfqbe_pi1.customProcess.4{
0=TEXT
0.value=###WFQBE_FIELD_ExtURL###
}
[global]
plugin.tx_wfqbe_pi1.customProcess.4{
0=TEXT
0.value={$has_link} //just to check whether $has_linkdoes have the desired value (yes it does)
}

but the condition is never true. What am i doing wrong? I am using Typo3 4.6.0 btw.

Best regards

Moritz
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to