Previewable email templates

Component type

module

Maintenance status

Development status

Downloads

20486

Component created

Component changed

The Previewable Email Template (PET) module lets you create email templates, with token substitution, which can be previewed by the user before sending. The emails can be sent to one or many email addresses in a flexible way, and the recipients may or may not be Drupal account holders (users).

PET stores templates in a db table, not the variables table, so there is none of the memory usage which goes with the latter.

PET templates are in one place for easy management by site administrators. Emails can be sent one of three ways:

Gist Input Filter

Component type

module

Maintenance status

Development status

Downloads

7058

Component created

Component changed

This module provides an input filter to add a gist (from Github) anywhere input filters are accepted. You have the option of replacing the filter tag with a link to the gist or embedding the gist itself.

From Github:

Gist is a simple way to share snippets and pastes with others. All gists are git repositories, so they are automatically versioned, forkable and usable as a git repository

It is by far the easiest way to embed code in your site, with syntax highlighting and all.

Panels Dashboard

Component type

module

Maintenance status

Development status

Downloads

4614

Component created

Component changed

Allows users to locally rearrange and roll up panes on the panel and save the state per account. Global state of the panel is not modified in the process.

Note! 7.x branch is in development and unstable, currently only available as a 6.x module.

Dependencies

  • Panels
  • jQuery UI

If you're using non standard, custom layout template, please ensure that .panel-display class is present on root div of your panel layout template.

Reviser

Component type

module

Maintenance status

Development status

Downloads

2098

Component created

Component changed

Reviser is an inline wysiwyg editor, meaning you can edit the node body content without going to the edit page. Just click anywhere on the node body and start editing. Since you are actually editing the HTML DOM on the same page where the content is actually viewed all changes you make will appear exactly the same when you hit save. A true what-you-see-is-what-you-get experience that a wysiwyg editor should provide

LT4L

Component type

module

Maintenance status

Development status

Downloads

1495

Component created

Component changed

The LT4L module provides a connection between the tagging of Drupal content and the items in a library's catalog. With the LibraryThing for Libraries service, libraries can set up accounts, upload information about their catalog, and tag items within it. When a library patron views an item in the online catalog, LibraryThing for Libraries presents related content via tags.

How does the LT4L module work?

Debut Wysiwyg

Component type

module

Maintenance status

Development status

Downloads

12600

Component created

Component changed

Part of the Debut features set, Debut Wysiwyg provides Wysiwyg module integration including configuration for Wysiwyg editing and accompanying input formats and Media module integration for adding file assets to text areas.

Like all Debut features, Debut Wysiwyg can be integrated either as a stand-alone feature to quickly add Wysiwyg functionality to any Drupal site or as part of a Drupal distribution. Debut Wysiwyg is used in the Open Outreach Drupal distribution aimed at nonprofits.

Installing

You have two options for installing Debut Wysiwyg:

  • Debut Wysiwyg is used in the Open Outreach Drupal distribution aimed at nonprofits, so you can install it as part of Open Outreach.
  • Install manually along with the dependencies listed below.

Includes:

  • Three input formats: Wysiwyg public, Wysiwyg contributor, and Wysiwyg editor.
  • A Wysiwyg profile for each of the input formats, including edit buttons designed to meet the common editing needs of users with varying roles.
  • Incorporates the Media module for inline insertion of media.
  • Uses the Entity module to export the input formats.
  • A Drush Make.make file with all dependencies, including the CKEditor.

Domain Content Types

Component type

module

Development status

Downloads

6365

Component created

Component changed

The domain content types module is add on for Domain Access which allows you restrict access to content type creation forms based on active domain.

e.g. I want users to be able to create pages on domain x and y, but not on domain z