This project is under active development.

Wisteria

A modification of the wilderness theme to specialize it for Wisteria Consulting, LLC.

Weather Underground API

I'm trying to progress development of some code, wanted to cut my teeth and develop my own branch of a module.

Gridster

API module to include gridster javascript library, see http://gridster.net

Entity Email

The Entity Email module lets users create their own email templates which can be used to send emails. Emails sent can also be recorded in the DB if needed. Emails can be sent programmatically or by the mean of the Rules module.

Main features:

  • Built on top of the amazing entity API
  • Allow token substitution
  • Templates can also contain attachments (PDF, TXT...)
  • Rules module support, so email actions can be triggered by any Rules
  • Supports the MimeMail module for HTML emails.
  • Build with the fields API
  • Emails sent can be recorded in DB

Required Modules

  • Entity API

Optional Modules

  1. Rules
  2. MimeMail

Installation

Go to the Modules page (/admin/modules) and enable it.

New entities provided by the module

Entity Email Type

Define a new email template with:

  • Label (required) - A descriptive label for the template.
  • Name (required) - Machine name for the template.

Messages to Block

Allows you to suppress drupal_set_message()'s, at which point they are saved to be displayed and/or dismissed from a block.

Pages

Subscribe with RSS Subscribe to RSS - Under active development