>Our goal is to
> remove level 1 and show level 2 and below (3-10).  But there's a
> condition, we want to only show the the active link and children in
> level 2, but *hide* level 2's neighbors and their children.

Have you tried using a simpler content class for level 2, only active,
like this:

<li>
  <b><%!! Context:CurrentIndex.Headline !!%></b>
  <if><query valuea="Context:CurrentIndex.HasChildren()"
operator="==" valueb="Bool:True">
      <htmltext>
          <ul>
              <navigation:nextlevel>
          </ul>
       </htmltext>
   </query></if>
</li>

Then using your more-complicated one for levels 3-10?

That should only emit your 2nd level nav item for the chosen Ted,
Alice, or Jenny, but let the rest of it flow.


--~--~---------~--~----~------------~-------~--~----~
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