jQuery Autofill

Component type

module

Maintenance status

Development status

Downloads

611

Component created

Component changed

Description

This is a simple module to allow the admin user to turn any textfield, textarea
into a simple but very effective autofill field to explain the users how to fill in the fields. And as the user clicks in the textfield, textarea, then the help text will simply disappear and allow the user to fill in the information as described.

Translated Front Page

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a template variable to identify front page translations.

The is_front variable can be used in a template file to check whether the displayed page is the front page or not. However, this does not apply to the translations of the front page (when content translation is in use). This module addresses this by adding a new template variable is_translated_front, which is set to TRUE for nodes that are translations of the front page.

Usage example:

Logo Switcher

Component type

module

Maintenance status

Development status

Downloads

823

Component created

Component changed

Logo switcher allows the use of an alternate logo on nominated pages. Users with appropriate permissions can upload an image to use as the alternate logo or enter a path to an existing image. The display of the alternate logo is controlled by specifying paths, using the same format as blocks.

Development of Logo Switcher was sponsored by Technocrat.

Format CSV

Component type

module

Maintenance status

Development status

Downloads

1711

Component created

Component changed

Format CSV is a module targetted at Drupal developers, allowing to format standard table array as CSV, mimicking Drupal's built-in theme_table() function behavior.

It accepts both simple arrays of cell values and associative arrays with "data" keys, strips all HTML tags and ignores all HTML attributes, returning full content of CSV file with default or user-defined CSV field delimiters and enclosures.

Field formatter label settings

Component type

module

Maintenance status

Development status

Component created

Component changed

Development status

This module is obsolete. Please use the Field label plurals instead. It's a better implementation of the same functionality, at least as far as Drupal 7 is concerned.

For Drupal 8, I'd prefer to contribute back to field_label_plurals.

======

A sandbox project to explore extra settings for field labels, using the Field formatter settings API.