[TYPO3] Help with HMENU menu items!

Matthew Runo matthew at somethingbig.org
Mon Feb 6 03:18:27 CET 2006


Hi-

I am using the following typoscript in my template to create some menus 
on my website (http://128.114.184.102/)...

page.11 = HMENU
page.11.entryLevel = -1
page.11.wrap = <ul class="csc-menu">|</ul>
page.11.1 = TMENU
page.11.1.collapse = 0
page.11.1.NO {
  expAll = 1
  linkWrap = <li>|</li>
 subst_elementUid = 1  
}

page.11.1.ACT < page.11.1.NO 
page.11.1.ACT = 1
page.11.1.ACT {
  expAll = 1
  linkWrap = <li>|</li>
  subst_elementUid = 1
}


page.10.marks.MENU_LINKS < page.11

That works fine, unless we get to the "lowest level" pages in my site. 
For example, take a look at http://128.114.184.102/index.php?id=7, the 
Advising page. Everything works perfectly. However, when we visit one 
of the children of the Advising page - 
http://128.114.184.102/index.php?id=27 - we see no links. We should 
have the same menu on Advising and on all it's children, but we don't.

I'm not sure what I need to change. Could any TypoScript gods lend me a hand?

Thanks,

Matthew Runo




More information about the TYPO3-english mailing list