[TYPO3-german] FCE-Bild-Breite nach Seitentemplate bestimmen?

Nicole shizu__ at hotmail.com
Sat Jul 24 23:51:28 CEST 2010


Okay, ähm.. Aktualisierung.

Die Spalten und alles ist wieder da, aber die Bildbreite greift nicht. 
Code wie folgt:

Template normal
10 = LOAD_REGISTER
10.fceBasedImageWidth = template_normal
20 < lib.content
30 = RESTORE_REGISTER
30= RECORDS
30.source.current=1
30.tables = tt_content

Template breit
10 = LOAD_REGISTER
10.fceBasedImageWidth = template_breit
20 < lib.content
30 = RESTORE_REGISTER
30= RECORDS
30.source.current=1
30.tables = tt_content

FCE 2spaltig
10 = LOAD_REGISTER
10.maxImageWidth.cObj = CASE
10.maxImageWidth.cObj {
   key.data = register : fceBasedImageWidth
   template_normal = TEXT
   template_normal.value = 252
   template_breit = TEXT
   template_breit.value = 350
}
20 = RECORDS
30 = RESTORE_REGISTER
30 = RECORDS
30.source.current=1
30.tables = tt_content

FCE 3spaltig
10 = LOAD_REGISTER
10.maxImageWidth.cObj = CASE
10.maxImageWidth.cObj {
   key.data = register : fceBasedImageWidth
   template_normal = TEXT
   template_normal.value = 167
   template_breit = TEXT
   template_breit.value = 235
}
20 = RECORDS
30 = RESTORE_REGISTER
30 = RECORDS
30.source.current=1
30.tables = tt_content

Wieso greifen die Angaben nicht?

Gruß
Nicole


More information about the TYPO3-german mailing list