[TYPO3-german] Problem mit Conditions
Ercan Karadeniz
ercan_karadeniz at hotmail.com
Sat Oct 13 14:27:01 CEST 2007
Hi Thomas,
versucht bitte mal,
config{
doctype = xhtml_trans
xhtml_clearing = all
language = de
locale_all = de_DE
htmlTag_langKey = de
}
[browser = msie]
config.xmlprologue = none
[global]
das müsste gehen.
Gruß,
Ercan Karadeniz
-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.netfielders.de
[mailto:typo3-german-bounces at lists.netfielders.de] Im Auftrag von Thomas
Pries
Gesendet: Samstag, 13. Oktober 2007 14:22
An: typo3-german at lists.netfielders.de
Betreff: [TYPO3-german] Problem mit Conditions
Hallo,
ich versuche gerade eine mehrsprachige Seite zu bauen und habe irgend wie
ein
Problem mit den Conditions.
Ich habe ein möglichst einfaches Beispiel gebaut, was man in allen Büchern
und
überall im Netz findet. Folgender TypoScript Code:
config{
doctype = xhtml_trans
xhtml_clearing = all
language = de
locale_all = de_DE
htmlTag_langKey = de
[browser = msie]
xmlprologue = none
[global]
}
page = PAGE
page.100 = COA
page.100{
20 = TEXT
20.value = !Vorher!
[browser = msie]
20.value = Internet Explorer
[browser = netscape]
20.value = Firefox
[ELSE]
20.value = UNKNOWN
[GLOBAL]
30 = TEXT
30.value = "ABC ... def"
# der eigentliche Inhaltsbereich
40 = COA
40{
wrap = <div> | </div>
10 = CONTENT
10{
table = tt_content
select{
orderBy = sorting
where = colPos=0
}
}
}
}
Wenn ich die Seite mit Firefox aufrufe und mir den Seitenquelltext ansehe
sieht das so aus: <body>UNKNOWN</body>, d.h. die restlichen Elemente (also
30
und 40) werden nicht ausgegeben. Sobald ich die Conditions rausnehme
funktioniert es.
Ich sehe meinen Fehler einfach nicht, wo liegt das Problem?
Gruß
Thomas
_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
More information about the TYPO3-german
mailing list