Honeypot Submit

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a simple module that is very useful at stopping form spam bots from submitting Drupal â„¢ forms like user registration. It replicates the submit button on a form and hides the original. When a bot comes along, they execute submit() or click on the first/primary submit button of the form. These submissions are blocked because they are assumed to be a bot or some automated process. When an actual visitor comes to the site they won't see the original button and are required to click the replicated one.

Google Static Map

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Google Static Map adds two new formats for Geofield to generate Google static map, an image more light than a Google map :
- A standard format. You choose only the width, the height and the zoom.
- A responsive format to configure a static map for each breakpoints of your choice.

To have the responsive format, you must enable the Picture module and configure your breakpoints on a breakpoint group.

geoportal

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The purpose of the Geoportal Esri module is to help you to integrate the geoportal metadata search form to your website.

This module uses the geoportal extension Rest Api.

This module can be downloaded in my github

Simple REST API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Simple REST API offers Drupal 8 style REST API for reading, creating, updating and deleting nodes. You can make your systems to support Drupal 8 before actually updating Drupal.

Properties

  • supports HTTP basic authentication
  • uses HAL/JSON as the data format
  • respects node rights by use of node_access()
  • very minimalistic error handling