Configure the layout and format of content and data presented to site visitors.

multiadd

Creates a new FAPI element of #type multiadd

Similar in concept to Drupal 6 CCK 3's multigroup

The module also contains two examples

UEditor - WYSIWYG HTML Editor

This module will allow Drupal to replace textarea fields with the UEditor - a visual HTML editor, sometimes called WYSIWYG editor.

TextArea Timeline

This is an attempt at making a compound field widget that combines a textarea element and a date field. The idea is to create a timeline of body text.

Filefield Revisions Display Formatter

This project provides a CCK display formatter which shows all the past revisions of a file that were previously attached to the node, using core Drupal's revision system.

This module provides several theme functions which can be overridden and customized by renaming and copying to your theme's template.php file.

Instructions for use
Add a filefield to a content type at admin/content/node-type/node_type_name/fields and enable revisions at admin/content/node-type/node_type_name. Then, enable this formatter on your content type's field display settings at admin/content/node-type/node_type_name/display, called "File Revisions."

Behavior:
Add a file to a filefield. Save the node with the "create new revision" checked. Now, edit the node, delete the file from the filefield, and add a new file, with "create new revision" checked. The filefield set to display as File Revisions will now display the old file, as well as any other previously deleted versions of the file. To remove a file from this field, use the "Revisions" tab on the node and delete all revisions that contain the file you wish removed.

Requirements:
Drupal core revisions module
CCK
Filefield

Known bug

Pages

Subscribe with RSS Subscribe to RSS - Content display