Downloads

Download tar.gz 11.46 KB
MD5: 4d259cb99bdac1d4bbc574e2a8501213
SHA-1: e81f5e64e5e52807947e9711b08bd1401bca928a
SHA-256: 09a2dcf8fe2d5829160c52618945477dc8ad452c7426bcaed95dbba13ef37956
Download zip 14.21 KB
MD5: f108dae107b456b354eb67eb6faec6ab
SHA-1: cd3d571cca34a3e5f589b99b7ec6c55917d35598
SHA-256: 145280a278a87e5cd0d2d94255f520c70fa74fa6aa1efabab3fe2357d7702d1c

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/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: 6 May 2011 at 21:54 UTC
Last updated: 6 May 2011 at 21:56 UTC
Bug fixes
Unsupported

Other releases