Hallo zusammen, habe das Forum schon durchsucht und den Hinweis auf das notwendige static include CSS Styled Content gefunden. Aber daran liegt es bei mir nicht.
Habe Typo3 & TemplaVoila installiert. Bis gestern lief alles problemlos. Nach einer Änderung an der TemplaVoila DS zeigt das System keine Inhaltselemente mehr an. Im Quelltext sehe ich statt der Content Elements nur die TYPO3SEARCH_begin + -end - Tags. Alle anderen TemplaVoila Element Types werden wunderbar angezeigt, beispielsweise TypoScriptObjPath - da gibt es seltsamerweise keine Probleme.
Wahrscheinlich hat jemand ein anderer "Administrator" ohne mein Wissen etwas geändert. Würde natürlich gerne der Originalzustand haben. Seltsamerweise geht es mit der Rollback / Undo-Funktion nicht, bzw, es verändert sich nichts am Problem.
Könnt ihr mir vielleicht dabei weiterhelfen?
Quelltext der Datenstruktur (Bin beim Formatieren nicht so gut, aber ich lerne schnell, falss mir jemand einen Tipp gibt)
Zitat:
<?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>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_content type="array">
<tx_templavoila type="array">
<title>Inhaltselemente</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>ce</eType>
<TypoScript><![CDATA[
10= RECORDS
10.source.current=1
10.tables = tt_content
10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
]]></TypoScript>
<oldStyleColumnNumber type="integer">0</oldStyleColumnNumber>
<tags>*:inner</tags>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>group</type>
<internal_type>db</internal_type>
<allowed>tt_content</allowed>
<size>5</size>
<maxitems>200</maxitems>
<minitems>0</minitems>
<multiple>1</multiple>
<show_thumbs>1</show_thumbs>
</config>
<label>Inhaltselemente</label>
</TCEforms>
</field_content>
<field_kopfzeile type="array">
<tx_templavoila type="array">
<title>Kopfzeilenlinks</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<TypoScriptObjPath>lib.kopfzeile</TypoScriptObjPath>
</tx_templavoila>
</field_kopfzeile>
<field_navigation type="array">
<tx_templavoila type="array">
<title>Navigation</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<tags>*:inner</tags>
<TypoScriptObjPath>lib.navigation</TypoScriptObjPath>
</tx_templavoila>
</field_navigation>
<field_footer type="array">
<tx_templavoila type="array">
<title>Fußzeile</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<TypoScriptObjPath>lib.footer</TypoScriptObjPath>
</tx_templavoila>
</field_footer>
<field_news type="array">
<tx_templavoila type="array">
<title>Newsbereich</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<TypoScriptObjPath>lib.newsspalte</TypoScriptObjPath>
</tx_templavoila>
</field_news>
</el>
</ROOT>
</T3DataStructure>
|