Audio Annotate

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

Audio Annotate provides a new CCK formatter for filefield.

A demo can be seen here :
http://audio.8bitplateau.net/test

It generates an image from an uploaded audio file and allows the placing of comments on top of the image using jQuery.
It creates sound-cloud-like field for Drupal.

Currently 6.x only.

Webform SSN

Component type

module

Categories

Maintenance status

Development status

Downloads

885

Component created

Component changed

A webform component for Social Security Numbers.

The module adds a new component to Webform components list which provides an option to define SSN (Social Security Number).

The default setting masks the entries, like password fields. It could be changed in component settings page to have plain text fields instead.

Due to confidentiality of Social Security Numbers, SSN field value is masked every time it is displayed, including results table and download. i.e. ***-**-1234

Missing Help Fields

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Quick module that checks for the presence of descriptions for fields in all content types. This will likely be rolled in to a QA suite at some point.

SI Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The SI Field module defines a SI type for the Field module. It handles various input formats, and they can be formatted when displayed.

This is one of the modules used for DIY-Layout.com, an online stripboard/veroboard editor aimed at guitar and bass effects.

Podcast

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is a Features export manipulating views and content types needed for my approach to creating a podcast in Drupal 7. This is, currently, a sensible starting point... not an out of the box solution. This feature is dependent on the iTunes_Feed_Formatter module in my sandbox.

Improved Text Trim

Component type

module

Maintenance status

Development status

Component created

Component changed

The text_summary() function used for displaying text fields with the "Trimmed" or "Summary or trimmed" formatters (i.e., within teasers) has some shortcomings as discussed in #221257: text_summary() should output valid HTML and Unicode text, and not count markup characters as part of the text length.

Image Preview

Component type

module

Maintenance status

Development status

Downloads

2762

Component created

Component changed

Overview

When you hover over an image, it loads a bigger version of that image next to it. You can also enable a "zoom" feature that lets you replace the bigger image on keypress of "z" with for example a crop image style.

Devlopment infos

The script uses hoverIntent
The basic jquery replacement script is written for the module and easy readable if you know basic jquery.