Views Date Range Rewrite

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Output text depending on the range in a date field with start and end values.

You can use this module to show an Open or Closed text flag for events, depending on whether the current time falls between the start end and times on an event node.

Field index

Component type

module

Maintenance status

Development status

Downloads

1127

Component created

Component changed

Field modules don't always add indexes for its columns (value column of text field for example), this leads to poor performance in views when we would like sort or filter views using the unindexed columns. We can check the query executed by views and add custom indexes manually, but it's not easy to deploy.

With field_index module, we can create custom indexes for fields. The indexes are exportable.

Entityblock

Component type

module

Maintenance status

Development status

Downloads

5245

Component created

Component changed

This module is a successor of the nodeblock module for Drupal 8.

This module allows you to specify content type(s), users, or any other type of entity as being a block. This allows the content managers of the site to edit the block text and title without having to access the block administration page. Users only need edit access to that entity in order to edit it.

Waywire Field

Component type

module

Maintenance status

Development status

Downloads

549

Component created

Component changed

The Waywire field module provides a simple field that allows you to add a waywire videos to a content type, user, or any other Drupal entity by inputting the Waywire ID into the field (CID).

Display types include:

  • Waywire thumbnails displayed with image styles
  • Waywire videos of various sizes

Entityreference Selectall

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Add a 'Select all options' checkbox to entityreferences.
This also refers future referring entities.

Only works on entityreference fields with a unlimited cardinality.
Does not work with core term reference fields.

Example:

You have Node A, with a entityreference field to Vocabulary B, which contains 3 terms.
When creating Node A, you selected the 'select all' checkbox.
This saves the entityreference field with all 3 terms.