[solved] menu collapsing with deep structure
Posted: Wed Dec 08, 2010 3:06 pm
Hi guys
I have a question about collapsing with the menu tag, we currently have something like this for our page structure:
Page 1
Page 2
Page 3
- Page 31
- Page 311
- Page 312
- Page 3121
- Page 3122
- Page 3123
- Page 313
- Page 32
- Page 321
- Page 322
- Page 323
- Page 3231
- Page 3232
- Page 3233
- Page 33
- Page 34
- Page 341
- Page 3411
- Page 3412
- Page 3413
- Page 342
- Page 343
- Page 344
- Page 35
Page 4
Page 5
And we have a menu which we show with this tag:
{menu childrenof="Page3" collapse="1"}
Now, what we expected to see was only these pages::
Page 31, 32, 33, 34 and 35
But what we actually see is:
Page 31, 311, 312, 313, 32, 321, 322, 323, 33, 34, 341, 342, 343, 344 and 35
Is there any way we can show the menu as we want it?
Also after clicking on 31, pages 311, 312, 313 should show up additionally, and after clicking on 312, pages 3121, 3122 and 3123 should show up additionally
Anybody who knows how we can acomplish this?
And isn't this a bug in the MenuManager perhaps?
Thanks!
I have a question about collapsing with the menu tag, we currently have something like this for our page structure:
Page 1
Page 2
Page 3
- Page 31
- Page 311
- Page 312
- Page 3121
- Page 3122
- Page 3123
- Page 313
- Page 32
- Page 321
- Page 322
- Page 323
- Page 3231
- Page 3232
- Page 3233
- Page 33
- Page 34
- Page 341
- Page 3411
- Page 3412
- Page 3413
- Page 342
- Page 343
- Page 344
- Page 35
Page 4
Page 5
And we have a menu which we show with this tag:
{menu childrenof="Page3" collapse="1"}
Now, what we expected to see was only these pages::
Page 31, 32, 33, 34 and 35
But what we actually see is:
Page 31, 311, 312, 313, 32, 321, 322, 323, 33, 34, 341, 342, 343, 344 and 35
Is there any way we can show the menu as we want it?
Also after clicking on 31, pages 311, 312, 313 should show up additionally, and after clicking on 312, pages 3121, 3122 and 3123 should show up additionally
Anybody who knows how we can acomplish this?
And isn't this a bug in the MenuManager perhaps?
Thanks!