Field SQL Storage Group Load

Component type

module

Maintenance status

Development status

Downloads

821

Component created

Component changed

Drupal's standard Field storage module loads makes 1 SQL query per field during entity load, which can be suboptimal with many fields. This module allows loading multiple fields per query, hence reducing the number of SQL queries during entity load.

Note

This module only works when loading the current revision of an entity, trying to load an older revision will still use the Drupal standard way.

Views Filebrowser

Component type

module

Maintenance status

Development status

Downloads

1563

Component created

Component changed

This module provides an filebrowser on file and image fields. The filebrowser shows all managed files in Drupal.

This module contains a submodule 'Views filebrowser CKEditor'. This modules makes it possible to browse managed files in the CKEditor text editor.

Double Field WYSIWYG

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module builds on top of Double Field and enables a double field with text areas to have WYSIWYG on both of them. Current status is rudimentary, but it's being successfully used in production for a project with 100+ sites.

File Chooser Field

Component type

module

Maintenance status

Development status

Downloads

4177

Component created

Component changed

This module extends File and Image fields by adding ability to upload files from third-party services such as Dropbox, Box, OneDrive, Google Drive and Instagram. The module's built-in plugin API allows developers extend functionality of the module by integrating other service providers.

The module respects Drupal field settings such as file size limit, extensions, cardinality.

Language Proficiency

Component type

module

Categories

Maintenance status

Development status

Downloads

142

Component created

Component changed

A language proficiency field type is added to save user proficiency for one or multiple language.

For example if you want to get input from user to specify Read, Write and Speak ability for the skills(language) with beginner, average and expert then this module is helpful for you.

This language proficiency field type is possible to use in job portals, application forms and user registration to capture the expertise in language.

Unlimited Number Field

Component type

module

Maintenance status

Development status

Downloads

6261

Component created

Component changed

Adds a custom render element and field widget allowing the user to choose "Unlimited" or a number value.

The unlimited_number element renders a radios form element with an inline number field. Custom prefix and suffixes can be applied to the number field. The radio labels can also be customized.

This field eliminates the UI oddity where form descriptions will often request the user to leave a field empty, set to 0, or set to -1, where an unlimited value takes effect.

field2CSS

Component type

module

Maintenance status

Development status

Component created

Component changed

field2CSS enables the possibility to add CSS classes to node forms and node displays based on field values.
The field instance form is extended by a single checkbox that enables adding the class.