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|*| |*|
}
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to