Responsive Image Formatter Link to Image Style

Component type

module

Maintenance status

Development status

Downloads

146

Component created

Component changed

This module provides an additional formatter for image core field to link to an image style.

Installation

Install as you would normally install a contributed Drupal module.
See: drupal.org/documentation/install/modules-themes/modules-8 for further information.

Move 403 to page

Component type

module

Maintenance status

Development status

Downloads

82

Component created

Component changed

This module will redirect the 403 request to different page depend on user's roles.

When user access a page that they don't have permission, and you wish:

  • anonymous user should be redirected to page-1;
  • authenticated user should be redirected to page-2;
  • custom-role user should be redirected to page-3;

Yes,this module will do it.

File Version

Component type

module

Maintenance status

Development status

Downloads

1373

Component created

Component changed

This module add simple token in files URLs based on file modified time. This is very useful for caching files in CDNs and differentiate if the image changes like a new resource.

Modules that crop images need this for integrate with CDNs. Because the image file name is the same but the image could be different.

You can configure:

Cache Control Override

Component type

module

Maintenance status

Development status

Downloads

861

Component created

Component changed

In Drupal 8 core Page Cache max age settings are applied globally to all pages, and there is no way to set a different max age per page or leverage cache metadata max-age to override Cache-Control max-age value. This means that if you're hosting your website behind a reverse proxy that honors Cache-Control header, all pages are cached with equal TTL. You can either disable cache with response policies, or cache it for the same global value.

Json autocomplete

Component type

module

Maintenance status

Development status

Downloads

367

Component created

Component changed

This module provides enhanced auto complete widget which is better in performance as compare to default auto complete widget, as it's name suggests that searching is based on json data, so instead of fetching results from database it searches from json object and gives fast results with better user experience.

Note: Right now it is only available for taxonomy term reference field type and will be available for entity reference field soon.

Webform Config Ease

Component type

module

Maintenance status

Development status

Downloads

61

Component created

Component changed

Module for batch processing of configuration settings of webform components.
Currently this module only supports below functionalities --

1. This module will encrypt/decrypt all fields except fieldset, file, markup and pagebreak in every webform on the site.

This module will add more common functionalities across all the webforms in a site to make the configuration management easier for the site admin.