Statehandler

Component type

module

Maintenance status

Development status

Downloads

1644

Component created

Component changed

The Statehandler module acts as an interface between the History.js Module and Drupal, providing a common plugin standard that allows easy creation of ajax-enabled Drupal sites that support forward and back buttons, refreshing and direct linking to application states.

The Statehandler Module includes 2 detailed example plugins with comments instructing how to implement the StateHandler class for your own ajax application.

Admin Menu Bottom

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a really simple feature: moves Administration Menu to the bottom of the page.

Requirements

Requires Admin Menu module ( https://drupal.org/project/admin_menu ) 6.x version.

Installation

  1. Install & enable the module.
  2. After enabled Administration Menu "moves" to the bottom. To make it appear again on the top, simply disable this module.

Commerce Extra

Component type

module

Categories

Maintenance status

Development status

Downloads

24178

Component created

Component changed

Commerce Extra module allows site builders to enable extra features or improvements which are missing from Drupal Commerce core. The module is a collection of minimal submodules which some of developer might not consider worth of a full project and therefore are added into this module.

New features are welcome! Please post your feature requests into issue queue! If you're developer and don't want to create a full project for small tweak, this is the right place.

The module is work in progress and should not be installed into any production site.

See video screencast about this module made by Pedro Cambra from Commerce Guys.

Feature/improvement overview

  1. Improve checkout by pre-populating customer profile information's addressfield. Needs an address field for user entity. See also Commerce Addressbook for similiar functionality.
  2. Add extra step where user may login, but doesn't require it.
  3. Improve quantity field by wrapping it with decrease/increase button links.

Context session

Component type

module

Categories

Maintenance status

Development status

Downloads

1309

Component created

Component changed

Exposes session ($_SESSION) variables to Context.

Variables are made available in the "session" namespace with the attribute being the key. If the session value is an array the attribute names will be generated as follows: key.subkey, key.subkey2, key.subkey2.subsubkey.

For example you can access the session variables in context as follows.

Nice Tags

Component type

module

Maintenance status

Development status

Downloads

917

Component created

Component changed

This module improves seamlessly the UX for taxonomy tags input fields.

No 3rd party JS libraries are required, as it works out of the box with jQ version shipped with Drupal.

Current Features

If JS is enabled, the input of tags will look nicer, as tags are now separated from the actual input form once they are validated by triggers (coma, enter, tab keys).

Removing these tags is also nicer, as you can hit backspace or use the corresponding "x".