[TYPO3-english] HMENU: list of pages with arguments
    Tapio Markula 
    tapio.markula at xetpoint.fi
       
    Thu Jul  2 12:01:43 CEST 2009
    
    
  
Claudio Strizzolo kirjoitti:
> Hi all,
> I'm trying to set up a HMENU to a list of pages uids. So far so good:
> 
> results = HMENU
> results {
>   special = list
>   special.value = 200,300,500
>   1 = TMENU
>   1 {
>     NO.allWrap = <li>|</li>
>   }
>   wrap = <ul>|</ul>
> }
> 
> 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|*| |*|
}
    
    
More information about the TYPO3-english
mailing list