Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 11.59 KB
MD5: 0617b2b0d5d571144229e284af9d3f9f
SHA-1: 1eefc5abbc76e90e030c50ce70ce710ecfe40b05
SHA-256: 6f0e0e691a91fac63fc0e3146968239b9b811490ac04ef18b390e67aa74ea96b
Download zip 14.37 KB
MD5: 686194ca3a859adec436d2a7dea37108
SHA-1: e5a125d794fbb53577d2ec16c4235e107afee5d1
SHA-256: a75119f46323b33696188d24c85d331d47d51a989a386d0ce2b0ce5760763875

Release notes

Fixes:
#1149580: Prevent url() from expanding aliases while the installer is running.
Strip GET arguments from .css urls

Emogrifier

Uses the emogrifier class library as an input filter to convert stylesheet rules to inline style attributes. This ensures proper display on email and mobile device readers that lack stylesheet support.

Installation

  1. Ensure that the PHP Document Object Model extension is available. Emogrifier requires the dom extension and will not work without it.

  2. Download, install, and enable the Libraries module.

  3. Create a library directory for the Emogrifier library in one of the following locations:

    • sites/all/libraries/emogrifier (recommended)
    • sites/DOMAIN/libraries/emogrifier
    • profiles/PROFILE/libraries/emogrifier

    DOMAIN is your website domain name, and PROFILE is the installation profile you selected when installing Drupal.

  4. Download the emogrifier.php and place it within the library directory you just created.

  5. Install this module and enable it.

  6. Visit admin/configure/content/formats or click on

    Administer >> Configuration >> Content authoring >> Text formats

    to set up a new input format or add Emogrifier filtering to an existing format.

Created by: pillarsdotnet
Created on: 6 May 2011 at 21:56 UTC
Last updated: 6 May 2011 at 21:56 UTC
Bug fixes
Unsupported

Other releases