[TYPO3] Menus in typo3

Jay Tillery jtillery at netondas.com
Thu Feb 15 21:39:44 CET 2007


Okay. One last question. ;) You can see my menus here 
http://www.timespub.tc/cms/index.php?id=420. What happens is, when the page 
is on the "Home" page I don't need to show Past Articles bar on the right 
side. Do I need to build another template for the home page itself? Also, I 
have to click on the mainlinks, for example "Featured" for my archived 
articles to show. I want the archived article section to show even if I 
click on on of the sublinks as well. How do I achieve that?

-Jay
----- Original Message ----- 
From: "JoH asenau" <info at cybercraft.de>
Newsgroups: typo3.english
To: <typo3-english at lists.netfielders.de>
Sent: Thursday, February 15, 2007 4:02 PM
Subject: Re: [TYPO3] Menus in typo3


> Root
>    |_Home
>    |_Features
>        |__White House
>            |__Archived Articles
>                |__Archived News Item 1
>                |__Archived News Item 2
>                |__Archived News Item 3
>
>
> For this structure:
>
> entryLevel = 0    will show "Home" , "Features"
> entryLevel = 1    will show "White House"
> entryLevel = 2    will show nothing, since "Archived Articles" is hidden
> entryLevel = 3    will show "Archived News Item X"
>
> If you want "White House" to be the starting item for the right pane menu,
> you must use entryLevel  = 1. But this will still not show you the hidden
> subpage.
>
> But maybe I got you wrong and the page itself is not hidden, but you don't
> want it to appear in the menu. Then you should do it like this:
> temp.mainNav = HMENU
> temp.mainNav {
>    entryLevel = 0
>    1 = TMENU
>    1 {
>        expAll = 1
>        NO.allWrap = <div class="mainNavLevel1NO"> | </div>
>        ACT = 1
>        ACT.allWrap = <div class="mainNavLevel1ACT"> | </div>
>    }
> }
>
> temp.secondNav = HMENU
> temp.secondNav {
>    entryLevel = 1
>    1 = TMENU
>    1 {
>        expAll = 1
>        NO.allWrap = <div class="secondNavLevel2NO"> | </div>
>        ACT = 1
>        ACT.allWrap = <div class="secondNavLevel2ACT"> | </div>
>    }
>    2 = TMENU
>    2 {
>        expAll = 1
>        NO.doNotShowLink = 1
>    }
>    3 = TMENU
>    3 {
>        NO.allWrap = <div class="secondNavLevel3NO"> | </div>
>        ACT = 1
>        ACT.allWrap = <div class="secondNavLevel3ACT"> | </div>
>    }
> }
>
> HTH
>
> Joey
>
> -- 
> Wenn man keine Ahnung hat: Einfach mal Fresse halten!
> (If you have no clues: simply shut your gob sometimes!)
> Dieter Nuhr, German comedian
> openBC/Xing: http://www.cybercraft.de
> T3 cookbook: http://www.typo3experts.com
>
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english 



More information about the TYPO3-english mailing list