This project is under active development.

Loopfuse Integration

LoopFuse OneView

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.

Requirements

Credits

Current Maintainers:

Version 6.x Contributors:

Sprite

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.

Two related projects, CSS Sprites and CSS Sprite Generator, work with themes, and purport to work on the theme level, replacing theme css files with the sprite files. This is meant to work in conjuction with that, but using page generated images, such as image fields. In the future, as this module simply provides an API, they may work together, ultimately creating one single image and CSS file for all images and CSS background images on a page. For now, you could, in theory, use the two modules together to create no more than two image files for a single page.

How to use the sprite module:
* theme("sprite", $filepath, $alt = "", $title = NULL, $attributes = array(), $registry = "general", $override_width = NULL, $override_height = NULL, $offset_width = NULL, $offset_height = NULL)

Mailing List

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.

DraggableViews

Logo for draggableviews where a user is dragging a table row

This module allows items in a Views table or list to be rearranged with 'drag and drop' behavior.

Blockquote

How your blockquote will look using the Garland theme

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

Pages

Subscribe with RSS Subscribe to RSS - Under active development