Universal Link Filter

Component type

module

Downloads

753

Component created

Component changed

Google Summer of Code 2007

A package of modules to restructure the link filtering thus implement the auto-completion of links through AJAX.

The project, when all the options are selected, will enable the user to complete the links dynamically, with the use of the background architecture it will be done in a structured way, thus further extensions and configurations for personal preferences will be made effortless.

The package contain the following modules currently
+ ulink.module - main skeleton module
- ulink_image.module - Image Extension : Provides image rendering support for intern links
- ulink_gallery.module - Image Gallery Extension : displays the images in a directory as an album

+ uauto.module - an addon to uLink
- uauto_dirsearch.module - Directory Search Extension : Enable search for local files even if there is no entry in the files table in database.

Views carousel

Component type

module

Maintenance status

Development status

Downloads

38801

Component created

Component changed

In an effort to minimize the duplication of jcarousel based modules this module is being deprecated for the Drupal 6 version onward and is being replaced by the jcarousel module. As of the Drupal 6 2.x branch of the jcarousel module views integration is provided.

The carousel module, jcarousel module, and this module are being merged into one effort with the maintainers combining efforts in one module.

Spry Framework

Component type

module

Maintenance status

Development status

Downloads

2700

Component created

Component changed

The Spry Framework for Ajax is a JavaScript library for web designers that provides functionality that allows designers to build pages that provide a richer experience for their users. It is designed to bring Ajax to the web design community who can benefit from Ajax, but are not well served by other frameworks.

Username originality AJAX check

Component type

module

Maintenance status

Development status

Downloads

24590

Component created

Component changed

This very simple module allows visitors to check username originality quickly using AJAX request during registration (completing registration form). This makes registration process more convenient as you don't need to submit your registration form to find out whether this username is already taken or not. This module is sensible to standard Drupal username validation as well as Access Rules validation.

jCarousel

Component type

module

Maintenance status

Development status

Downloads

540652

Component created

Component changed

This module allows developers and themers to make use of the jCarousel jQuery plugin. It includes a developer API that other modules can use, as well as Views integration so that you can turn any list of content or images into a carousel.

Dynamic Views

Component type

module

Downloads

1516

Component created

Component changed

Note: This module is current in an alpha stage and hasn't been tested enough for a production environment.

Dynamic views gives you the benefits of Views coupled with AHAH goodness. This module gives you the capability to dynamically update the content of your views using blocks, pagers, or filters — without a page reload. There are a few use-cases made possible by using this module:

Compact Forms

Component type

module

Maintenance status

Development status

Downloads

48393

Component created

Component changed

Compact Forms presents text fields for selected forms in a more compact fashion using jQuery.

The form item/element fields are overlaid with their respective labels. When the user focuses a field the label fades away nicely, and if the field is left empty the label fades back in again.

By default, only the user login block is switched to compact style, but the behavior can be added to any form by adding the corresponding CSS ids to the Compact Forms configuration.

  • Degrades back to the original form when JavaScript is switched off.
  • Fields like textareas and checkboxes are currently not affected.
  • Inspired by A List Apart

jQuery Form

Component type

module

Downloads

2972

Component created

Component changed


Note: As of 2009/05/08, this module appears to no longer be supported. If you are interested in taking this module over, please reply to #540910: Reassign module ownership.

This module allows developers to make use of the jQuery Form Plugin, by a simple function call: jquery_form_add().

This module won't be ported to Drupal 6, because the jQuery plugin provided by it is in Drupal core now!

CCK Fieldgroup Tabs

Component type

module

Maintenance status

Development status

Downloads

37128

Component created

Component changed

For Drupal 7, see the Field group module, which includes tabs support.

Display CCK fieldgroups in tabs. Enables splitting up content onto tabs in both editing and display.

Requires Tabs module as well as Content and Fieldgroup modules, part of CCK. For Drupal 5.x, Tabs module is part of Javascript Tools. For Drupal 6.x, Tabs is a separate module.

Ajax Checklist

Component type

module

Downloads

6460

Component created

Component changed

The Ajax Checklist module implements a filter and associated javascript that allows you
to put something like this in a node:

--------------------------------------------
Things to do before leaving the house for DrupalCon 2007:

[cb all1 Discuss flights]
[cb some1 Book group flights]

[cb user-step1 Did you check if the heating is off?]
[cb user-step2 Did you feed the cat?]
[cb user-step3 Do you have your credit card?]
--------------------------------------------