Very easy,
create a template which is just

<li>
<a href="<%!! Context:CurrentIndex.GetUrl() !!%>"><%!!
Context:CurrentPage.Headline !!%></a>
<reddot:cms>
    <if>
        <query valuea="Context:CurrentIndex.HasChildren()"
operator="==" valueb="Bool:True">
            <htmltext>
                <ul>
                    <navigation:nextlevel>
                </ul>
            </htmltext>
        </query>
    </if>
</reddot:cms>
</li>

And assign it to level 1 'selected' of the side navigation area.

create another template with the following and assign it to level 2
selected/unselected

<li><a href="<%!! Context:CurrentIndex.GetUrl() !!%>"><%!!
Context:CurrentPage.Headline !!%></a></li>


Then just put the nav area into the page (surrounded by ul tags, if
you dont want it output as a list just remove the li tags )







On Dec 20, 7:42 pm, tportman <[email protected]> wrote:
> I have a site navigation as follows:
>
> Top Nav
> page1     page2     page3   page4
>
> Left Nav
> Page1
>   page a
>   page b
>   page c
>
> or if I'm on list Page2 should look like this
> Left Nav
> Page2
>    page d
>    page e
>    page f
> -------------------------
>
> What I'm having trouble is displaing Page1 or Page2 in my left nav.
> Any ideas?

--

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