[TYPO3-german] Problem mit der Ext:wurfl
JCL - Johannes C. Laxander
jc at laxander.com
Sun Jul 22 12:38:49 CEST 2012
Hallo,
hat jemand Erfahrung mit der Extension 'wurfl'?
"Typo3 implementation of the \'Wireless Universal Resource File\' (Wurfl). It is an XML configuration file which contains information about capabilities and features of several wireless devices, that access WAP pages."
Wenn ich alles richtig verstanden habe, wird die TypoScript condition "[device = wap]" entsprechend erweitert und die Prüfung der divices erfolgt gegen die XML Liste. Deshalb steuere ich in meinem TypoScript, welche CSS-Datei ich einbinde:
[device = wap]
page.includeCSS {
file1 = fileadmin/templates/css/mobile.css
file1.media = handheld
}
[else]
page.includeCSS {
file1 = fileadmin/templates/css/styles.css
file1.media = screen
}
[global]
Ich habe die Extension gerade installiert, aber im BE wird bei Auswahl des Moduls eine leere Seite angezeigt! Auch wenn ich mit meinem Nokia N8 auf die Seite gehe, wird weiterhin das CSS-File styles.css verwendet.
Johannes.
More information about the TYPO3-german
mailing list