Questions field

Component type

module

Categories

Maintenance status

Development status

Downloads

175

Component created

Component changed

Overview:
Questions field defines a new field type that allows adding several questions(Components field, Multifield) with one field,
In addition, each field created has permission that allows users with a specific role(e.g. Webmaster) to Create, Update, Delete question.
Note: Each component(question) it's a column in the table of field, thus it accessible by Views, Rules and the rest of modules.

Why should you use Questions field?

Node type Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a field to select from content types of the site.

This module also has one formatter to print node add form.

This way you can set one content type with info (node view) & print another node type add form inside.

String field formatter

Component type

module

Maintenance status

Development status

Downloads

317

Component created

Component changed

Small module to provide tag wrapper field formatter to Text type field.

Usage

* Enable string_field_formatter module
* Add a Text (plain) field to a content type
* On the Manage Display tab set the "Plain string formatter" and choose a wrap tag.

Workflow reminder

Component type

module

Maintenance status

Development status

Component created

Component changed

Workflow Reminder is an addon to the workflow module. It allows to send emails to users (authors / users of roles) reminding that a content has been in the same state for too much time.
The configuration is per workflow type and state.

It is possible to set the maximum time a node can be in the configured state (after that time, the reminding email is sent), the email fields (subject, body, from), and the recipients (author, users of roles).

Field error message override

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows you to override error messages per field.

-- USAGE API --

1. Alter the form you want to add custom error messages to using hook_form_alter(), or hook_form_ID_alter().
2. Add $form['#field_error_message'] = TRUE; to your form to apply the custom validation callback.
3. Add '#error_message' to your field array, for example:
$form['body']['#error_message'] = t('custom error');

-- USAGE UI --

Fotorama Gallery

Component type

module

Maintenance status

Development status

Downloads

1187

Component created

Component changed

DEMO

http://fotorama.io/ - here you will see a demo and multiple examples.

SUMMARY

The Fotorama Gallery Module provides a display field formatter for Drupal 8 that let to the site builders easily apply the Fotorama jQuery gallery to their image fields.

For more information on Fotorama jQuery gallery, visit the website at:
http://fotorama.io/