EZ Banner Rotator

Component type

module

Maintenance status

Development status

Component created

Component changed

Oveview

EZ Banner Rotator is a JQuery based advanced banner module.
This provide an Image based slideshow like banner rotator for Drupal pages. This creates blocks in Drupal which can be assigned to a page from within the Block administration.

This module extends the feature of Drupal to allow site administrator create rich looking javascript based banner rotator.

Persistent Fieldsets

Component type

module

Maintenance status

Development status

Component created

Component changed

This module makes the state of collapsible fieldsets persistent (If you collapse it, it will remain collapsed). It's a small usability improvement that makes pages like the Modules page a lot better.

You can make any fieldset persistent by adding the #persistent attribute to it.

Example :

$form['block'] = array(
  '#type' => 'fieldset',
  '#title' => t('Block configuration'),
  '#weight' => 3,
  '#collapsible' => TRUE,
  '#collapsed' => FALSE,
  '#persistent' => TRUE,
  '#tree' => TRUE,
);

Views SmoothGallery

Component type

module

Maintenance status

Development status

Component created

Component changed

Views SmoothGallery(VSG) is a Drupal 7, Views 3.0 integration of JonDesign's
SmoothGallery(http://smoothgallery.jondesign.net/); a javascript gallery using
mootools created by JonDesign (Jonathan Schemoul - http://www.jondesign.net/).
You will use VSG with the flexibility of Views to create pieces of Drupal
content (block, page, etc.) that is displayed as an automated, fully
customizable, rotating , crispy image gallery within your Drupal site.

Jquery Tools UI

Component type

module

Maintenance status

Development status

Component created

Component changed

A project designed to bring Jquery Tools 1.2.x to Drupal 7, providing a simple way to add the library to other modules and themes.

Theming UI Widgets

Also provides theme functions to automatically add content using the Jquery Tools tab widgets. A similar theme function has been developed for the scrollable widget.