We have been having a problem with our Left Nav being removed from a lot of 
templates/pages. For a quick fix we hardcode the tab navigation in an 
<aside> but we will need a fix for this eventually. This is what we have 
for the left nav right now:

<reddot:cms>
<if> 
<query 
valuea="Context:Indexes.GetIndexByPage(Context:CurrentMasterPage).GetRootIndex().Id"
 
operator="==" valueb="Context:Indexes.RootIndexList[Int:0].Id">
<!-- This Page is in Navigation Structure -->
<htmltext>
<%!! Navigation:OutputArea(Left Navigation, Bool:False, 
Context:CurrentMasterPage.Id, Bool:False) !!%>
</htmltext>
</query>
<query 
valuea="Context:Indexes.GetIndexByPage(Context:CurrentMasterPage.MainLink.OwnerPage).GetRootIndex().Id"
 
operator="==" valueb="Context:Indexes.RootIndexList[Int:0].Id">
<!-- The Page 1 Level Up is in Navigation Structure -->
<htmltext>
<%!! Navigation:OutputArea(Left Navigation, Bool:False, 
Context:CurrentMasterPage.MainLink.OwnerPage.Id, Bool:False) !!%>
</htmltext>
</query>
<query 
valuea="Context:Indexes.GetIndexByPage(Context:CurrentMasterPage.MainLink.OwnerPage.MainLink.OwnerPage).GetRootIndex().Id"
 
operator="==" valueb="Context:Indexes.RootIndexList[Int:0].Id">
<!-- The Page 2 Levels Up is in Navigation Structure -->
<htmltext>
<%!! Navigation:OutputArea(Left Navigation, Bool:False, 
Context:CurrentMasterPage.MainLink.OwnerPage.MainLink.OwnerPage.Id, 
Bool:False) !!%>
</htmltext>
</query>
<query 
valuea="Context:Indexes.GetIndexByPage(Context:CurrentMasterPage.MainLink.OwnerPage.MainLink.OwnerPage.MainLink.OwnerPage).GetRootIndex().Id"
 
operator="==" valueb="Context:Indexes.RootIndexList[Int:0].Id">
<!-- The Page 3 Levels Up is in Navigation Structure -->
<htmltext>
<%!! Navigation:OutputArea(Left Navigation, Bool:False, 
Context:CurrentMasterPage.MainLink.OwnerPage.MainLink.OwnerPage.MainLink.OwnerPage.Id,
 
Bool:False) !!%>
</htmltext>
</query>
<query type="else">
<htmltext>
<%!! Navigation:OutputArea(Left Navigation, Bool:False, 
Context:CurrentMasterPage.Id, Bool:False) !!%>
</htmltext>
</query>
</if>
</reddot:cms>

I set the page to a master page, but I don't believe the individual pages 
are in the navigation structure. They weren't in the nav structure before 
this started happening, either. 

Any ideas?

Thanks for your help!

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reddot-cms-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to