Leider ändert sich dadurch auch nichts.

Wenn ich die Infos zum Datensatz mir anzeigen lasse:
References From this item
############################################################################
##########################
Field:          Flexpointer:    Softref Key:    Sorting:        Ref Table:
Ref Uid:        Ref String:
bodytext                                        typolink_tag    -1
pages                   7       
bodytext                                        typolink_tag    -1
tt_content              16      
bodytext                                        typolink_tag    -1
pages                   11      
bodytext                                        typolink_tag    -1
tt_content              100     
sys_language_uid
0       sys_language    1       
l18n_parent
0       tt_content              66      
############################################################################
##########################

Wie gesagt wenn ich sys_language_mode und sys_language_overlay ausblende
werden beide Inhalte dargestellt.

Habt Ihr irgendwo noch eine Anleitung die 100% läuft? Wo ich vielleicht
nochmal Schritt für Schritt durchgehen kann was ich falsch mache?

Grüße

Tobias


-----Ursprüngliche Nachricht-----
Von: typo3-german-boun...@lists.typo3.org
[mailto:typo3-german-boun...@lists.typo3.org] Im Auftrag von JoH asenau
Gesendet: Dienstag, 4. Mai 2010 16:13
An: typo3-german@lists.typo3.org
Betreff: Re: [TYPO3-german] 2. Sprache in Typo3 wird nicht dargestellt

> Eigenes TypoScript, im Template eingeschlossen: CSS Styled Content.
>
> Ein Marker wdre 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



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

Antwort per Email an