[TYPO3-english] help with menu please

Xavier Perseguers typo3 at perseguers.ch
Thu Sep 10 18:55:14 CEST 2009


Hello Sara,

> I have the following page structure:
> 
> - Splash page (root level)
>    - Home
>       - Level 3 page 1
>       - Level 3 page 2
> etc
> 
> and need to create a basic horizontal menu on all pages except the 
> splash page:
> 
> Home |  Level 3 page 1 | Level 3 page 2
> 
> I've previously had no problem with this (using the typoscript below) 
> but that was for sites without the top level splash page.
> 
> 10 = TEXT
> 10.field = title
> 10.typolink.parameter.data = leveluid:1
> 10.wrap = <li class="navcontainer">|</li>
> 
> 20 = HMENU
> 20 {
> 1 = TMENU
> 1 {
> NO.allWrap = <li class="navcontainer">|</li>
> ACT = 1
> ACT.allWrap = <li class="navcontainer">|</li>
> }
> }
> 
> wrap = <ul class=navcontainer>|</ul>
> 
> I have tried using different leveluids but I cannot seem to get the menu 
> to appear as it should.

Perhaps

20.entryLevel = 1

will help.

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

One contribution a day keeps the fork away


More information about the TYPO3-english mailing list