[TYPO3-obts] Filtered submenus

Markus markusin at yahoo.de
Fri Oct 23 15:32:48 CEST 2009


hi all,

I wanted to show the menu entries of a subpage from a hidden page with a specific ID. In my code I add the condition that only should show sub elements of specific page (id=16).

The problem is, it is now displayed in the page.

Any idea what is wrong:

regards Markus

***********  code snippet *****************

## Menu [Begin]
#in case of being the static menu
[PIDinRootline = 16]
temp.subMenuStatic = HMENU
temp.subMenuStatic {
	entryLevel = 0
	2 = HMENU
	2 = TMENU
	2 {
		expAll =1
		NO = 1
		NO {
			wrapItemAndSub = <ul><li>|</li></ul>
		}
		ACT = 1
		ACT {
			wrapItemAndSub = <ul><li>|</li></ul>
		}
	}
}
[END]





      


More information about the TYPO3-project-obts mailing list