Form API Multiselect element

Component type

module

Maintenance status

Development status

Downloads

781

Component created

Component changed

Provide **Multiselect widget** (form element) for developer:

  $form['select1'] = array(
    '#type' => 'fapi_multiselect',
    '#title' => 'Widget title',
    '#required' => TRUE,
    '#options' => array('Option 1', 'Option 2', '...'),
    '#default_value' => array(),
  );

Drupal 7, please use Multiselect module.

Image Editor

Component type

module

Maintenance status

Development status

Downloads

39603

Component created

Component changed

Edit/create any images / take a photo from a webcam online with the powerful and feature-rich image editors and save resulted images back to your site!

Demos

Tutorials

Extended Drupal Package

Component type

module

Maintenance status

Development status

Component created

Component changed

Summary

The Extended Drupal Package is used to add Best Practices to your Drupal installation. Ready-to-go implementations are provided to be used as a layer in any kind of Drupal project.

The package is mainly build for developers as a nice and handy library to use within their development process. Contact me if you have any ideas or suggestions to what might be useful for the package. Also don't hesitate if you're interested in becoming a co-maintainer for this project.

jQTouch

Component type

module

Maintenance status

Development status

Downloads

469

Component created

Component changed

This project is abandoned and will not be maintained.

This is a wrapper module for the jQTouch jQuery plugin. This module does nothing as is, it only provides a set of tools to easily work with the jQTouch plugin.

This module was partially sponsored by Human Bits

Disclaimer

This module is in an early development stage. It is not intended to be used in productions sites. Use with caution.

Block Admin

Component type

module

Maintenance status

Development status

Downloads

3877

Component created

Component changed

Drupal's core admin/build/block does not scale. Beyond around 15-20 blocks, the list is well over a page long, and it can be hard to work out what blocks should go where. By 50 blocks, the UI has become unuseable.

This module takes a step towards making the admin/build/block page scale nicely for 20-100 blocks, by adding a filter to only display blocks added by any given module specified by the user. This allows the user to at least move the block to the right region, then submit (or reveal all blocks) and then fine-tune the sorting.

The JIT

Component type

module

Maintenance status

Development status

Downloads

3106

Component created

Component changed

The JIT (Javascript InfoVis Toolkit) module provides integration with the Javascript InfoVis Toolkit (http://thejit.org) and Drupal. The JIT is a javascript information visualization library that enables interactive visualizations of data using only html, css and javascript.

7.x

The 7.x version is useful for site builder when installing graphapi which provides views integration.

See the screenshots which are from the 7.x version

Overlay Paths

Component type

module

Maintenance status

Development status

Downloads

41783

Component created

Component changed

This is a simple module that enables site builders to use the built-in Overlay for non-admin pages.

This means that you can use the overlay for doing popups without adding yet more javascript libraries to your site.

This module provides a simple UI for defining paths to appear in the overlay, but developers can use it to define paths too, see the overlay_paths.api.php file in the module for details.