[TYPO3-obts] Filtered submenus

Ernesto Baschny [cron IT] ernst at cron-it.de
Fri Oct 23 19:06:37 CEST 2009


Hi,

I guess you posted to the wrong group. "obts" is a very different thing
(and is probably a dead project). So you better post your question to
the typo3 general mailing list.

Cheers,
Ernesto

Markus schrieb:
> 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