Hi,
I have been using the following code (found in Advanced v8 Userguide page 39) to generate a child section list.
<actinic:block type="ChildSectionList">
<a href="<actinic:variable Name="SectionPageName"/>">
<actinic:variable Name="SectionName"/>
</a>
<br />
</actinic:block>
The ChildSectionList lists all the sub sections within the current section e.g. for "Clothes", a list would be produced consisting of "menswear" and "ladieswear".
My problem is that when i navigate into "menswear" for example, i can no longer produce the same child list. i.e. i still want "menswear" and "ladieswear" to appear.
is it possible to specify which section to produce the ChildSectionList for? i.e. in this case i would always want the ChildSectionList based on the section above.
Many Thanks
I have been using the following code (found in Advanced v8 Userguide page 39) to generate a child section list.
<actinic:block type="ChildSectionList">
<a href="<actinic:variable Name="SectionPageName"/>">
<actinic:variable Name="SectionName"/>
</a>
<br />
</actinic:block>
The ChildSectionList lists all the sub sections within the current section e.g. for "Clothes", a list would be produced consisting of "menswear" and "ladieswear".
My problem is that when i navigate into "menswear" for example, i can no longer produce the same child list. i.e. i still want "menswear" and "ladieswear" to appear.
is it possible to specify which section to produce the ChildSectionList for? i.e. in this case i would always want the ChildSectionList based on the section above.
Many Thanks
Comment