Install


Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 12.78 KB
MD5: 33b745e01d662cabb48343df27afba42
SHA-1: 0b5f266aef85b71f51fff661d519747a55f8262e
SHA-256: 04f67d085ff6e0dba4309a0e78a5b1a31fec7d69886826724fd189320ff0cf6c
Download zip 15.51 KB
MD5: e9f828b902bf6b175363183514e6ac63
SHA-1: 82cc2661a735ee575fb9196e01a1fd6a3ce180ba
SHA-256: dc9e212562c6c5aa5e25e475ac99284c9de2104d09182c53c6b0eef5bc11efcb

Release notes

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: 18 Apr 2011 at 21:52 UTC
Last updated: 19 Apr 2011 at 00:10 UTC

Other releases