Multi Value Textarea

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The module provides simple textarea field with only one difference: each line of text saves to database as separate value.

The field may be used for a simple tagging, etc. And when you're working with database, you'll get benefits like getting unique values or filtering. Of course you may use taxonomy for this purpose. The goals of this module is simplicity and comfort you're getting when working in textarea.

Sponsored by CounselKit.

vocabulary matrix

Component type

module

Maintenance status

Development status

Component created

Component changed

As a first step this module attempts to support a content field as a matrix. The matrix field supports management of the labels of the matrix on the x and y axes i.e. first row column headers and first column row headers using predefined vocabularies with support for nesting. The first version is expected to be fairly rudimentary with future versions i will attempt to support online merge of rows and columns using AJAX. The grand plan is to try and take the implementation in the direction of a spreadsheet style pivot table.

Frameup

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Exposes an Iframe formatter for Drupal 7 Link Fields, and an Iframe content type for CTools aware applications like Panels. Translation: Drop IFrames into your panels willy-nilly.

Text Encrypt

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides encrypted text and long text fields and includes a feeds mapper for import.

Requires the Encrypt module.

Module is adapted mainly from the core Text field module.

Taxonomy Index Lineage

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds an option to term reference fields in node content types so the entire lineage of a term selected in a node is stored into the taxonomy_index table. This allows for simpler deep taxonomy database queries.

This module does not change the actual contents of the term reference fields. They will continue to contain only the actual selected values. If you are using EntityFieldQuery and term reference fields it will not check against the full lineage. If you want EntityFieldQuery to check against the full lineage check this modules README file for more information.

Triple Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a small module written to provide an extension to Drupal's core Text Fields.

This module can divide a new text field into three separate parts.

The code for this module is based on the double field module originally written by Chi.

Example use cases: key/value/value, first name/last name/department, speaker name/institution/title etc.

RightMove integration

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides import/export option to RightMove.co.uk with Fields API and Views 3.

Currently under development. Please open an issue for feature requests.
برای طراحی وب سایت می‌تونید از سایت ساز کاموا استفاده کنید

فروشگاه ساز کاموا سرویسی هست که میتوانید بدون نیاز به استخدام طراح، فروشگاه خود را بسازید

Template Field

Component type

module

Maintenance status

Development status

Downloads

7191

Component created

Component changed

This module provides a field for entities that allows users to select what template the field should be displayed in. The goal is to give users the ability to choose the layout of the content without them having to use different content types for different layouts. It is a collection of three modules working in tandem:

  • Template API
  • Template Field
  • Template Mustache - The rendering module for Template API

Templates can be created through the UI or by implementing hook_template_api_templates().

Entity Revision Tags

Component type

module

Maintenance status

Development status

Component created

Component changed

This is an example module.

Example implementation of state_machine/state_flow.

Add a "Version Tagging" field. This field allows you to add tags to entity revivions. Then you can go to admin/content/revision-tags to see the site as that with the tagged revision active. It's currently only works with nodes.

Currently the field has to be named "field_example_tag" in order for the functionality to work.

This is a proof on concept that we are using on a client site.