Hi The possiblity to hide nodes in the navigation is not yet implemented in 1.4 http://issues.apache.org/bugzilla/show_bug.cgi?id=31997
I will try to adapt it to 1.4. In 1.2 I simply added a attribute to the node element during the creation of a document: <node id="tutorial" visibleinnav="true"> and I made the respective sitetree classe aware of the new attribute. As far as I know the sitetree stuff changed quite a bit in 1.4. If this is true it will not be possible to take a lot of code over :-( Additionally I made an ant-task in order to change the visibility of an existing code. This probably has to be implemented as an usecase in 1.4? Questions: - Shall I do like in 1.2 i.e add an attribute to the sitetree? - or has somebody ideas how to implement it in a different way? However this would mean to add another barrier for migrating to 1.4 or to add a migration tool for it ........ Jann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
