Top Description

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The "Description" on a form field can sometimes be lost when it's displayed at the bottom of the element, particularly on a WYSIWYG text area. See these posts:

https://drupal.org/node/645754
https://drupal.org/node/1600944
https://groups.drupal.org/node/206593

This module just moves the "Description" on form elements to the top, under the label.

Commerce Discount Product Category

Component type

module

Categories

Maintenance status

Development status

Downloads

7266

Component created

Component changed

Commerce Discount Product Category adds a new inline condition for the Commerce Discount module. Product discounts can now be applied based on its product display node's terms.

How to use

  1. Install the module as normal, and enable.
  2. Create a new discount through /admin/commerce/store/discounts
  3. Choose "Product discount" as the discount type.
  4. Change the "Apply to:" drop down to "Product category."
  5. Use the auto complete box to start picking terms!

Draggableviews Disable Tabledrag

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Our usecase was to allow for sorting of grouped views. After enabling draggable views all but the first group had weight dropdowns. This modules forces the first group also to have only dropdowns.

Flood Semaphore

Component type

module

Maintenance status

Development status

Downloads

465

Component created

Component changed

This module provides an API that implements semaphores using flood API.

A semaphore is more than a lock. A lock is usually used in a binary
situation, it is either locked or it is not. A semaphore is used to
control the number of concurrent things that can happen.