Hi,
I am using the Structure module for a site that will have about four levels of navigation. Is there any way to configure the nav_sub tag so that it will only display children of the current page if any are present? I thought it was supposed to show only the children of a page. According to Travis, in a response to a comment in February, that is how it is supposed to function:
It shows the children of a page when you are on that page…
On my site, though: if a page has children, the tag will display them, but if the page doesn’t have children, the tag shows the current page and it’s siblings.
This is how I am setting it for the third level:
{if segment_3 != ""}
{exp:structure:nav_sub start_from="/{segment_1}/{segment_2}/{segment_3}" limit_depth="1"}
{/if}
I would like the siblings to be hidden and just to show ONE level of children.
Thanks,
John
