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

Claudio Strizzolo claudio.strizzolo at ts.nogarb.ageinfn.it
Thu Jul 2 11:14:17 CEST 2009


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?my=xyz,300,500

but this does not work.
Any hints?
Thanks in advance

Claudio


More information about the TYPO3-english mailing list