Required by role

Component type

module

Maintenance status

Development status

Downloads

10360

Component created

Component changed

Field required by role is a module that improves core "required" functionality.

Similar to CCK Required by role brings extra features such as:

  • Ready for all entities, including custom entities.
  • Doesn´t need extra configuration, just install.
  • Respects previous configuration.
  • Configuration per field instance.

Link favicon formatter

Component type

module

Maintenance status

Development status

Downloads

6463

Component created

Component changed

Overview

adds a formatter to the link field that adds the host favicon to the front of the link. It adds the favicon while still allowing you to choose, from the other formats, the format of the actual link.

Features

The module currently has 3 different ways of grabbing the favicons.
Google shared service
Getfavicon.appspot
Builtin PHP scraper with local caching.

audio_audiofield

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides an upgrade path from the Audio module in Drupal 6 to the Audiofield module.

This module creates a new Podcast content type (using Features) with an audio field on it, and then when update.php is run it will migrare all audio data into the new content type and associated field.

Email Contact

Component type

module

Maintenance status

Development status

Downloads

7161

Component created

Component changed

This module provides display formatters for the email field to display email as a link to the contact form, or as an inline contact form.

Drupal 8
The Drupal 8 version has no dependencies.

Drupal 7
Depends on the Email module.

The contact form functionality was separated out from the Email module.

Google FeedAPI Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

127489

Component created

Component changed

The Google FeedAPI module extends creates a formatter for the link field that
allows for downloading and displaying feeds all via the Goolge FeedAPI JavaScript
Library. This is meant to be a low impact way of including feeds on your site.

It requires no cron or special setup or integration with anything other than the link field.

It provides basic formatter settings for number of feed-items to pull and the display type.

Freetagging Validation

Component type

module

Categories

Maintenance status

Development status

Downloads

519

Component created

Component changed

This is a simple module for validating user input for Taxonomy freetagging field widget.

The concept is to validate on user input string text before it is passed to taxonomy validator and turned into a taxonomy terms.

The field validation module validation comes too late since all the user input data has already been converted to taxonomy tid id.

Sponsored by Alethia
Sponsored by VicTheme.com

Obsolete.

Only can be used by blacklist rules.

Javascript Counter (NobleCount)

Component type

module

Maintenance status

Development status

Component created

Component changed

A JQuery based counter on textareas. This can be used to limit or warn users that they are over the maximum limit of the element. This falls back to Drupal native validation (in the case of #maxlength) or a custom server side validation that takes double character newlines into account (in the case of #js_maxlength). Any scripts should be aware that " " are counted as a single character.