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.
Harnessing the power of Calais tagging, administrators can create Topic Hubs based on site’s most popular tags. Topic hubs are highly configurable and contain a series of pluggable content modules, like “Most Read” content for this topic, “Most Commented” stories, most active contributors, and links to other related topics. To top it off, integration with Calais Geo allows for plotting all of your content for a Topic Hub content on a map.
For example, a topic hub of “healthcare” may have related topics of “homeopathy” and “medicine”. Through topic hubs, readers can explore all content related to subjects they are interested in. And, different from other news topic pages, these are configured automatically instead of being curated by editorial staff.
Topic Hubs 6.x-1.x iintegrates with Panels2 for full control over layout and content.
OG Taxonomy is essentially an extension of views that allows filtering of a view by a node's group's taxonomy terms (as opposed to the node's taxonomy terms).
Finder allows Drupal site administrators to create flexible faceted search forms to find entities such as nodes or users based on the values of fields and database attributes.
It creates a single node of a configurable content type for each term in a specific vocabulary.
In this way you can extend the term to hold any other information that a node (cck preferably) can hold. It's an useful module to create different category listings using views. This module prevent you to edit or delete the created node, handles updates and deletion of terms.
It also handles hierarchy by automatically assigning the vocabulary to the set content type and maintaining the hierarchy on the node as well.
It has some similarities to the Node Auto Term [NAT] module but by working two ways. The only thing this module does not support in comparison to NAT is to map node creation with term creation. This module can, as per its default, to map node operations with terms, meaning that if you delete the node, the term is also deleted as well.