Hi Christina,

I believe the pages were never meant to be in navigation manager.  The 
navigation code is there to emulate as if the page is in navigation.

Regarding the missing left navigation, it means the page is connected at a 
location, where itself, its parent page, its grand parent page and its 
great grand parent page are not in not in the navigation structure.  This 
can be caused by the current page's mainlink is connected to a page or a 
branch of the page that is not in navigation structure?

Have you reached out to OpenText support or consulting services regarding 
this?  This can easily be solved in 15 minutes.

Best regards,

-Jian

On Wednesday, December 4, 2013 3:08:36 PM UTC-5, Christina Schell wrote:
>
> 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