[TYPO3-english] CoolURI - Problem with indexed_search and print review

la_vicci at arcor.de la_vicci at arcor.de
Tue Aug 7 07:07:55 CEST 2012


Hey,

> This looks like you don't have correct mapping for L parameter. Paste 
> here the complete <valuemaps> element.

<valuemaps>

    <valuemap>
      <parameter>L</parameter>
      <!-- L is empty of 0, result is empty -->
      <value key="">0</value>
      <!-- L is 1, result is "en" -->
      <value key="en">1</value>
    </valuemap>

    <valuemap>
      <parameter>print</parameter>
      <value key="print">1</value>
    </valuemap>

 </valuemaps>

That's all. The language switch works fine, it's just about the print review.


> I'd say the /?id=66 is redirected to something like /search, loosing 
> post on the way. Change the action attribute to actual "cool" link and 
> see if it works.

Things can be so easy. Actually I can't believe I didn't find this solution by myself. So, 2nd problem is solved. :P

Thanks a lot.

Best regards

Vicci


More information about the TYPO3-english mailing list