Considered feature-complete by its maintainers.

jQuery Placeholder

Now you can use the lovely HTML5 'placeholder' attribute and have it work 'everywhere'. This module integrates the HTML5 Placeholder jQuery Plugin found here:

https://github.com/mathiasbynens/jquery-placeholder

with Drupal. This is a javascript-only method of making the HTML5 placeholder attribute work in old browsers which don't support it.

Note: The latest version of this plugin requires jQuery 1.6+. For an older version that works under jQuery 1.4.2+ (which Drupal 7 includes by default) see v1.8.7.

(It should also work with any other jQuery plugin which is called in the same way - e.g. https://github.com/danielstocks/jQuery-Placeholder)

Installation

1. Download the jQuery placeholder plugin of your choice to, e.g., sites/all/libraries/jquery.placeholder
2. Install the Elements module
3. Use the '#placeholder' attribute on form elements!

Usage

It should JustWork with the Elements module, allowing you to use placeholders on your form elements as follows:

    $form['mytextfield'] = array(
      '#type' => 'textfield',
      '#title' => t('My example textfield'),
      '#placeholder' => t('Please enter a value'),
    );

Commerce Backoffice

Provides the backoffice functionality present in Commerce Kickstart v2.

Contains three submodules: commerce_backoffice_product, commerce_backoffice_order, commerce_backoffice_content.

Commerce Backoffice Product

Provides a better experience for stores using nodes as product displays for grouping product variations (commerce_product entities).

  • The node/add screen is now split into two tabs, "Create content" (ordinary node types), and "Create product" (product display node types).
  • The products view is now a view of nodes, showing product displays. Contains special exposed filters for filtering by product display type, and product display categories.
  • Uses the megarow pattern to provide a "Quick Edit" link in the view, that shows all product variations for that product display, right underneath the triggering row. The status and price can be modified directly.
  • Modifies the "Content types" screen by adding additional help text for understanding product displays, and adds a column to the table that indicates whether the node type is a product display node type*.

Commerce Gopay

This project integrates Czech payment gateway GoPay into the Drupal Commerce.

Field Formatter CSS Class

Adds a formatter for text/list/taxonomy fields to render as CSS classes on nodes.

The Field formatter CSS class module allows you to set any text/list/option/taxonomy field to render as CSS class on the node. This enables the node author to select predefined CSS styling per node.

Media OG Access

Provides Site wide permission: View media in groups

OG Permissions:
View media in this group
View media in other groups
View media outside group context

Legacy Redirect

Use this module if you have an older site that did not make use of clean_urls.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only