That actually should work. Are you sure the property is called HideInNavigation and not hideInNavigation? Umbraco 4.5 doesn't even allow you to save a property starting with a capital letter. If it is for some reason you might try renaming it and republishing
Also, I'm assuming the 20101118 is a folder/container of some sort - if you can identify it somehow that might be easier than setting the boolean on each node. For example if the folder is of a certain doctype, you could do this instead
Umbraco 4.5 doesn't even allow you to save a property starting with a capital letter. If it is for some reason you might try renaming it and republishing
Thanh you so much.I have just rechecked and now it runs ok.
Hide a page in navigation
Hi All
I created a below tree ( the HideInNavigation is a attribute in Document type: boolean in generic property)
In Page News 1 I want show the navigation menu Home Page-->PageNews -->News 1( does not have 2010118)
to do that , i write a xslt code
But It does not work. The navigation is still have 20101118
and the navigation look like below:
-->Home Page --> Page News-->20101118--> News 1
Thank you for your patience.
The delete topic feature in the forum may be does not work.
Hi,
That actually should work. Are you sure the property is called HideInNavigation and not hideInNavigation? Umbraco 4.5 doesn't even allow you to save a property starting with a capital letter. If it is for some reason you might try renaming it and republishing
Also, I'm assuming the 20101118 is a folder/container of some sort - if you can identify it somehow that might be easier than setting the boolean on each node. For example if the folder is of a certain doctype, you could do this instead
...
-Tom
Dear Tom
Thanh you so much.I have just rechecked and now it runs ok.
is working on a reply...