Duplicate validator

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Introduction

This simple module adds additional validation to comments and nodes creation process.

It verifies, if in last several seconds similar node or comment was created. If such situation occurs, this module will block save action and display warning message.

You can also consider http://drupal.org/project/hide_submit as JavaScript based alternative. This module is fully independent from JavaScript and can be considered as additional protection.

 

Template Field

Component type

module

Maintenance status

Development status

Downloads

7191

Component created

Component changed

This module provides a field for entities that allows users to select what template the field should be displayed in. The goal is to give users the ability to choose the layout of the content without them having to use different content types for different layouts. It is a collection of three modules working in tandem:

  • Template API
  • Template Field
  • Template Mustache - The rendering module for Template API

Templates can be created through the UI or by implementing hook_template_api_templates().

Donator

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is a simplified donations module allowing users who want to use sageepay to collect donations from site visitors but who find the existing functionality in modules such as über cart to complex for their needs. Plans are to expand the module into one that also provides the same functionality for all the major payment gateways and also to integrate with just giving and other such api

Context Date

Component type

module

Maintenance status

Development status

Downloads

3993

Component created

Component changed

The Context Date module provides a context condition based on current date, so it allows you to setup reactions that will be activated at a certain date and time.

This module integrates with Force Timestamp module and Date Popup from Date module, when they are available.

Development of Context Date was sponsored by Technocrat.

Kill Blocks - Love Boxes

Component type

module

Maintenance status

Development status

Downloads

294

Component created

Component changed

Some sites use the boxes module, but other modules in the site may depend on Drupal's core blocks module. When using context for placing boxes it becomes confusing for users to see the blocks menu item and associated admin UI.

Kill Blocks removes most of the blocks UI while still allowing the boxes UI to function properly.

This is a work in progress. Right now it is impossible to delete a box via the UI.

Entity Revision Tags

Component type

module

Maintenance status

Development status

Component created

Component changed

This is an example module.

Example implementation of state_machine/state_flow.

Add a "Version Tagging" field. This field allows you to add tags to entity revivions. Then you can go to admin/content/revision-tags to see the site as that with the tagged revision active. It's currently only works with nodes.

Currently the field has to be named "field_example_tag" in order for the functionality to work.

This is a proof on concept that we are using on a client site.