Views related nodes

Component type

module

Categories

Maintenance status

Development status

Downloads

1049

Component created

Component changed

This module provides a views argument plugin which allows you to configure a view to display related nodes by that nodes taxonomy terms and descendent taxonomy terms.

For example:

Term Status

Component type

module

Categories

Maintenance status

Development status

Downloads

245

Component created

Component changed

Provide a status field for taxonomy terms analogous to the status field on nodes. This project provides an option in terms edit form to enable/disable taxonomy terms instead of deleting extra vocabulary terms. This module provides basic getter, setter function to get the status of a term or update any term's status.

Views taxonomy hierarchy top filter

Component type

module

Categories

Maintenance status

Development status

Downloads

321

Component created

Component changed

This module allows Views to filter taxonomy terms by whether they are the top term in a hierarchy or not.

This is useful if need to create a hierarchical taxonomy view, as you can now define a top level view for terms with parent = 0. From there you can use a view with a term id as argument for views of child terms.

In addition, there is a boolean display field that can display whether a term is a top level term and you can sort terms by whether they are top level terms or not.

taxonomy_contact

Component type

module

Maintenance status

Development status

Component created

Component changed

Taxonomy Contact module enables to send messages to different group of users based on their taxonomy term tags in profile. Tags could be defined via vocabulary system, such as different location, interest group, gender, age group of user.

Massive emails could be sent out via scheduled cron job within either HTML or Plain text formats. Do not require Mime Mail module for HTML format email since all emails sent via drupal_mail api.

Taxonomy Entity Index

Component type

module

Categories

Maintenance status

Development status

Downloads

24445

Component created

Component changed

The Taxonomy Entity Index module maintains a normalized index of all terms associated with a specific entity and revision. The core {taxonomy_index} table only maintains its data for published nodes. This module maintains its data for all entity types (regardless of published or not) and also indexed by revision.

This module will be ported to Drupal 8 and the plan is to also possibly move this feature into core for Drupal 9.

Term Reference Hierarchy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Since there's no obvious way of saving term hierarchy when creating a node, this module was created.
The user creates 2 term reference fields, referencing the same taxonomy vocabulary.
Then, using this module you can set which field is the "parent" term and which one is the "child" term field. When saving the node, taxonomy terms are created and their hierarchy is saved.

Instructions on how to use:
a UI is not yet available but it's very easy to customize.