Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 11.63 KB
MD5: e408c50b6837cf6b61abb13def050419
SHA-1: 6edbc2fb5eb20797395b8b17602d56e623fcd5a2
SHA-256: 1d9e5d41e097cafa0a97bd693fd482e2d07d48dd95908cffc07817821342aff1
Download zip 14.42 KB
MD5: d1413506d5c11e16aa500a481894e978
SHA-1: 872e12ba5e35ac3b2fa60c8d2ec73737ff06542f
SHA-256: 4b3dd3d23c8472bb4c4d018ca6a1011ac3ab85672dfe18bb37835f153ba75e67

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

Other releases