[TYPO3-UG Italy] doppia localization su sito multi lingua senza TV
    laures at libero.it 
    laures at libero.it
       
    Wed Oct 13 23:18:59 CEST 2010
    
    
  
Ciao Roberto,
grazie per il suggerimento che si è rivelato giusto!! Ho inserito "select.languageField = sys_language_uid" alla fine di ognuno dei 3 blocchi e si è tutto risolto. Grazie davvero :)
Laura
 
Ciao Laura!
Il giorno 13 ottobre 2010 17:44, laures at libero.it <laures at libero.it> ha scritto:
  LEFT-MARKER = CONTENT
  LEFT-MARKER {
     table = tt_content
     select.orderBy = sorting
     select.where = colPos = 1
  }
  MIDDLE-MARKER = CONTENT
  MIDDLE-MARKER {
     table = tt_content
     select.orderBy = sorting
     select.where = colPos = 0
  }
  RIGHT-MARKER = CONTENT
  RIGHT-MARKER {
     table = tt_content
     select.orderBy = sorting
     select.where = colPos = 2
  }
Prova ad aggiungere nei tre blocchi sopra (allo stesso livello di select.where) la riga:
select.languageField = sys_language_uid
Ciao
Roberto
 
    
    
More information about the TYPO3-UG-Italy
mailing list