Mailcheck

Component type

module

Maintenance status

Development status

Downloads

1871

Component created

Component changed

Get fast, client-side suggestions for mistyped email addresses.

What is it?

An integration of mailcheck.js with forms in Drupal (supports user registration, webforms)

What's it do?

Someone enters user@gmaul.com, mailcheck asks, Did you mean user@gmail.com?

Hide Contextual Links

Component type

module

Categories

Maintenance status

Development status

Downloads

2992

Component created

Component changed

This module hides contextual links, removing them entirely from the markup on a block by block basis by un-setting the #links element.

There are three setting for each block.

  1. Visible: The module does nothing.
  2. Hidden: Hides the contextual links from users who do not have the "Override hidden contextual links" permission. Useful for high-level administrators.
  3. Hidden from All: Hides them from everyone, administrators included.

Sync PostGIS

Component type

module

Maintenance status

Development status

Downloads

2206

Component created

Component changed

graphic-descriptionThis module pushes geospatial data (generally stored in a geofield) attached to entities into a PostGIS database. This enables modules to perform complex spatial queries and external services to interact with the data.

Use Sync Postgis 2.x with Geofield 2.x, and use Sync Postgis 1.x with Geofield 1.x

Views Simple Pager

Component type

module

Categories

Maintenance status

Development status

Downloads

5882

Component created

Component changed

This module provides a simple, configurable Previous / Next pager element without all the cruft of a normal Views pager (page numbers, page count, etc). Labels are configurable (e.g. Newer / Older instead of Previous / Next) and the pager elements can be reversed from "normal" display order:

<< Previous ... Next >>
<< Next ... Previous >>

Lazy Vars

Component type

module

Maintenance status

Development status

Downloads

979

Component created

Component changed

Lazy Vars is a simple utility module meant to help development on other modules.
It helps store and retrieve arbitrary persistent variables from the database. It is similar to the Core 'variable' system except that it loads the variables on demand and doesn't load them unnecessarily.

It provides a simple API for the common get, set and delete operations