Hi Dmitry
As mentioned the other day, just let your navigation templates control
whats being displayed. For pages that i dont want to display in the
navigation manager, i use a option list placeholder with predefined
values 'show all pages' or 'hide child pages'
within the navigation templates, i read in this value to control
whether or not to drill down to the next level and display the links:
<reddot:cms>
<if>
<query
valuea="Context:CurrentPage.Elements.GetElement(opt_navigationoptions).GetHtml()"
operator="==" valueb="String:Show All Pages">
<!-- display the current link and all
lower level pages -->
<htmltext>
<!-- drill down to the next level
here -->
</htmltext>
</query>
</if>
</reddot:cms>
Hope that helps
Kim
On Apr 5, 1:44 am, Dmitry Terner <[email protected]> wrote:
> I know it is possible to include the navigation from another page in a
> particular content class.
> For example I have Publications page which is a list and I want all
> following pages that are not master pages to just have the same nav as that
> parent.
>
> I think I'm doing everything right, but it is not working for me.
>
> I am using the following:
>
> <%!! Navigation:OutputArea(String:TopNav, Bool:False,
> Guid:7E518E8E203F4E21AA5BC00942C6E7F0 ) !!%>
>
> The GUID is the correct GUID of the page whose navigation I want displayed
> and TopNav is indeed the name of the Navigation Area. Any ideas why this
> doesn't work?
>
> Thanks,
>
> - Dmitry
--
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.