Public Preview

Component type

module

Categories

Maintenance status

Development status

Downloads

3232

Component created

Component changed

This module allows anonymous users access for unpublished content.

Why is this useful?

You may want to send links to unpublished content to a colleague or publishing partner for review, or you may need to enable users without "administer nodes" permissions to access content as part of a Workflow process.

Blockquote

Component type

module

Maintenance status

Development status

Downloads

14810

Component created

Component changed

The Blockquote module is used to create styled blockquotes in your pages.

These blocks of text are intended for one or more verses or paragraphs that are quoted verbatim (word for word). Separating this text into a block shows that the whole block is quoted, therefore no punctuation marks are needed to indicate the beginning or end of the quotation.

Nevertheless, we do want the block to be styled appropriately, and Garland in particular, is lacking this feature.

DraggableViews

Component type

module

Categories

Maintenance status

Development status

Downloads

408940

Component created

Component changed

Summary

DraggableViews makes rows of a view "draggable" which means that they can be rearranged by Drag'n'Drop.

Have you ever rearranged Blocks?, sorted Taxonomy terms? or reordered Menu items at the Drupal administration pages? All these pages use the tabledrag.js javascript that enables Drag'n Drop on HTML-tables.

With DraggableViews you can apply this tabledrag.js to any Views-generated table.

Mailing List

Component type

module

Categories

Maintenance status

Development status

Downloads

18790

Component created

Component changed

Provides a complete subscription system by email. Create different mailing lists / campaigns and place subscription form blocks for them. Anonymous and authenticated users can both subscribe. Subscriptions are fieldable content entities (only D8), so it can be easily used in views or in any other module.

Sprite

Component type

module

Maintenance status

Development status

Downloads

721

Component created

Component changed

This module provides an API to consolidate images into a single sprite image.

When an image hits the sprite registry, it will be entered into a static array. At the end of a page load, all so entered images will be consolidated into a single image made up of them all, and a CSS file will be generated to properly display the image. The registry array will be saved to the cache with its md5 hash, so that future sprite images of the same composition may be retrieved without rebuilding that image.

Loopfuse Integration

Component type

module

Development status

Downloads

1368

Component created

Component changed

Using this module, organizations of any size can integrate their Drupal website with LoopFuse OneView to automate marketing processes. LoopFuse is an open source solution that enables enterprises to automate web activity tracking, lead qualification and lead scoring activities. Acquia funded the development of the initial version of the module as part of their effort to connect their corporate Drupal web site with the LoopFuse OneView application. LoopFuse has taken over the project for version 6.x and, as such, the modules do differ in scope and dependency.

COPPA

Component type

module

Maintenance status

Development status

Downloads

4193

Component created

Component changed

This module will prevent users under the age of 13 from logging in if their respective parent or guardian (P/G) have not "signed" their COPPA compliance form. If a users Date of Birth -- stored in their user profile -- cannot be determined, the user will not be allowed to login.

P/G to child relationships will be loaded into an internal {coppa} table. This table will track the Parent to Child relationships and monitor when COPPA compliance was first achieved.

Suggested setup;

File (Field) Paths

Component type

module

Maintenance status

Development status

Downloads

345587

Component created

Component changed

The File (Field) Paths module extends the default functionality of Drupal's core File module, Image module and many other File upload modules, by adding the ability to use entity based tokens in destination paths and file names.

In simple terms, File (Field) Paths allows you to automatically sort and rename your uploaded files using token based replacement patterns to maintain a nice clean filesystem.

 

Features:

  • Configurable file paths now use entity tokens in addition to user tokens.
  • Configurable file names.
  • Support for file based fields, including but not limited to:
    • Drupal core File module
    • Drupal core Image module
    • Video module.
  • File path and filename cleanup options:
    • Remove slashes from tokens.
    • Filter out words and punctuation by taking advantage of the Pathauto module.
    • Convert unicode characters into US-ASCII with the Transliteration module.
  • [D7] Automatically updates unprocessed file paths in any Text fields on the entity.
  • Retroactive updates - rename and/or move previously uploaded files.
  • Active updating - actively rename and/or move previously uploaded files.
  • Automatically create an redirect when moving uploaded files using the Redirect module.