Re: [fw-general] Navigation visibility of subpages

2011-05-11 Thread Jurian Sluiman
On Wednesday 11 May 2011 06:03:34 Hector Virgen wrote: > Have you tried using setOnlyActiveBranch()? > > echo $this->navigation()->menu()->setOnlyActiveBranch(true)->menu(); > > -- > *Hector Virgen* > Sr. Web Developer > http://www.virgentech.com Hi Hector, The setOnlyActiveBranch will not disp

Re: [fw-general] Navigation visibility of subpages

2011-05-10 Thread Hector Virgen
Have you tried using setOnlyActiveBranch()? echo $this->navigation()->menu()->setOnlyActiveBranch(true)->menu(); -- *Hector Virgen* Sr. Web Developer http://www.virgentech.com

[fw-general] Navigation visibility of subpages

2011-05-05 Thread Jurian Sluiman
Hi all, I have a question about the configuration of my pages, which has the following structure: - Home - Sub 1 - Sub 2 - Sub 2.1 - Sub 2.2 - Sub 3 - Sub 3.1 - Sub 4 I render a menu with the navigation view helper of only 2nd and 3rd order menus (MinDepth = 1). Now my prob