Maintainers strive to actively monitor issues and respond in a timely manner.

jQuery Pause

About jQuery Pause Module

The module is a wrapper around the jQuery pause plugin and also provides an interface for adding the necessary selectors that the plugin would need for performing the pause events. It should also be noted that this module does integrate with jQ, however it does not require it in order to work.

Ideation

Ideation Logo

Ideation is a Kit specification-compliant Feature Module. The Ideation feature is essentially a crowd-sourced suggestion box, which allows users to: suggest ideas, vote on and discuss already submitted ideas, surface most important/best ideas, as well as start discussions around ideas.

Ideation module was initially developed for OpenAtrium distribution, as part of the work for the US Department of Education.

Module is intended to be compatible with all Kit-supporting distributions.

Drupal 7 version of the Ideation module is compatible with the OpenPublic distribution.

You can read more in blog posts from Development Seed, initial developer of the module, and Phase2 Technology developer of Drupal7 version of the module and current maintainer.

Pledge

Biblio Advanced Import

Biblio Import Pitfall Workarounds

Biblio Advanced Import is an add-on for the Bibliography Module.

Instead of creating duplicate biblio records during imports, existing ones can be updated or the import can be skipped depending on a configurable duplicate detection strategy.

You can use an out of the box strategy or configure your own.

How to detect duplicates?

Use one or combine multiple of these strategies:

  • Hashing over configurable biblio fields.
  • ISBN
  • ISSN
  • DOI
  • PubMed ID
  • ...

How to deal with duplicates?

  • Create duplicate record.
  • Skip import of a record.
  • Update the latest existing duplicate record.
  • Update the oldest existing duplicate record.
  • Update all existing duplicate records.
  • Create a new revision of the latest existing duplicate record.
  • Create a new revision of the oldest existing duplicate record.
  • Create a new revisions of all existing duplicate records.

How to merge duplicates?

  • Override the existing record.
  • Override the existing record but keep non empty values that do not exist in the record to be imported.
  • Only add new values that are empty in the existing record.

Rules Autotag

The Rules Autotag module takes a light-weight approach for autotagging full-text content by matching taxonomy terms (and optional Synonyms). Rules Autotag depends on the Rules module. Functionality is provided on different layers:

  1. The API function rules_autotag_extract($text, $vocabulary) extracts terms from a given text which match a given vocabulary.
  2. The basic rules action Extract terms (rules_autotag_extract_action) takes a text and a vocabulary as input and returns all matched terms.
  3. The wrapper rules action set Autotag to terms list (rules_autotag_tag) directly stores the extracted terms into a terms list/field.

Comparison to related modules:

  • Taxonomy Autotagger takes a more user-oriented approach with by providing a AHAH-driven Autotag button.
  • Auto Tagging sends node content through any number of third party services to determine what the content is about.

Exemplary Usage Instructions:

  1. Install Rules & Rules Autotag modules
  2. Configuration - Workflows - Add new reaction rule

Content Attachment

This module creates a filter allowing user to attach everything inline with a simple tag.

The purpose is to provide a "light" presentation, and link to heavy content (ie., with attach_node, then link to full node view, with attach_flash or attach_audio, then link to a lightbox style popup...).

It solves also the caching problem. For example, when a poll is embedded, even if the node content is cached with filter, the poll is fetched using AJAX and allows anyone to cast a vote. The mechanism is similar to Ajax Blocks, however it happens inside the node content.

Bonus: other than Drupal normal contents (entities), Attach also support 3rd party contents (can be configured per format) like Slideshare, Twitter, iframe, or any media (YouTube, Vimeo, Twitter etc. if the MediaWrapper library is present).

Features

  • This module is extensible with plugins using Drupal hook mechanism.
  • Each plugin has two mode: simple mode or full mode (default).
    In simple mode, a minimal text is used and is inserted into node content inside a SPAN tag. In the full mode, a DIV is used and renders more data.

Quick start

  • Enable this module

Userpoints Auto Expire

This module adds functionality to reduce userpoint each time a user performs an extension of node expiry period.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained