[TYPO3-german] FCE mit IMAGE erzeugen...geloest...

Thomas Janke janke at imco.DOT.de
Mon Feb 19 18:18:04 CET 2007


> K. Zugberg wrote:
>> Hallo Thomas,
>>
>> beim mir sieht die Konfiguration für ein Bild im FCE ungefähr so aus:
>>
>> <TypoScript>
>>    10 = IMAGE
>>    10.file.import = uploads/tx_templavoila/
>>    10.file.import.current = 1
>>    10.file.import.listNum = 0
>>    10.file.maxW = 120
>>    10.file.maxH = 130
>>    10.params = class="alignLeft"
>> </TypoScript>

> 
Es kann so einfach sein:

10 = COA
{
   10 = IMAGE
   10.file.import {
     cObject = TEXT
     cObject.field = field_img_src
   }
   10.file.maxW = 120
   10.file.maxH = 130
}

Das ist meine Lösung. Jetzt steht mir durch ein Linkfield der Pfad
komplett zur Verfuegung auch fuer Image-Elemente.

Danke fuer eure Tipps und Hinweise, die mich auch die richtige Faehrte
gelockt haben.

Gruss Thomas


More information about the TYPO3-german mailing list