Posted by kerrizor on September 20, 2005 at 10:41pm
Jump to:
| Project: | Video |
| Version: | master |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
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
#1
I 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?
#2
http://drupal.org/node/3094
#3
what is that url ?
Here it doesn't work!
#4
I 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?
#5
please 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
#6
Right 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.
#7
I cheated.
I enabled image upload support for nodes, then just load up the images for a given node. Viola.