[TYPO3-english] hmenu: special directory - is it possible to show the parent page in the menu as well?!

Tyler Kraft tyler.kraft at netefficiency.co.uk
Wed Sep 30 18:47:10 CEST 2009


Really?!

Use
temp.nav = HMENU
temp.nav{
	special =list
	special.value = Page 2 uid
	1=TMENU
	2 < .1
}

(I think that actually might do it!)





Daniel Rutzen wrote:
> 
> I have a page tree like this:
> 
> -- Page 1
> -- Page 2
> ---- Page 2 subA
> ---- Page 2 subB
> ---- Page 2 subC
> -- Page 3
> ---- Page 3 subA
> ---- Page 3 subB
> 
> 
> Now, I would like a menu, that dispays only the parent Page 2, and all 
> its sub-pages. (like this)
> 
>  >> Page 2
> - Page 2 subA
> - Page 2 subB
> - Page 2 subC
> 
> I tried with special = directory, but that doesnt include the parent 
> item itself.
> 
> Anyone a clue ?


More information about the TYPO3-english mailing list