This project is under active development.

Site Inventory

Synopsis

Site Inventory is a module that stores a repository of important content on your site such as:

Objective Forms

A slightly less hateful implementation of form handling for Drupal.

Because we all know drupal forms blow.

Support many form field types:

Active Record

Active Record for Drupal

Tired of using the anonymous arrays Drupal loves to slosh around? Give this a whirl.

Ships with some default models for users, role and users_roles

Password hint

Allow your users to create easy to remember password hints to assist with login.

Simple Mail

A module to simplify sending emails with Drupal.

There are many great modules for complex email handling and sending scenarios, or email templating, and Drupal core handles emails pretty well by itself. However, for many sites, a radically simplified email sending system is helpful.

With Simple Mail, sending an email is as simple as:

  simple_mail_send($from, $to, $subject, $body);

Want to queue the email, so you can send thousands of emails in the background without crashing your site?

  simple_mail_queue($from, $to, $subject, $body);

Comment verify

Forces anonymous commenters to verify comments via email before they can be published.

Pages

Subscribe with RSS Subscribe to RSS - Under active development