Considered feature-complete by its maintainers.

Node Family

With this module you can define relations between content types.

Email Field

This module provides a field type for email addresses.

Features:

  • validation of emails
  • turns addresses into mailto links
  • encryption of email addresses with
  • contact form (see Display settings)
  • provides Tokens (for D 7.x: use Entity tokens from the Entity API)
  • exposes fields to Views
  • can be used with Rules
  • Panels Integration

Drupal 8

The basic email field type is in core now: #1668332: Add an E-mail field type into core, making this contrib module obsolete. Specific formatters (like the contact form) can live in separate contrib modules.

D6 to D7 Upgrade

  1. Run Core upgrade path
  2. Install Content Migrate from CCK
  3. Go to "Structure" -> "Migrate Fields"
  4. Select Email fields you want to upgrade and submit the "Migrate selected fields" button

Node clone

The clone module allows users to make a copy of an existing item of site content (a node) and then edit that copy. The authorship is set to the current user, the menu and url aliases are reset, and the words "Clone of" are inserted into the title to remind you that you are not editing the original content.

Computed Field

Computed Field is a very powerful field module that lets you add a custom "computed fields" to your content types. These computed fields are populated with values that you define in PHP code. You may draw on anything available to Drupal, including other fields, the current user, database tables, you name it. (Feeling the power yet? :) ) This field is literally the Swiss Army knife of fields. So start cooking up your PHP based values!

vCard

The vCard module adds a vCard download link to every users profile. This link makes it easy to add users on your Drupal site to your local address book.

Taxonomy Limit

This module allows an admin to set limits on the number of terms that a node can have per vocabulary. This is set separately per content type as well. For example, a page could allow unlimited terms in a category, but a story could limit the same category to four.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only