From 046ee9afa7460771d51a97f377e1bbda7b66d173 Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Sat, 25 Jul 2009 03:23:54 +0000 Subject: Updating TODO and author --- plugins/video_image/video_image.module | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'plugins/video_image/video_image.module') diff --git a/plugins/video_image/video_image.module b/plugins/video_image/video_image.module index 42377d7..8ea5945 100644 --- a/plugins/video_image/video_image.module +++ b/plugins/video_image/video_image.module @@ -5,10 +5,14 @@ * Enable image support for video module. * * @author Fabio Varesano - * porting to Drupal 6 - * @author Heshan Wanigasooriya + * @author Heshan Wanigasooriya * @author Glen Marianko Twitter@demoforum * @todo + * 1. Add jQuery support + * 2. Add styles to thumbnail + * 3. Add imagecache support + * 4. Overlay a play button + * 5. Capturing video support (To get set of captured thumbnails with time) */ @@ -46,7 +50,7 @@ function video_image_menu() { * Implementation of hook_perm */ //GMM: define positions in perm array to reference later (without misspellings :) - define('OVERRIDE_IMAGE', 0); +define('OVERRIDE_IMAGE', 0); function video_image_perm() { $array = array('override autothumbnailing using uploaded image'); return $array; -- cgit v1.2.3