Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
This module makes content recommendations based on users browsing history data, stored either in Drupal's built-in "history" table, or in the "accesslog" table if you enable the "statistics" module in core.
There are two types of recommendations:
"Users who browsed this node also browsed". This type of recommendations show on each node's page, and don't change for different users.
"Recommended for you". This is personalized recommendations for each different user, which should show on a per-user basis (eg, on the user's profile page).
The recommendations are provided with the Views module and are fully customizable.