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.

Tidy Node Links

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a simple module designed to take all but the "Add new comment link" on a node and place it in a handy mouseover widget, similar to to a design by Jeff Noyes.

This module is different from Notifications extra in that it does not require an external jQuery library and that it works on all node links, not just those provided by notifications.

XC Gotodemo

Component type

module

Categories

Maintenance status

Development status

Downloads

250

Component created

Component changed

XC Goto Demo provides a redirection from external sites to an XC Drupal Toolkit demo site. If the user go to a page on the active site, it will redirects the browser to the opening page of the demo site as logged in user. The active site's administrator can set up credentials, a secret key, which used for encryption and URL of the demo site. The target link contains the credentials and a timestamp in encrypted form. The secret key should be the same in both site. The link will be always different, so and won't be reusable by a robot.

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.

Ubercart Order Attributes

Component type

module

Maintenance status

Development status

Downloads

3074

Component created

Component changed

This module allows users with Ubercart's "edit orders" permission to edit the attributes of products after they have been added to an order. It provides an "Attributes" column to the product table in the Order edit screen (at /admin/store/orders/*/edit), which displays the list of attributes. Under the list of attributes is an "Edit Attributes" link that opens a Modalframe dialog with a form for editing the attributes. Attributes can be added, removed, rearranged, and arbitrarily renamed.

UC Attribs By Stock

Component type

module

Categories

Maintenance status

Development status

Downloads

302

Component created

Component changed

Allow for the attributes displayed by Ubercart add-to-cart forms to be controlled by stock levels defined in the admin section for products in Ubercart.

The attributes only display options for given attributes that have stock values higher than 0 for given attribute combinations via calls back to the server.