Password Confirm

Component type

module

Maintenance status

Development status

Downloads

2808

Component created

Component changed

This module provides a field type for Password Confirm.

Features:

* Fields similar to the password field used in user registration form.
* Javascript based on line validation.
* Save Password settings for

  • Drupal based encryption for password value
  • Plain text password value.

* Show Password on node form

  • Plain Text
  • Dotted Value

INSTALLATION:

1. Place the entire password_confirm directory into your Drupal sites/all/modules/ directory.

CCK Field ID

Component type

module

Maintenance status

Development status

Component created

Component changed

The content of multigroup fields created with CCK are stored in tables in the database which use the the node version id (vid) and delta (the position within a set of fields that a field occurs) in order to reference them. Unfortunately, as delta can change - i.e. if a node is edited and the order of the fields is changed - you cannot use these tables to reliably reference a particular piece of content stored within a field on a node.

Import KIT

Component type

module

Maintenance status

Development status

Component created

Component changed

API реализующий функционал импорта данных из любого формата (CML, XML, CSV, TXT) в Drupal.
Состоит из управляющего модуля importkit и дочерних модулей, реализующих функционал хранения и удаления данных.

Field formatter label

Component type

module

Maintenance status

Development status

Downloads

3377

Component created

Component changed

This module allows site administrators to override the Field Label on any field in the Manage Display settings page. This allows each field to have a different title in different view modes.

Instructions

The field formatter label settings are found in the Manage display tab for content types, users, and other entities. A text box is available for each field's label, revealed by using the formatter settings edit button (Gear wheel icon) for that field. If no 'Label override' is specified then the default will be used.

Toolkit

Component type

module

Maintenance status

Development status

Component created

Component changed

This modules provides an api and set of tools for creating flexible content types, taxonomy terms, and their respective fields and field groups. Although the base functionality is similar to what is offered by Features, these tools are entirely maintained in simple to create/edit/update yaml files with only as much information as is needed; there is no need to alter fields or content types in the UI and then recompile; just alter or add a setting in the code, rebuild the content type or taxonomy vocabulary, and you're done.

Advanced Text Formatter

Component type

module

Maintenance status

Development status

Downloads

28121

Component created

Component changed

#D8CX: I pledge that Advanced Text Formatter will have a full Drupal 8 release on the day that Drupal 8 is released.

This module is just a formatter (display) of textfield, text area and text format. The idea behind this is to provide a simple solution, easy to setup, with few dependencies to display text on website.