[TYPO3-german] 2. Sprache in Typo3 wird nicht dargestellt

JoH asenau info at cybercraft.de
Tue May 4 16:13:14 CEST 2010


> Eigenes TypoScript, im Template eingeschlossen: CSS Styled Content.
>
> Ein Marker wäre z.B.:
> # TEXT_UNTEN
> TEXT_UNTEN = COA
> TEXT_UNTEN.50 = CONTENT
> TEXT_UNTEN.50 {
> table = tt_content
> select.where = colPos = 4
> select.orderBy = sorting
> }

Das hatte ich mir fast gedacht ;-)
Mach da mal folgendes rein:

TEXT_UNTEN = COA
TEXT_UNTEN {
  50 = CONTENT
  50 {
    table = tt_content
    select {
      where = colPos = 4
      orderBy = sorting
      languageField = sys_language_uid
    }
  }
}

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com




More information about the TYPO3-german mailing list