[TYPO3-english] CoolURI and multilingual menus

Christian Lerrahn typo3 at penpal4u.net
Mon Feb 9 11:40:59 CET 2009


Hi,
I'm trying to use CoolURI on a multilingul site. I've edited the
valuemap from the default configuration, so that it reads like

  <valuemaps>
    <valuemap>
      <parameter>L</parameter>
      <value key="">0</value>
      <value key="de">1</value>
    </valuemap>
  </valuemaps>

However, all the menus in the German version (L=1) still show as
http://www.example.com/abc/def/?L=1

I also tried an additional

 <partorder>  
     <part>valuemaps</part>
     <part>pagepath</part>
     <part>uriparts</part>
     <part>predefinedparts</part>
  </partorder>
  
  <paramorder>
    <param>L</param>
  </paramorder>

to no avail.

All the howtos seem to indicate that everything should work with this
configuration. What am I doing wrong?

Cheers,
Christian


More information about the TYPO3-english mailing list