This project is under active development.

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.

Open AIIR

Open AIIR is a Drupal distribution that illustrates how Drupal can be used for creating simple native mobile apps that derive its data content from a backend Drupal site. It contains the necessary source code for generic mobile app (distributed as open source).

Project Overview

Once you install this installation profile locally, you get

1) A Drupal site: You get a Drupal site that is pre-configured to use feeds to refresh its own content periodically on an ongoing basis. You only need to configure cron job locally - so that cron runs periodically for this site. On every cron run, the feeds module refreshes the Drupal site content. Content (text, images and videos) is pulled from the publicly available RSS feeds on the Internet such as Dries' Blog. This Drupal site content is made available to the aiir mobile apps in JSON format using the views and views_datasources module.

Jnotify

Jnotify Default Message

An easy way to integrate message from jnotify library. this module provide the whole interface to integrate a jnotify message on a page load, or an click event on your site.

Pages

Subscribe with RSS Subscribe to RSS - Under active development