Install

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 11.64 KB
MD5: 48b429bf36f3587bcacd61aa396ed125
SHA-1: 0da095a815c20c83f0c3f955b38b60e9104339f1
SHA-256: 1571a3d28ca48aff4de417f1b599076f8a0d4c7e9334195dee15dd1b108a6172
Download zip 14.42 KB
MD5: ae4c91dc1b0b8bb9927cf26debe9ec03
SHA-1: 1f1d48532b4f606ff67706c71f5c85415127c78e
SHA-256: 554f2efedc6bc92f4b32cd5aea6e9aad967ff8924df92dc7c7cdaa43c21d925d

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

Other releases