[TYPO3-german] Ein leeren Feld in FCE nicht ausgeben
Benyahya, Fahd
fahd.benyahya at netmoms.de
Fri Feb 18 12:46:34 CET 2011
Hallo zusammen,
Ich hab ein div als inner gemappt und ich will, dass wenn keinen Content
drin ist dass das div dementsprechend auch nicht ausgegeben wird.
Ich hab gerade durch die Communiuty eine Lösung bekommen, die aber mir nicht
so richtig hinhaut.
* 20 = RECORDS
20.source.current=1
20.tables=tt_content
20.stdWrap.wrap = <img src="#" />|
20.stdWrap.required = 1*
Selbst wenn ich einen Content eingebe ein Bild zb, wird es im Frontend
nicht angezeigt.
Soll ich vielleicht eine If-abfrage zuerst durchführen, oder machte ich
etwas falsches mit Typoscript?
<field_image type="array">
<tx_templavoila type="array">
<title>Image</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>image</eType>
*<TypoScript>
10 = IMAGE
10.file.import = uploads/tx_templavoila/
10.file.import.current = 1
10.file.import.listNum = 0
20 = RECORDS
20.source.current=1
20.tables=tt_content
20.stdWrap.wrap = <img src="#" />|
20.stdWrap.required = 1
</TypoScript>*
<preview></preview>
</tx_templavoila>
<TCEforms type="array">
<label>Image</label>
<config type="array">
<type>group</type>
<internal_type>file</internal_type>
<allowed>gif,png,jpg,jpeg</allowed>
<max_size>1000</max_size>
<uploadfolder>uploads/tx_templavoila</uploadfolder>
<show_thumbs>1</show_thumbs>
<size>1</size>
<maxitems>1</maxitems>
<minitems>0</minitems>
</config>
</TCEforms>
</field_image>
More information about the TYPO3-german
mailing list