I'm sure this is an easy one for all you wizards out there......my
left nav is showing children of the parent page but when I click one
of the children pages the rest of the links to the children pages on
the left nav disappears. I using the following code for nav area, 2,3
and 4 selected:

<ul>
  <li><a class="active" href="<%!!Context:CurrentIndex.GetUrl()!!%>">
    <%!!Context:CurrentIndex.Headline!!%>
  </a></li>
<reddot:cms>
  <if>
    <query valuea="Context:CurrentIndex.Id" operator="=="
valueb="Context:LastIndex.Id">
      <htmltext>
<ul>
    </htmltext>
            <foreach itemname="SubIndex"
object="Context:CurrentIndex.SubIndexes">
                <htmltext>
                        <li><a href="<%!! Store:SubIndex.GetUrl() !!
%>">
                            <%!! Store:SubIndex.Headline !!%>
                        </a></li>
                </htmltext>
            </foreach>
        <htmltext>
</ul>
      </htmltext>
    </query>
    <query type="else">
      <htmltext>
    <navigation:nextlevel>
      </htmltext>
    </query>
  </if>
</reddot:cms>
</ul>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to