Recent blog posts
- 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
- osCommerse Authentication | New Drupal Module
- Single Sign On between Drupal and Moodle
- Share SSH Public Key Authentication
Embedded Media Field with ONE field for Video, Images, Audio
Submitted by enzo on Wed, 01/14/2009 - 14:34
Hello people
Some time ago I sent a new patch, this time the lucky module was Embedded Media Field
This module enable to include embed content in our website for audio, images and video, implemented a separate field for each type of content.
My approach was to modify the module for Drupal 6 to provide a unique text field for all types, I call this field emfield_generic. the emfield_generic detect the source of content and select the correct provider filter.
This patch isn't part of the module yet, but I expect the mainteners check and implement comming soon. track this process at http://drupal.org/node/172007
Attached in this post, could you find the patch an a complete module with changes.
Please contact me if you have any doubt or concern
enjoy
enzo
| Attachment | (click to download) | |
|---|---|---|
| emfield.patch | 315.36 KB | |
| emfield.zip | 102.05 KB |

