Entity Reference Typeahead

Component type

module

Maintenance status

Development status

Component created

Component changed

This module defines a new form element type, called "entityreference_typeahead",
and 2 new field widget types, called "Typeahead" and "Typeahead (Tags style)"
that allows users to reference any entity by using
typeahead.js widget.
This module is depend on Entity Reference.

For more information, please check the README.txt file.

ERBAC

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

ERBAC stands for EntityReference Better AutoComplete.

This module provides a new widget for EntityReference field, based on "AutoComplete (tags)" widget, but without the cluter of writing comma-separated entity label.

Change Field Settings

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Ever needed to change a field from text to longtext?
Or increase the max-length of a field?

This module does exactly that.

We are starting with support for textfields, and hope to ultimately support a variety of fields and options.
If you are interested in developing this feature, please join!

Facebook username

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

This module provides a simple field for handling Facebook username, which can be added to content types for validating and storing a Facebook username.

There's an option to check that the username really exists, via facebook.com.

It defines 2 formatters, "plain text" and "link", where the username is prefixed by @. Both formatters are themeable.

Installation

Copy the 'facebook_username' module directory in to your Drupal sites/all/modules directory as usual.

Required Fields

Component type

module

Maintenance status

Development status

Downloads

580

Component created

Component changed

Overview:
This project provides an admin interface which lists all the fields grouped under content types. And it has a functionality to make the fields as required or optional.

Features:

  • You can modify the all field's required attribute in single interface.
  • This saves time as you don't need to navigate to manage field page for just making the field required/optional.
  • It supports Field Collection fields too.

Known Problems:

field_collection_pager

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Testing for expose field_collections as pager

We have often the problem for paged content. This module should help to build paged content on nodes an other enitites.

You must defined at least one field_collection for a content type to use this functionality.

On field settings you can set "paged" on enabled and define an alias for this pager.

There is also support for ds.

Node Field TOC

Component type

module

Categories

Maintenance status

Development status

Downloads

716

Component created

Component changed

Node Field Table of Contents

A drupal module that provides a panels pane table-of-contents containing links (in-page anchors) for a node based on its fields and their visibility settings.

What it does

This module does two things when enabled for content types, it:

Webform TabIndex

Component type

module

Maintenance status

Development status

Downloads

3784

Component created

Component changed

The webform tabindex allows web developers to customize the tab/navigation order of web content on which HTML objects(e.g. input, select, fieldset etc ) that support tabindex attribute.

By default webform set the tab/navigation order in which element are rendering on the page. By using webform tabindex module developers can easily set the tab/navigation order for focus-able elements (typically links and form controls).