[TYPO3] tmenu on submenu items
Peter Klein
peter at umloud.dk
Mon Dec 18 10:34:48 CET 2006
Hi Dave.
Use "entryLevel" or "special = directory"
--
Peter Klein/Umloud Untd
"dave typo" <typothree at gmail.com> skrev i en meddelelse
news:mailman.24856.1166430843.21325.typo3-english at lists.netfielders.de...
> this seems so simple, yet i can't get it to work
>
> how do i make a tmenu of secondary hierarchial pages using lib
> (templavoila) typoscript?
>
> For example, if this is my hierarchy:
>
> pageone (id 1)
> pagetwo (id 2)
> pagethree (id 3)
> pagefour (id 4)
>
> how would i make it so that a menu shows id's 2, 3 and 4 only?
>
> I thought this would work:
>
>
> lib.topMenu = TMENU
> lib.topMenu = HMENU
> lib.topMenu.special = list
> lib.topMenu.special.value = 2, 3, 4
> lib.topMenu.1 {
> NO.allWrap <div id="nav_menu"> |</div>
> NO.Wrap.htmlSpecialChars = 1
> }
>
> but doesn't.
>
> thanks for the help!
>
> -dave
More information about the TYPO3-english
mailing list