hallo ihr da draußen,
ich habe folgendes Problem:
ich habe eine 4-sprachige Seite. deutsch/englisch/russisch/arabisch. Jetzt möchte ich aber, dass die englischen Inhalte angezeigt werden, wenn auf der arabischen seite keine inhalte vorhanden sind. und nicht die deutschen, so wie's momentan ist. grummel.
hoffe ihr könnt helfen?!
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37:
| config.linkVars = L config.sys_language_uid = 0 config.language = de config.locale_all = de_DE [globalVar = GP:L = 0] config.sys_language_uid = 0 config.language = de config.locale_all = de_DE config.htmlTag_langKey = de [global] [globalVar = GP:L = 1] config.sys_language_uid = 4 config.language = en config.locale_all = en_EN config.htmlTag_langKey = en [global] [globalVar = GP:L = 2] config.sys_language_uid = 5 config.language = ru config.locale_all = ru_RU config.htmlTag_langKey = ru [global] [globalVar = GP:L = 3] config.sys_language_uid = 6 config.sys_language_mode = content_fallback:1 config.sys_language_overlay = 1 config.language = ae config.locale_all = ae_AE config.htmlTag_langKey = ae page.includeCSS.file4 = fileadmin/css/content_ae.css [global] |
LG, thekla.