Hi All,
Image below from Portal Navigation. I'm looking to configure the navigation so that "Content" is not duplicated in the drop down. currently I have Content pointing to a Web Page,rather than just a Web Link Set as i'm using Web Page Access Control so that Content is only Visible to users after signing in.
can anyone advise if this is possible please?
*This post is locked for comments
Hi Ravi, i knew about the local content page but i didnt know about deleting it as a solution for my issue, even deactivating it works.
great aolution cheers!
scott
Hi Ravi, i knew about the local content page but i didnt know about deleting it as a solution for my issue, even deactivating it works.
great aolution cheers!
scott
Hi,
You may already know that when we create a web page, it actually creates 2 records for web page. One with "Is Root" equals "Yes" and other with "No" [which we called as content page].
If you delete the content page i.e. the web page which has "Is Root" equals "No" then you will not see the second content option. You will still be able to apply Web Page Access Control for the webpage as you still have the one which says "Is Root" equals "Yes".
Hope this helps.
You can also use a web template to control the navigation:
{% assign nav = weblinks['WebLinkSetName'] %}
You can then loop through the navigation items and child items...
{% if nav %}
{% for link in nav.weblinks %}
{% assign sublinks = link.weblinks %}
Add your logic to show or hide the sublink here
Hope this helps.
You will have to create content as a separate tab.
The second content you see is the actual working tab.
The first being just the tab name and shows you the options within.
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
54
Victor Onyebuchi
6