[TYPO3-templavoila] no content after update to 4.1.2

Philipp Holdener philipp at holdener.ch
Fri Aug 17 13:50:43 CEST 2007


I have the same problem in a other project with this DS

No text in the Frontend after update from 4.1.1 to 4.1.2 !! Strange!
Is this a 4.1.2 issue?

<T3DataStructure>
     <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_bild type="array">
                 <tx_templavoila type="array">
                     <title>Occasions-Foto</title>
                     <sample_data type="array">
                         <numIndex index="0"></numIndex>
                     </sample_data>
                     <eType>imagefixed</eType>
                     <TypoScript><![CDATA[
	10 = IMAGE
	10.file.import = uploads/tx_templavoila/
	10.file.import.current = 1
	10.file.import.listNum = 0
	10.file.maxW = 200
	
###################################
### BEGIN code to enlarge image ###
###################################
10.imageLinkWrap = 1
10.imageLinkWrap {
   bodyTag = <body style="background-color:#fff;">
   wrap = <a href="javascript:close();"> | </a>
   width = 800m
   height = 600m
   effects=
   JSwindow = 1
   JSwindows {
     newWindow = 0
     expand = 17,20
     }

   enable = 1
   typolink.parameter.field=image_link
   typolink.extTarget = _blank
}
#################################
### END code to enlarge image ###
#################################


	]]></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>Occasion Foto</label>
                 </TCEforms>
             </field_bild>
             <field_titel type="array">
                 <tx_templavoila type="array">
                     <title>Occasionstitel</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>Occasionstitel</label>
                 </TCEforms>
             </field_titel>
             <field_details type="array">
                 <tx_templavoila type="array">
                     <title>Occasionens-Details</title>
                     <sample_data type="array">
                         <numIndex index="0"></numIndex>
                     </sample_data>
                     <eType>text</eType>
                     <proc type="array">
                         <HSC type="integer">1</HSC>
                     </proc>
                 </tx_templavoila>
                 <TCEforms type="array">
                     <config type="array">
                         <type>text</type>
                         <cols>48</cols>
                         <rows>5</rows>
                     </config>
                     <label>Occasionen-Details (Alter, Farbe etc)</label>
                 </TCEforms>
             </field_details>
             <field_preis type="array">
                 <tx_templavoila type="array">
                     <title>Preis-Occasionsinstrument</title>
                     <sample_data type="array">
                         <numIndex index="0">Preis</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>Preis des Occasionsinstruments</label>
                 </TCEforms>
             </field_preis>
         </el>
     </ROOT>
</T3DataStructure>


More information about the TYPO3-project-templavoila mailing list