[TYPO3] Hide one level but show pages beneath it?
Bernd Wilke
19m0nyq02 at sneakemail.com
Tue May 15 13:23:26 CEST 2007
--
www.bernd-wilke.net
"Timothy Patterson" <tjpatter at svsu.edu> schrieb im Newsbeitrag
news:mailman.1.1179175589.12779.typo3-english at lists.netfielders.de...
> I am looking to hide one page of my menu tree, but yet have subpages
> rendered in a menu structure.
>
> Tree Example:
> -Departments
> -Accounting
> -Student Testimonials
> -Faculty
>
> Is there a way for me to hide Departments from my menu structure but
> still show Accounting and the pages below it? I've tried hide page and
> hide in menu, however both options stop the subpages from displaying. I
> have the Accounting branch set to "root of website"
>
> Any help would be greatly appreciated!
have you tried to display these Levels, but didn't render it?
a normal menu could be like this:
temp.menu = COA
temp.menu {
10 = HMENU
10 {
wrap = <div> | </div>
entryLevel = 1
1 = TMENU
1 {
noBlur = 1
wrap = <ul>| </ul>
NO {
wrapItemAndSub = <li> | </li>
}
ACT < .NO
ACT = 1
#ACT.ATagParams = class="menu_act_a"
}
2 < .1
3 < .1
4 < .1
5 < .1
}
}
and then remove the level 3, but expand lower levels:
temp.menu.10.3.wrap = <div style="display:none"> | </div>
temp.menu.10.3.expAll = 1
without guarantee!
just food for thought
Bernd
More information about the TYPO3-english
mailing list