Downloads

Download tar.gz 11.45 KB
MD5: 3d2280fa02681de3667d7d43cf90416d
SHA-1: 3bd4c189ac3fef1289fc77c5e5d37d43cb56a32b
SHA-256: 97aaef5da060b220aaabad4c04ad923261747a417c890445fa3b96945180e3e6
Download zip 14.21 KB
MD5: 6186420f8e43cc9cbc4dce0a59f9f216
SHA-1: cae99b4da942ecfc6104126b46a92c240788ac14
SHA-256: 144112724d663b331c4c0fbc98c2bb15d56b9044b75c68f959348cdf2c46691f

Release notes

Fixes:
#1122694: Emogrifier defines the same hook_requirements() key as another module.

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/settings/filters or click on

    Administer >> Site configuration >> Input formats

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

Created by: pillarsdotnet
Created on: 11 Apr 2011 at 06:21 UTC
Last updated: 11 Apr 2011 at 06:21 UTC
Bug fixes
Unsupported

Other releases