Hi JJB,
You simply need to include a list placeholder in the template of the
page you are attaching to the top level ul.
To be clearer let's say your main "foundation" page looks like this:
...
<ul>
<!IoRangeList><li><%list_Links%></li><!/IoRangeList>
</ul>
...
So the template of each page attached to this list might look like
this:
<li><%anc_NavPage%></li>
You can add another list to the "child" template so it would look like
this:
<li>
<%anc_NavPage%>
<!IoRangeConditional><ul>
<!IoRangeList><li><%list_Links%></li><!/IoRangeList>
</ul><!/IoRangeConditional>
</li>
This way it becomes recursive - you can continue attaching instaces of
the template to each level of the lst_Links to create the desired
navigation nesting.
HTH.
Regards,
Richard Hauer
====================
5 Limes Pty Limited
www.5Limes.com.au
On Jan 9, 7:20 am, JJB <[email protected]> wrote:
> Thanks Ashley, I found the Best Practices. Going to read it tonight.
>
> On Jan 8, 4:05 pm, UberGeekGirl <[email protected]> wrote:
>
>
>
> > You are needing to use a List-Container navigation method. This was
> > the Best Practice prior to Nav Manager coming out. It is explained in
> > the Best Practices doc from 2006. Also, tech support may be able to
> > provide the old docuemtnation that explained this in more detail. This
> > forum may also have the topic in more detail.
>
> > Hope that helps!
> > Ashley
>
> > On Jan 8, 10:06 am, JJB <[email protected]> wrote:
>
> > > Sorry for the long post. This is hard one for me. Not sure if it’s
> > > possible or not.
>
> > > I am building my first project and having an issue with the
> > > navigation. We decided not to use the Navigation Manager for couple
> > > reasons. For one, the site is being redesigned and only certain
> > > sections are going in the new design via the CMS.
>
> > > For my first kick at the navigation, I created a List Placeholder.
> > > <ul> <!IoRedDot_list_Links>
> > > <!IoRangeList><li><%list_Links%></li><!/IoRangeList>
> > > </ul>
>
> > > I was able to create new pages or connect to existing pages (within
> > > the CMS) or link to external URL. It was great. But when I looked
> > > closer to what I needed, I noticed that some link in the navigation
> > > would have additional links (a nested <ul> list within another <ul>
> > > list) .
>
> > > Is possible to nest a List Block Marks within another List Block
> > > Marks?
>
> > > Here is what I am trying to achieve.
> > > <ul id="navsection1">
> > > <li><h4><a href="#">Section 1 - Sub-Section 1</a></h4>
> > > <ul class="navSubList" id="navsubsection1">
> > > <li><a href="#">Section 1 - Sub-Section 1 - Page 1.1</a></
> > > li>
> > > <li><a href="#">Section 1 - Sub-Section 1 - Page 1.2</a></
> > > li>
> > > <li><a href="#">Section 1 - Sub-Section 1 - Page 1.3</a></
> > > li>
> > > <li><a href="#">Section 1 - Sub-Section 1 - Page 1.4</a></
> > > li>
> > > </ul>
> > > </li>
> > > <li><a href="#">Section 1 - Page 2 (no sub-section)</a></li>
> > > <li><a href="#">Section 1 - Page 3 (no sub-section)</a></li>
> > > <li><a href="#">Section 1 - Page 4 (no sub-section)</a></li>
> > > <li><h4><a href="#">Section 1 - Sub-Section 5</a></h4>
> > > <ul class="navSubList" id="navsubsection5">
> > > <li><a href="#">Section 1 - Sub-Section 5 - Page 5.1</a></
> > > li>
> > > <li><a href="#">Section 1 - Sub-Section 5 - Page 5.2</a></
> > > li>
> > > <li><a href="#">Section 1 - Sub-Section 5 - Page 5.3</a></
> > > li>
> > > <li><a href="#">Section 1 - Sub-Section 5 - Page 5.4</a></
> > > li>
> > > </ul>
> > > </li>
> > > </ul>
>
> > > To make it more complex the <ul class="navSubList"
> > > id="navsubsection#"> needs to be loaded on the Landing page of the Sub-
> > > Section.
>
> > > Any thoughts?
>
> > > Thanks,
> > > Jamie- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---