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

Commerce tax report

Entity based tax reporting for Drupal Commerce.

Comment Interval Module

The Comment Interval module provides an advanced action that allows site admins to specify an interval at which to send comment email notifications. For example, an interval setting of 10 will send out a notification email every 10 comments posted on the site. This functionality is useful when comments need approval before being published.

The notification email that gets sent out by this module is sent to the site email address that was specified when you first installed Drupal. This can be changed via the Site Details section of the Site Information administration page.

Requirements

The Comment Interval module requires the Core Comment and Trigger modules, as well as the Contributed Token module.

Usage

1. Comment Interval Configuration

Download and install the Token and Comment Interval modules on your site. Enable the Comment, Trigger, Token, and Comment Interval modules via the Modules administration page.

Going Down

Warn site users in advance that your site will be going down for maintenance at a specified time so that they can complete checkout, edits, or anything else they are doing before the data is lost. The default configuration displays a fixed position red overlay message at the bottom of the browser window with text in the format ' is going offline for maintenance: Tue Feb 21 14:41:08 2012 -0800'. Configuration settings are added to the Site Maintenance administration page (admin/settings/site-maintenance).

Enterprise Images

Enterprise Images is an App for managing images content and displaying image galleries. It is a part of the Open Enterprise distribution but can be installed on any Drupal 7 site.

Features

  • image content type using media fields
  • image gallery view page and block of events that can be filtered by categories
  • categories block view

Installation

  1. Install the module and dependencies. There are three ways to install using Drupal 7:
    • Do a traditional install by downloading all the modules from Drupal.org and follow instructions
    • One click install via the LevelTen Apps Server. You must install the apps connector modules first.*
    • Start your site with the Open Enterprise Drupal distribution. The apps server connectors are included - along with a lot of other great stuff.*

    * Using the apps server greatly streamlines the process.

  2. Once installed, a new Video item will appear on the main menu. Visit the page and click "+ Add video" to get started.

Sponsorship

Simple AJAX

from the project README:


Simple AJAX
-----------
Note: this module currently only works with html5 themes since it relies on the data-attributes parameters.

This module does nothing on it's own. It provides a simple way to load nodes, blocks, users and views via ajax. Links must have a class "simple_ajax" to be processed. They also must have some data attributes.

Node:
This will replace the $("#main-wrapper .content") html with the node 5 rendered using the "teaser" view_mode
< a href="node/5" class='simple_ajax' data-nid="5" data-view_mode="teaser" data-target="#main-wrapper .content" data-method='html'>node 5< /a>

User:
This will replace the $("#main-wrapper .content") html with the user 1 rendered using the "full" view_mode
< a href="user/1" class='simple_ajax' data-uid="1" data-view_mode="full" data-target="#main-wrapper .content" data-method='html'>user 1< /a>

Block:
This will append a block (module = "user", delta = "login") to the $("#main-wrapper .content") content
< a href="user/login" class='simple_ajax' data-module="user" data-delta="login" data-target="#main-wrapper .content" data-method='append'>login< /a>

View:
This will append a view (system name = "news", display_id = "default") to the $("#main-wrapper .content") content

DataPublic

DataPublic is a Drupal installation profile/distribution for Open Government initiative. It comes bundled with over a dozen of custom features and modules that are unique to an Open Gov initiative. Find out more at DataPublic.org

Demo

You can see a fully functional demonstration of the Installation Profile/Distribution at http://datapublic.openlab.ca/

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained