Image widget default image

Component type

module

Categories

Maintenance status

Development status

Downloads

1693

Component created

Component changed

This is a little utility module that shows the default image of an image field as part of the image widget, if no image has been uploaded yet. It is displayed in the same way that the image preview of images that have been uploaded is displayed.

The display logic is identical to that of the image formatter: If the field instance has defined a default image, that is displayed. Else, if the field has defined a default image, that is displayed. Else no image is displayed, just like without this module.

The module does not come with any configuration or permissions.

Configuration Database

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a Drupal 8 project.

Adding a second database to Drupal that is designed to hold configuration data.

Drupal 7 was often criticised for what was probably the biggest shortcoming of Drupal, the difficulty in seperating configuration data from content.

New for Drupal 8, this module will attempt to revisit that problem, by providing Drupal 8 with a second database, and the ability to decide which database data should be saved to.

Watchdog JS Errors

Component type

module

Maintenance status

Development status

Downloads

4378

Component created

Component changed

A simple module to save Javascript errors in watchdog.

Usage:
Configure user permissions in Administration » People » Permissions: Save js errors in Watchdog

Webform References

Component type

module

Maintenance status

Development status

Downloads

15400

Component created

Component changed

Synopsis

Provides a webform component that can reference a node/term/user in webform. It provides "Select List", "Autocomplete", "Checkbox" and "Radio" as widget.

A view with entityreference display can also be used to get the list as options.

Requirements

Webform

Known problems

Don't disable and uninstall the module if your webform has any reference component otherwise it will gives an error on the form.

Post Protector

Component type

module

Maintenance status

Development status

Downloads

597

Component created

Component changed

This simple module adds support to your site to block HTTP POST requests that are not associated with form submissions. This is useful for reducing the potential for attackers to bypass your caching infrastructure by making HTTP POST Requests for pages of your site.