Downloads

Download tar.gz 11.51 KB
MD5: 83b66c72ad374271c5ea389f911024ce
SHA-1: d91fb9f2e04479a6fd82e7ab3cd9fefd9ba2bfac
SHA-256: 56e72fee6efbbeb50ea554849f4892fa7169bfbece30f3a01cf5fdde3bcedebe
Download zip 14.27 KB
MD5: e4e4edd8f26b35afbd3a4161f782c5dd
SHA-1: 637f87e3a7ac319a01d9d7f9e1f1d467568aa2dd
SHA-256: 9d357558c4c1e8c485f3c579ddba26f3be78e044762dae36d3e4225de59e0313

Release notes

Fixes:
#1176386: Emogrifier should remove quote-marks around urls in stylesheets.

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: 3 Jun 2011 at 16:45 UTC
Last updated: 3 Jun 2011 at 16:46 UTC
Bug fixes
Unsupported

Other releases