Show children and grandchildren of current parent
Posted: Mon May 28, 2012 6:30 pm
Hi. I'm running CMS Made Simple 1.10.3. I'm using PHP 5.3.2, and MySQL 5.1.44. This is all working with Apache 2.0.63 running on Linux.
I'm new to CMSMS and Smarty, but long time WordPress dev and trying to update a site for customer.
I'm sure this has been asked many times, but i can't seem to find the answer searching the internets.
I have a left navigation were I only want to so show the children and grandchildren when i'm on the parent. I'm using the following in my template: {menu start_level="2" number_of_levels="3" collapse="1"}
so structure like:
The above tag using collapse="1" works, for children but it doesn't display grand children when on "Two". Thus when i'm on "Two" it only shows me the Child. The grand child won't show until i'm on the Child or grandchild.

Thanks
I'm new to CMSMS and Smarty, but long time WordPress dev and trying to update a site for customer.
I'm sure this has been asked many times, but i can't seem to find the answer searching the internets.
I have a left navigation were I only want to so show the children and grandchildren when i'm on the parent. I'm using the following in my template: {menu start_level="2" number_of_levels="3" collapse="1"}
so structure like:
- Main
- - One
- - Two
- + Child
- > GrandChild
- + Child
- - Three
- - Four
The above tag using collapse="1" works, for children but it doesn't display grand children when on "Two". Thus when i'm on "Two" it only shows me the Child. The grand child won't show until i'm on the Child or grandchild.

Thanks