Taxonomy MPTT

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Simple,fast and easy to understand example of how to build nested sets
for Drupal taxonomies (or any other adjacency list for that matter).

Two versions a are available, present in branches master and hybrid (hybrid being by far the fastest).

Supports multiple parents.

This module servers as an example of how nested sets could be implemented. The goal is to provide an easy to understand implementation.

Experiences and ideas might be offered to the module Leftandright - Nested Set Taxonomy

Context Active Menu Tree

Component type

module

Maintenance status

Development status

Component created

Component changed

Context plugin to expose the active menu tree as a context condition.

This allows a user to create a Context on a menu item (Projects in the menu below). The context will then be TRUE if a node has its menu item that is a child of the Context Condition (Project 1.1 or Project 1.2).

Example:

[primary-links]
- *Projects* <context is set here>
-- Project 1.1 <reaction>
-- Project 1.2 <reaction>
- FAQ
- Documents

Easy Module

Component type

module

Categories

Maintenance status

Development status

Downloads

1786

Component created

Component changed

The main advantage of Easy Module is that you get all the hooks' information directly from the pages Drupal provides for the API documentation, as well as this module allows you to expose the generator module as an open service.

Field help

Component type

module

Maintenance status

Development status

Downloads

1088

Component created

Component changed

This module is a container for functions that extend Drupal's core Field API. It could be installed as a library and it would work just as well.

Currently it provides functions assisting with:

  • Setting field items (prior to saving an entity)
  • Programmatically adding different types of fields

Specifically, it provides the following functions:

Context Set Message

Component type

module

Maintenance status

Development status

Downloads

1928

Component created

Component changed

Context Set Message provides a Context Reaction for displaying messages to a user via drupal_set_message.

Features

  • Display a message in reaction to a context
  • Choose the message type (status, warning, or error)
  • Integrates with Token for user, date, site, node, and term token replacement

Thanks

Checklist API

Component type

module

Categories

Maintenance status

Development status

Downloads

227403

Component created

Component changed

Checklist API Provides a simple interface for modules to create fillable, persistent checklists that track progress with completion times and users. You don't need this unless you're a module developer or you want to use a module that calls for it.