[TYPO3] Global HMENU configuration?

Xavier Perseguers typo3 at perseguers.ch
Mon Aug 18 11:38:41 CEST 2008


Hi Niels,

> Is there some way to affect the HMENU globally through TS? I need to 
> excludeUidList some entries of the page-tree for all generators, based 
> on a dynamic property.

What about something like that:

myGlobalHMENU = HMENU
myGlobalHMENU.excludeUidList = 1,2,3,4

and then

page.10 < myGlobalHMENU
page.10 {
	# whatever
}

lib.breadcrumb < myGlobalHMENU
lib.breadcrumb {
	# whatever
}

...

HTH

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en


More information about the TYPO3-english mailing list