Closed (works as designed)
Project:
Video
Version:
master
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2005 at 22:41 UTC
Updated:
7 Nov 2005 at 08:47 UTC
A great feature would be to allow users to upload or specify a thumbnail preview image for the node which could appear as the content of the node.
(would this be accompished best through image.module?)
Comments
Comment #1
fax8 commentedI always like small and modulerized software: clean, fast and more easy to understand.
This is why I didn't implement the screenshot function yet.
See: http://drupal.org/node/25230#comment-46459
What do you think about it?
Comment #2
kerrizor commentedhttp://drupal.org/node/3094
Comment #3
fax8 commentedwhat is that url ?
Here it doesn't work!
Comment #4
LukeLast commentedI still think this feature should be included in the module.
Reasons for:
Reasons against:
Any other reasons for or against?
I bring this up again because i've got some working code adding an image to video nodes. Right now I'm in the process of updating to the newest version of image.module and the new forms API.
What about adding image thumbnail support to video.module and then seeing how things work, and then think about spinning it into a seperate module?
Comment #5
fax8 commentedplease post here the code you have as a patch...
We will look if it is possible to separate the code.
I still think that a separate module is the better idea.
Fabio
Comment #6
LukeLast commentedRight now I think you're probably right, functionally this could be a seperate module. It's just soo much more work ;(
I guess I'll try and get a module framework started and start another project for it.
Comment #7
kerrizor commentedI cheated.
I enabled image upload support for nodes, then just load up the images for a given node. Viola.