Posted by Agileware on October 29, 2009 at 2:00am
| Project: | Video Upload |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Overriding the theme function theme_video_upload_video would be more useful if the whole video item was sent through instead of just the video id.
It can be hard to do some more specific things without this field information.
Comments
#1
Here is a patch that addresses this problem.
It also fixes a bug in the theme_video_upload_widget_preview function, which used to call theme('video_upload_video' incorrectly.