Media RSS

Component type

module

Downloads

10505

Component created

Component changed

A small module that allows image nodes that use both image module and imagefield module to become media entries in RSS feeds.

6.x-1.x
Orignal release that turns all site RSS feeds into media feeds. Stand-alone module

6.x-2.x
Views 2 style plugin. A lot more customizable and media RSS doesn't have to be used on every feed.

Requires either:

Field Copy

Component type

module

Downloads

750

Component created

Component changed

Field copy allows copying between fields for any content type. The fields must have the same type in order to copy.
Includes the option to nullify the source field.
Currently it requires CCK and it allows copying any cck field to any cck field of the same type ie. text, integer etc...

Provides API for the field_copy function.

Currently this module is considered alpha, so please backup your db before using this module.
In the future I will be adding undo functionality.

Anti Existing Field

Component type

module

Maintenance status

Development status

Downloads

4584

Component created

Component changed

Disable the option to re-use CCK fields (prevents splitting fields into separate tables when new fields are added to a content type). This is useful when custom modules have hard-coded SQL queries to CCK field tables where re-using a field would break the queries.

Current options are disable the submit button, remove the form, or prank the user to move the button around the screen on mouseover.

Media Transcriptions

Component type

module

Maintenance status

Development status

Downloads

859

Component created

Component changed

This module will add Transcriptions (or Closed Captioning) to video and audio files. It will also integrate with Media Player, YouTube API, Asset, and Embedded Media Field.

Ultimately slated for a Drupal 7 release (because of required hook_file and hopefully streaming packaging). However, there will be an initial Drupal 6 release with limited functionality.

Rough road map:

Formatted Number

Component type

module

Maintenance status

Development status

Downloads

30363

Component created

Component changed

Overview

The Formatted Number module defines numeric types where thousands separator and decimal point are inherited from the Format Number API module.

Numeric types supported: signed or unsigned integers (tiny, small, medium, int), decimal and float.

Builtin integration support for: Views, Diff, Token.

Easy Image Insert

Component type

module

Maintenance status

Development status

Downloads

3199

Component created

Component changed

This module has been discontinued. Use Insert instead.

Warning: Although you can download a stable version, this module stills under development. Please download the dev version for testing

You can see a demo of this module here: http://www.dailymotion.com/video/x792wj_easy-inset-image-for-drupal_tech

Node Form Rearrange

Component type

module

Maintenance status

Development status

Downloads

3975

Component created

Component changed

This module is not recommended in cases where you use other modules that modify the taxonomy form elements in some regard. Many incompatibilities (such as forum and simplenews) have been reported in the issues queue and there's no good way of ensuring compatibility with all such modules.

This module is useful only in the case where a module like Content Taxonomy does not provide the input widget required, and the default taxonomy field does.

Popup filter

Component type

module

Development status

Downloads

7666

Component created

Component changed

The popup filter is now part of a suite called Popup.
Check out version 3 here

Ever wanted to put nodes or other content into popups or tooltips?
The popup filter allows the insertion of tooltip-like popups of:

  • text, nodes, blocks, menus, forms, views and php-generated content wherever input formats are applicable
  • node reference fields in node displays and views.

Instructions

  • Install the popup_filter module
  • Insert [popup] tags in content, and set the input format to "Popup filter"
  • Install the popup_filter_ui module
  • Go to admin/settings/popup-filter and setup formatters for node reference fields (if you don't like the defaults)
  • Select the formatter at the node field or view field display configuration

Popup goes the content.

CCK Field Definitions

Component type

module

Maintenance status

Development status

Downloads

8066

Component created

Component changed

Note: Since the inclusion of CCK functionality into Drupal 7 core under the Field API, the Drupal 7 version of this module will be part of the Field definitions project. It features a slightly refactored code base and integration with the Field API, instead of CCK. Other features are planned as well.