Maintainers strive to actively monitor issues and respond in a timely manner.

Library Catalog Orders

[libcat_order] Place and manage Library Catalog orders.

Sonambulo

Overview

The very first idea is to have a theme that removed Drupal's unnecessary markup, focus on Mobile First.

Sonambulo is a base theme for Drupal 6, with clean markup & CSS, simple and lightweight. Less divitis, more fun, and say yes to HTML5 on Drupal 6!!

Like other blank canvas base themes, this theme will NOT make your site look sexy, but Sonambulo will help you clean up the excessive markup that Drupal provides out of the box.

Disable Mail

About

Disable Mail is a module which allows you to disable outgoing mail on your site. You can do this for all mail, or specify which modules this should apply to.

This works by providing a MailSystemInterface. A MailSystemInterface is a mail handler. This means that when any module or the system sends mail, this handler decides what to do. The default handler sends mail using PHPs mail functions while others store the mail in a log file. This handler simply does nothing and reports a success to the system.

Set Up

To enable this feature, the user needs to enable the module and then set their configuration in the settings.php file. Below are some examples of how to set these settings up. The basic idea is that we are setting a Drupal configuration variable that lists the various handlers Drupal and modules should use.

Here is an example of a setting in settings.php. This line can be added anywhere in that file.

$conf['mail_system'] = array(
  'default-system' => 'DisableMail',
);

The above settings sets the "mail_system" default to "DisableMail" (the MailSystemInterface included in this module).

You could also add a conditional arguement such as:

<?php
if ($_SERVER['HTTP_HOST'] === "example.com") {

atrium_forum

atrium_forum it is a Drupal feature for managing forums in Open Atrium.

The feature simplify forum handling and hopefully solves OG Forum security issue.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained