Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

wss_cutycapt

This module extends the website screenshot modul with the cuty capt engine.

Custom Token Variables

Hi,

Basically I have created the custom Token module to define some variables using the interface. Below are the some points which this module does.

Enhanced Queue

This module aims to extend Drupal 7's queue systems for more complex operation. It adds 2 tables to the queue table - q_key and q_item id.

Radios Select

Radios Select is the helper utility which provides new custom look of the
ordinary radios form element via jQuery/CSS (when you create this element from
your own module). The main feature of Radios Select is ability to format output of radios field like "select" form element or dropdown menu. Once Radios Select module enabled you can create Radios Select form element by just adding new property "#radios_select" to any standard radios element:

$form['radios_select'] = array(
  '#type'          => 'radios', // yes, ordinary radios element
  '#title'         => t('Select value:'),
  '#default_value' => 1,
  '#options'       => $values,
  '#radios_select' => TRUE,     // enables Radios Select for this radios element
  '#description'   => t('Value to use in form.'),
);

Smiley

Smileys.png

Smiley is a text filter that substitutes text emoticons, like :-) with images.

It comes with a set of example smileys, but you can import ready-to-use packages (e.g.: from phpBB's "pak"s and Adium Emoticon packs) or define your own.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools