[TYPO3] REALURL problem with chinese localisation - menu links not working

G.Unger skyfreak1 at gmx.net
Tue Jul 15 14:09:16 CEST 2008


hello

sorry maybe I explained myself wrong.

the main menu does show up right, but when one clicks on any link it  
jumps to eng.

I have changed

<?php
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = array (
  '_DEFAULT' => array (

      [stripped]

          '1' => array (
              'GETvar' => 'L',
                'valueMap' => array(
                      'en' => '0',
                      'de' => '1',
                      'cn' => '2',
                ),
              'valueDefault' => 'en',

... instead of 'valueDefault' => '0',

but that didnt do the job.

the links behind the mainmenu items simply miss the /cn/ in the url :(

rgds
GUIDO



Am 15.07.2008 um 14:01 schrieb Xavier Perseguers:

> Hello,
>
>> <?php
>> $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = array (
>>  '_DEFAULT' => array (
>>
>>      [stripped]
>>
>>          '1' => array (
>>              'GETvar' => 'L',
>>                'valueMap' => array(
>>                      'en' => '0',
>>                      'de' => '1',
>>                      'cn' => '2',
>>                ),
>>              'valueDefault' => '0',
>
> valueDefault should be 'en'.
>
>> I have cleared all caches, but in FE the mainnavigation does not  
>> give me
>> any /cn/ in url at all :(
>>
>> to be seen in frontend e.g. here:
>> http://www.swiss-securitas.com/?L=2
>
> Why does the language menu not show the China language?
>
> -- 
> Xavier Perseguers
> http://xavier.perseguers.ch/en/tutorials/typo3.html
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list