[TYPO3-english] language switcher with typoscript :: prevar gets lost if linked to default language

2012-03-30 Thread Roland
hi everybody, i wrote this simple language switcher: --- language switcher --- lib.languageSwitcher = TEXT lib.languageSwitcher { value = English typolink { parameter.data = field:uid additionalParams = L=2 } } [globalVar = GP:L=2]

Re: [TYPO3-english] language switcher with typoscript :: prevar gets lost if linked to default language

2012-03-30 Thread Victor Livakovsky
if i visit www.domain.com/de/myPage/ everything woks fine - also the links in my menues and all the links inserted by editors via RTE link to pages like www.domain.com/de/anotherPage/. so there the language prevar does not get lost. any clues, why my language switcher doesn't work like i

Re: [TYPO3-english] language switcher with typoscript :: prevar gets lost if linked to default language

2012-03-30 Thread Roland
hi, thanks for your tipp. the realurl prevars mapping in localconf.php was wrong: i mapped 1/de and 2/en istead of 0/de and 2/en. now it works. roland Hi, Roland. Try to disable RealUrl and check, if L-param is passed via GET. ___ TYPO3-english