[TYPO3] Duplicate L-variable in links

Martin Mifsud martin.mifsud at bikealert.com
Fri Apr 18 11:59:50 CEST 2008


Isn't it supposed to be [GlobalVar = GP:L = 0] etc?

Martin

-------- Original Message  --------
Subject: [TYPO3] Duplicate L-variable in links
From: Tommi Rintala <tommi.rintala at lhmhakkuri.com>
To: typo3-english at lists.netfielders.de
Date: 18/04/2008 10:24
> 
> Problem is that in the language flags the url's get double L-variables.
> for example in swedish link (svenska in template code) the url becomes
> after couple clicks to:
> 
> http://www.site.com/index.php?id=25&L=0&L=1
> 
> Which does not change the language to 1, since there are two L's. And
> propably typo takes the first one.
> 
> ###
> config {
>    linkVars = L
>    sys_language_mode = content_fallback
>    sys_language_overlay = hideNonTranslated
> }
> 
> [GlobalVar GP:L=0]
>    sys_language_uid = 0
>    locale_all = fi_FI
> 
> [GlobalVar GP:L=1]
> config {
>    sys_language_uid = 1
>    language = se
>    locale_all = se_SE
> }
> 
> [GlobalVar GP:L=2]
> config {
>    sys_language_uid = 2
>    language = en
>    locale_all = en_GB
> }


-- 
Martin Mifsud



More information about the TYPO3-english mailing list