| Author |
Exclude some points from the 1st Level Navigation in Portal v6
|
|
|
| Does somebody know how to resolve this problem?
| |
|
| Can you eloborate the problem?
| |
|
| Hello Senthil,
I have for example 5 pages on the top level.
- Home
- Contact
- Disclaimer
- About us
- Sitemap
Now I want to show only 3 of them in the Navigation.
- Home
- About us
- Sitemap
Is this possible without deleting the other sites?
Can I set it in the theme (topNav.jspf)?
Thanks in advance
| |
|
| There are several options:
1) You could deny access to the pages to Users
2) You can use visibility rules
http://publib.boulder.ibm.com/infoc...ilityrules.html
I have tried this, works just fine. I have one page in a portal, which should be hidden from navigation, but available as a link in the theme header.
3) I also do believe that it is possible to set a page parameter telling the page to be hidden, but I have not been able to find anything in the Info. Center about that...
R.
| |
| Jessica Garcia-Glennie 2007-06-20, 7:24 am |
| Within the portal:navigationLoop tag, you can check certain conditions using the portal:if tag. Two of these attributes on the if tag are: selection and notSelection. See the link below for more information.
http://publib.boulder.ibm.com/infoc...dgn_ptltld.html
If you don't want to view them, however, why are they in your top level navigation? You can put them under content root and users won't see the pages unless you link to them using a urlGeneration tag.
| |
|
| Thank you.
IŽll try it with your links.
|
|
|
|