drupal modules

Backup and Migrate

Simplifies the task of backing up and restoring your Drupal database or migrating data from one Drupal site to another.

Event

This is a simple module to keep track of events and show them to users in various calendar displays. It also provides an event API to allow other modules to store and work with date data.

Revision Moderation

Allows you to leave existing revisions of a node published while new revisions go into moderation for an administrator to approve.

Poormanscron

A module which runs the Drupal cron operations without needing the cron application.

LDAP Integration

Three modules that: let users to authenticate against multiple LDAP or AD servers; use LDAP groups as Drupal roles; and provides read or read/write access to LDAP data from within Drupal.

Prerequisites
PHP must be compiled with LDAP support - ./configure --with-ldap in order to use the LDAP module. You will probably have to install openldap-devel in order to do that.

Bug Fix
Per this bug report on Drupal.org, you need to fix a couple of the LDAP module files to properly map LDAP groups to the users
In ldapauth.module and ldapgroups.module replace all:

user_save($user, $userinfo);

With:

Thickbox

ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal.

CAPTCHA

CAPTCHA is a challenge-response test most often placed within web forms to determine whether the user is human.

There's also a number of related modules:

  • CAPTCHA Pack - collection of alternatives to image CAPTCHA
  • reCAPTCHA - Uses the reCAPTCHA web service to improve the CAPTCHA system and protect email addresses.

Then for a good laugh, look at the most craziest captchas on the web.

Installation Instructions

Webform

This module adds a webform nodetype to your Drupal site. Typical uses for webform are to create questionnaires, contact or request/register forms, surveys, polls or a front end to issues tracking systems.

Non-Unique Conditional Email Addresses with Webform.Module - also can obfuscate email addresses:
Additional Processing code:

<?php switch ($form_values['submitted_tree']['form_field']) {
case "option1":
$node-?>webform['additional_emails'][] = "name1@example.com";
break;
case "option2":
$node->webform['additional_emails'][] = "name2@example.com";
break;
case "option2":

Technology:

Views

Provides a flexible method for Drupal site designers to control how lists of content (nodes) are presented.

Technology:

Imagecache

Setup presets for image processing.

Prerequisites
Requires the imageapi module to be installed.

Pages

Subscribe to RSS - drupal modules

Recent Updates

  • 11 months 1 week ago
    1.27.2 update
  • 11 months 3 weeks ago
    Drupal 10/11 config
  • 11 months 3 weeks ago
  • PHP
    11 months 3 weeks ago
    PHP 8.3.11 and AlmaLinux
  • 11 months 3 weeks ago
    New version of Pound
Error | Production Monkeys

Error

The website encountered an unexpected error. Please try again later.