[TYPO3-templavoila] content slide with TV for more than 1 language
    Ralf-René Schröder 
    ralf.rene at online.de
       
    Wed Aug 19 11:49:44 CEST 2009
    
    
  
Hello...
TV is a great extension, but now i have a little problem.
i slide content in one collumn with
<field_sidecontent type="array">
	<tx_templavoila type="array">
		<TypoScript>
<![CDATA[
   10 = CONTENT
   10.table = tt_content
   10.select.where = colPos=1
   10.slide = -1
   10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
]]>
		</TypoScript>
	</tx_templavoila>
</field_sidecontent>
works fine in my first language, but for translated sites i get the 
content twice, any suggestions ???
    
    
More information about the TYPO3-project-templavoila
mailing list