[TYPO3-english] Condition never true
    Moritz Masurek 
    mail at mm80.de
       
    Sun Jan 22 04:04:21 CET 2012
    
    
  
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
    
    
More information about the TYPO3-english
mailing list