Recent blog posts
- My Blog now supports creative commons license
- Custom version for MultiSite Search Module
- Drupal: How to Enable Active Trail with Nice Menus
- DrupalCamp CA / Guatemala 2010
- Content Profile Form inside User Edit for Drupal 6
- How use views arguments in PHP Code for Drupal 6
- Drupal Contribution: Generate vancode using mysql alone
- Drupal Module Patch: Belated PNG
- Drupal Patch to Notify Module to process only new content
- Notify module: Handle both published and unpublished entries
Reply to comment
Submitted by hertzel on Sat, 04/03/2010 - 17:40
I made a small change to the beladedPNG module, instead of a text-field (limited to 150 chars) to input your css selectors, there's now a textarea to add them instead 1 per line without commas, the script will take care of the rest. When adding selectors to the text area try to disable any WYSIWYG editor as it adds some unwanted markup (I'm already removing it but better to be aware), if you're using the CKeditor you can go to /admin/settings/ckeditor/editg and then add admin/settings/belatedpng.edit-belatedpng-css-toapply under visibility *exclude* to avoid it to render for that field not sure about Tiny on any other Rich editor you can get the module from here: http://drupal.org/project/belatedpng and the patch is attached below
| Attachment | (click to download) | |
|---|---|---|
| belatedpng.txt | 1.82 KB |

