Am 12.10.2012 15:13, schrieb Harish A:
Hey there,

I am developing a TYPO3 website with multilanguage support. I  am using
TemplaVoila for template mapping. Site works in both languages. But *content
added with Typoscript in TemplaVoila mapping is rendered only in default
language, in other languages content from Typoscript is missing.*

here is my typoscript:

     lib.autherInfo = CONTENT
     lib.autherInfo {
       table = tt_content
   select {
             selectFields = cruser_id
          }

For the language overlay to work, you also need to specify "languageField" with the field that points to the system languages like this:

lib.autherInfo = CONTENT
lib.autherInfo {
  table = tt_content
  select {
    selectFields = cruser_id
    languageField = sys_language_uid
  }

Cheers,

Christian


_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to