[TYPO3-ttnews] tt_news and realurl - only standard language title in single view url

Basti Baumann donillo at gmail.com
Fri Apr 25 10:30:42 CEST 2008


Francois Suter schrieb:
> Hi,
> 
>> Thanks, but it didn´t work.
>> I cleared all the caches and regenrated the realurls, but the url ist 
>> still in english.
> 
> Hmm, well it works for me, but it's hard to say why it doesn't for you. 
> Do you use "L" as a language variable? If not, that needs to be changed 
> in the configuration I sent you.
> 
> HTH
> 
Do you mean the preVars?

'preVars' => array(
   array(
     'GETvar' => 'L',
     'valueMap' => array(
          'en' => '0',
          'de' => '1',
          'nl' => '2',
          'fr' => '3',
          'uk' => '4',
          'us' => '5',
     ),
     'valueDefault' => 'de',
     'noMatch' => 'bypass',
   ),
),

Thats are mine.


More information about the TYPO3-project-tt-news mailing list