[TYPO3-dev] TV content elements problem in DS with multiple Language

achim.gerber at typo3-china.com achim.gerber at typo3-china.com
Thu May 17 06:56:35 CEST 2007


 

Hi All,

 

I had a problem displaying the content of localized content in a TV page template. Only after changing the TS of the content elements I got the localized view.

 

It took me quite some time to find out that the default value is not correct (at least with my configuration). What do I have to change in my configuration – or is it possible to get the default changed to something working with multi language.

 

Greetings - Achim

 

Below I uncommented the default TS…

 

      <meta type="array">

            <langChildren type="integer">0</langChildren>

            <langDisable type="integer">0</langDisable>

      </meta>

[…]

              <TypoScript>

        10 = CONTENT

        10 {

                table = tt_content

                select {

                        where = colPos = 0

                        orderBy = sorting

                        languageField = sys_language_uid

                }

        }                    

        

#    10= RECORDS

#    10.source.current=1

#    10.tables = tt_content

#   10.wrap = &lt;!--TYPO3SEARCH_begin--&gt; | &lt;!--TYPO3SEARCH_end--&gt;

                    </TypoScript>





More information about the TYPO3-dev mailing list