[TYPO3-german] TemplaVoila: Fields innerhalb von Section werden nicht im FE ausgegeben
Johannes Dörr
groups at johannesdoerr.de
Sat Sep 5 19:34:53 CEST 2009
Hi!
TemplaVoila gibt mir Rätel auf... Ich hoffe, mir kann hier jemand
helfen, denn bei dem Folgenden hatte ich bisher nie Probleme.
Also ich habe ein TS, das so aussieht:
CO Root
EL Main Nav
EL Bottom Nav
SC Pictures
CO Picture
EL Title
Auf der Seite sollen Bilder angezeigt werden, die einen Seitentitel
haben usw. Komischerweise wird alles unterhalb von SC Pictures nicht mit
Inhalt gefüllt, es bleibt der Code aus der Seitenvorlage dort stehen.
Die Fields sind korrekt gemapt und es ist auch Inhalt auf der Seite
vorhanden.
Wenn ich testweise das "Make Container a section" rausnehme, dann
scheint es zu funktionieren. Ich muss dann in der Seite das Textfeld für
Title neu füllen, dann wird der Text im FE angezeigt.
Wenn ich "Make Container a section" wieder auswähle, bleibt der alte
Inhalt im FE stehen, so als wäre der Cache nicht geleert worden. Er
wurde aber geleert (wenn ich den Inahlt von Bottom Nav ändere, wird
diese Änderung sichtbar, cache wird also aktualisiert).
Woran kann das liegen? Es bringt mich echt zum verzweifeln.
Hier das XML des TS:
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<T3DataStructure>
<meta type="array">
<langDisable>1</langDisable>
</meta>
<ROOT type="array">
<tx_templavoila type="array">
<title>ROOT</title>
<description>Wählen Sie das HTML-Element der Seite, das Sie als
übergeordnetes Container-Element der Vorlage möchten.</description>
</tx_templavoila>
<type>array</type>
<el type="array">
<field_mainnav type="array">
<tx_templavoila type="array">
<title>Main Nav</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<TypoScriptObjPath>lib.mainnav</TypoScriptObjPath>
</tx_templavoila>
</field_mainnav>
<field_bottomnav type="array">
<tx_templavoila type="array">
<title>Bottom Nav</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>input</eType>
<eType_EXTRA type="array">
<objPath>lib.bottomnav</objPath>
</eType_EXTRA>
<proc type="array">
<HSC type="integer">1</HSC>
</proc>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>input</type>
<size>48</size>
<eval>trim</eval>
</config>
<label>Bottom Nav</label>
</TCEforms>
</field_bottomnav>
<field_pictures type="array">
<type>array</type>
<tx_templavoila type="array">
<title>Pictures</title>
<eType>input</eType>
</tx_templavoila>
<el type="array">
<field_picture_item type="array">
<type>array</type>
<tx_templavoila type="array">
<title>Picture</title>
<eType>input</eType>
</tx_templavoila>
<el type="array">
<field_picture_title type="array">
<tx_templavoila type="array">
<title>Title</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>input</eType>
<proc type="array">
<HSC type="integer">1</HSC>
</proc>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>input</type>
<size>48</size>
<eval>trim</eval>
</config>
<label>Title</label>
</TCEforms>
</field_picture_title>
</el>
</field_picture_item>
</el>
<section>1</section>
</field_pictures>
</el>
</ROOT>
</T3DataStructure>
Viele Grüße,
Johannes
More information about the TYPO3-german
mailing list