[TYPO3-english] HMENU: list of pages with arguments

JoH asenau info at cybercraft.de
Thu Jul 2 13:05:11 CEST 2009


>> Unfortunately, some of the pages need some arguments to be passed in
>> the URL, but I can't find a way to make it work (if any!). I tried
>> with something like:
>>
>>   special.value = 200,300,500
>>
>> but this does not work.
>
> that list must have just integers
>
> you can use option split
>
> NO{
> additionalParams = my=xyz|*| |*|
> }

Won't work as intended since there are some rules for optionSplit:

1. The priority is last, first, middle.
2. If the middle-value is empty (""), the last part of the first-value is
repeated.
3. If the first- or middle value is empty, the first part of the last-value
is repeated before the last value
4. The middle value is rotated.

Rule 2 would be true here, so the last part of the first value will be
repeated, adding my=xyz to all links.

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com
TYPO3 workshops: http://workshops.eqony.com




More information about the TYPO3-english mailing list