Hallo Leute,
habe meinen Server umgezogen, und nach der installation von Typo und herrichten der alten Struktur, fällt mir negativ auf das alle elemente, also FCe's zusätzlich einen header verpasst bekommen.
Also ob es ein content element wäre , in der form .csc.header.
Vorher habe ich Content Elemente einfach gemappt und erstellt da kam keine zusätliche Überschrift.
Weiss da jemand Rat?
Lg
Jenny
PS: meine Datenstruktur:
HTML-Code:
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?> <T3DataStructure> <meta type="array"> <langChildren type="integer">1</langChildren> <langDisable type="integer">1</langDisable> </meta> <ROOT type="array"> <tx_templavoila type="array"> <title>ROOT</title> <description>Select the HTML element on the page which you want to be the overall container element for the template.</description> </tx_templavoila> <type>array</type> <el type="array"> <field_header type="array"> <tx_templavoila type="array"> <title>header</title> <sample_data type="array"> <numIndex index="0"></numIndex> </sample_data> <eType>input_h</eType> <TypoScript>
10 = TEXT
10.current = 1
10.typolink.parameter.field = field_link
</TypoScript> </tx_templavoila> <TCEforms type="array"> <config type="array"> <type>input</type> <size>48</size> <eval>trim</eval> </config> <label>header</label> </TCEforms> </field_header> <field_link type="array"> <tx_templavoila type="array"> <title>link</title> <sample_data type="array"> <numIndex index="0"></numIndex> </sample_data> <eType>link</eType> <TypoScript>
10 = TEXT
10.typolink.parameter.current =0
10.typolink.returnLast = url
</TypoScript> <proc type="array"> <HSC type="integer">1</HSC> </proc> </tx_templavoila> <TCEforms type="array"> <config type="array"> <type>input</type> <size>15</size> <max>256</max> <checkbox></checkbox> <eval>trim</eval> <wizards type="array"> <_PADDING type="integer">2</_PADDING> <link type="array"> <type>popup</type> <title>Link</title> <icon>link_popup.gif</icon> <script>browse_links.php?mode=wizard</script> <JSopenParams>height=300,width=500,status=0,menubar=0,scrollbars=1</JSopenParams> </link> </wizards> </config> <label>link</label> </TCEforms> </field_link> <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
10.file.maxW = 200
10.stdWrap.typolink.parameter.field = field_link
</TypoScript> </tx_templavoila> <TCEforms type="array"> <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> <label>image</label> </TCEforms> </field_image> </el> </ROOT> </T3DataStructure>