The trees module is based on the book module. Like the book module the trees module allows users to structure nodes in a hierarchy or outline. The main difference is that the trees module supports adding one node to multiple trees which the the book module does not. The output is also different. The book module provides a navigation, the tree module does not. Instead it produces for each tree a set of blocks, being the parents of a node, the siblings and the children.
Updates
As from version 6.X-1.1 views integration is present.
Report any bugs, feature requests, etc. in the issue tracker.
Contact the maintainer with any comments, questions, or a quote for custom module customizations.
Example
- You have products and product categories as content types
- You want to create an outline using the product categories, the leaves of your trees are products
- You have different trees, representing different categories of products.