[Typo3] Tmenu and entrylevel

Patrick Scholman typo3 at scholman.org
Wed May 4 11:58:29 CEST 2005


Hello,

My website has a simple structure:

Home
|-Shortcut to Home
|-Page2
|-Page3
|-Page4

The (great!) TemplaVoila wizard created a template with the following 
code for the menu:

## Menu [Begin]
lib.mainMenu = HMENU
lib.mainMenu.entryLevel = 1

lib.mainMenu.1 = TMENU
lib.mainMenu.1.NO {
	allWrap = <li>|</li>
}
	
lib.mainMenu.1.ACT = 1
lib.mainMenu.1.ACT {
	allWrap = <li id="active">|</li>
}
## Menu [End]

This shows the subpages just as it should on 'Home' and 'shortcut to 
Home', but no menu shows on page2,3,4.

I use 3.8.0beta2, TV 0.4, no other extensions installed.

Does anyone have a clue why this should happen?

Thanks,

Patrick



More information about the TYPO3-english mailing list