[TYPO3-templavoila] ANN: TemplaVoila 1.2

Cate & Peter catepeter at optusnet.com.au
Thu Jul 12 02:41:43 CEST 2007


Hi Dmitry

>I felt that I know where the problem could be :D And seems like it is 
>very easy to solve :)... 

>What you need to do is go to edit your DS record and remove that line 
>from your DS. You will have your content back :)

So, having stuffed up my other template trying to fix this problem of losing
content, this time I learned :) and went to the solution you posted ...
only, I don't seem to have the myObject line you are talking about.

Am I blind? I am looking in field_wikicontent, as it is the only one that
has the Typoscript in it...

Cate

<?xml version="1.0" encoding="utf-8" 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_wikicontent type="array">
				<tx_templavoila type="array">
					<title></title>
					<sample_data type="array">
						<numIndex
index="0"></numIndex>
					</sample_data>
					<eType>ce</eType>
					<tags>*:inner</tags>
					<TypoScript>
	10= RECORDS
	10.source.current=1
	10.tables = tt_content
	10.wrap = &lt;!--TYPO3SEARCH_begin--&gt; |
&lt;!--TYPO3SEARCH_end--&gt;
                    </TypoScript>
					<oldStyleColumnNumber
type="integer">0</oldStyleColumnNumber>
				</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></label>
				</TCEforms>
			</field_wikicontent>
			<field_breadcrumbs type="array">
				<tx_templavoila type="array">
					<title></title>
					<sample_data type="array">
						<numIndex
index="0"></numIndex>
					</sample_data>
					<eType>TypoScriptObject</eType>
					<tags>*:inner</tags>
	
<TypoScriptObjPath>lib.breadcrumbs</TypoScriptObjPath>
				</tx_templavoila>
			</field_breadcrumbs>
			<field_topnav type="array">
				<tx_templavoila type="array">
					<title></title>
					<sample_data type="array">
						<numIndex
index="0"></numIndex>
					</sample_data>
					<eType>TypoScriptObject</eType>
					<tags>*:inner</tags>
	
<TypoScriptObjPath>lib.topnav</TypoScriptObjPath>
				</tx_templavoila>
			</field_topnav>
			<field_spokename type="array">
				<tx_templavoila type="array">
					<title></title>
					<sample_data type="array">
						<numIndex
index="0"></numIndex>
					</sample_data>
					<eType>TypoScriptObject</eType>
					<tags>*:inner</tags>
	
<TypoScriptObjPath>lib.spokename</TypoScriptObjPath>
				</tx_templavoila>
			</field_spokename>
			<field_spokenav type="array">
				<tx_templavoila type="array">
					<title></title>
					<sample_data type="array">
						<numIndex
index="0"></numIndex>
					</sample_data>
					<eType>TypoScriptObject</eType>
					<tags>*:inner</tags>
	
<TypoScriptObjPath>lib.spokenav</TypoScriptObjPath>
				</tx_templavoila>
			</field_spokenav>
			<field_infohubnav type="array">
				<tx_templavoila type="array">
					<title></title>
					<sample_data type="array">
						<numIndex
index="0"></numIndex>
					</sample_data>
					<eType>TypoScriptObject</eType>
					<tags>*:inner</tags>
	
<TypoScriptObjPath>lib.infohubnav</TypoScriptObjPath>
				</tx_templavoila>
			</field_infohubnav>
			<field_todaysdate type="array">
				<tx_templavoila type="array">
					<title></title>
					<sample_data type="array">
						<numIndex
index="0"></numIndex>
					</sample_data>
					<eType>TypoScriptObject</eType>
					<tags>*:inner</tags>
	
<TypoScriptObjPath>lib.todaysdate</TypoScriptObjPath>
				</tx_templavoila>
			</field_todaysdate>
			<field_copyright type="array">
				<tx_templavoila type="array">
					<title></title>
					<sample_data type="array">
						<numIndex
index="0"></numIndex>
					</sample_data>
					<eType>TypoScriptObject</eType>
					<tags>*:inner</tags>
	
<TypoScriptObjPath>lib.copyright</TypoScriptObjPath>
				</tx_templavoila>
			</field_copyright>
		</el>
	</ROOT>
</T3DataStructure>




More information about the TYPO3-project-templavoila mailing list