Considered feature-complete by its maintainers.

Commerce payment received

This provides a new order state and status called Payment received. It also provides two rules, enabled by default, to move an order into that state.

Chosen Select

Chosen Select

This module provides form element and field widget based on Select2 jQuery plugin.

Dark Elegant

Dark Elegant

Dark Elegant is another beautiful and very powerful premium Drupal 7 theme created by Devsaran, specifically for corporate business and portfolio websites. Dark Elegant is a multipurpose Drupal theme. We have created the theme with a wide range of sites in mind. Whether you are creating a corporate site, or a simple landing page for your services, or just a blog, Dark Elegant has you covered.

Features

  • Simple and Clean Design
  • Fixed Width (960px)
  • 1-column and 2-columns layout
  • Configurable layout : Sidebar can be Right or Left
  • Flex Slider (Customizable)
  • Multi-level drop-down menus (Multilingual menu support)
  • HTML5 & super clean markup
  • A total of 12 regions
  • Drupal standards compliant
  • Customizable Background Image
  • Minimal design and nice typography
  • Supported standard theme features: site name, user pictures in comments, user pictures in nodes, favicon
  • Tested on browsers: Safari, Chrome, Opera, Firefox, IE and yes also IE7


Like this? Have a look at our Free Themes.


UUID Node CTools

Drupal 6 Node CTools access plugin for UUID. Choose panel variant by UUID (for example).

Tree select

Tree select

This module introduces a form element and a field widget which provide a flexible way for choosing an item from an hierarchy. It is based on a jQuery component http://www.givainc.com/labs/mcdropdown_jquery_plugin.htm

Form element is created just like any other element but 'tree_select_dropdown' type is used:

  $form['test-element'] = array(
    '#type' => 'tree_select_dropdown',
    '#mcdropdown_options' => array(), // An hierarchical nested array with all options, see format below.
    '#mcdropdown' => array(...), // An array with all mcdropdown settings. See description below.
  );

A field widget is called 'Tree select' and could be chosen for Taxonomy Term Reference field. Other fields are not supported now.

ATTENTION: Field widget doesn't work in a multiple mode now.

Example :

$form['test_element'] = array(
'#type' => 'tree_select_dropdown',
'#mcdropdown_options' => array(
"label" => "",
"children" => array(
1 => array(
"label" => "Box 1",
"children" => array(
2 => array(
"label" => "Box 1.1",
"children" => array(
3 => array(
"label" => "Box 1.1.1",
"children" => array(),
),
4 => array(
"label" => "Box 1.1.2",
"children" => array(),

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only