Re: [TYPO3-english] multiple conditions with if

2012-04-22 Thread Katja Lampela
Thank you Jigal for your informative help! 22.4.2012 15:22, Jigal van Hemert kirjoitti: Not much of a difference: 10 = TEXT 10 { override { cObject = TEXT cObject { value = 1234567890 ifEmpty = x strftime = %d.%m.%Y }

Re: [TYPO3-english] upgrade 4.4 -> 4.6 - strange behavior on tt_news pages

2012-04-22 Thread Douglas La Farge
we've figured out what happens. for some reason when the page is rendered from cache this code gets removed: GLV_curLayerWidth["topnav1x"]=0; GLV_curLayerHeight["topnav1x"]=0; GLV_curLayerX["topnav1x"]=0; GLV_curLayerY["topnav1x"]=0; GLV_menuOn["topnav1x"] = null; GLV_gap["topnav1x"]=1; GLV_curre

Re: [TYPO3-english] upgrade 4.4 -> 4.6 - strange behavior on tt_news pages

2012-04-22 Thread Douglas La Farge
I downgraded tt_news to 3.1.0 and still had the same problem. regards, doug On Apr 22, 2012, at 1:39 AM, Kay Strobach wrote: > tt_news 3.2.0 has a known caching issue ;) > > Regards > Kay > > Am 22.04.2012 07:56, schrieb Jigal van Hemert: >> Hi Douglas, >> >> On 22-4-2012 3:59, Douglas La Far

Re: [TYPO3-english] multiple conditions with if

2012-04-22 Thread Jigal van Hemert
Hi, On 22-4-2012 12:32, Katja Lampela wrote: But I was stupid, I didn't mention the field1 is timestamp for which I need to make the conversion to human readable mode. The original 10 object should have been: 10 = TEXT 10 { if { isTrue = ###FIELD1### } value = ###FIELD2### strftime = %d.%m.% }

Re: [TYPO3-english] multiple conditions with if

2012-04-22 Thread Katja Lampela
Hi, 22.4.2012 13:32, Katja Lampela kirjoitti: Hi, 22.4.2012 12:49, Jigal van Hemert kirjoitti: Hi, On 22-4-2012 10:52, Katja Lampela wrote: Hi, I need to get this condition chain: show field1 (10 below) if field1 is empty show field2 (20) if both field1 and field2 are empty, show some text

Re: [TYPO3-english] multiple conditions with if

2012-04-22 Thread Katja Lampela
Hi, 22.4.2012 12:49, Jigal van Hemert kirjoitti: Hi, On 22-4-2012 10:52, Katja Lampela wrote: Hi, I need to get this condition chain: show field1 (10 below) if field1 is empty show field2 (20) if both field1 and field2 are empty, show some text (30) 10 = TEXT 10 { value = field1 ifEmpty.cO

Re: [TYPO3-english] multiple conditions with if

2012-04-22 Thread Jigal van Hemert
Hi, On 22-4-2012 10:52, Katja Lampela wrote: Hi, I need to get this condition chain: show field1 (10 below) if field1 is empty show field2 (20) if both field1 and field2 are empty, show some text (30) 10 = TEXT 10 { value = field1 ifEmpty.cObject = TEXT ifEmpty.cObjec

[TYPO3-english] multiple conditions with if

2012-04-22 Thread Katja Lampela
Hi, I need to get this condition chain: show field1 (10 below) if field1 is empty show field2 (20) if both field1 and field2 are empty, show some text (30) I try to make it with following COA 10 = TEXT 10 { if { isTrue = ###FIELD1###

Re: [TYPO3-english] upgrade 4.4 -> 4.6 - strange behavior on tt_news pages

2012-04-22 Thread Kay Strobach
tt_news 3.2.0 has a known caching issue ;) Regards Kay Am 22.04.2012 07:56, schrieb Jigal van Hemert: > Hi Douglas, > > On 22-4-2012 3:59, Douglas La Farge wrote: >> I am rendering our menus with gmenu_layers and tmenu_layers. > [...] >> on page reload when you hover over a menu the drop down ap