By slothario on
I'm trying to download a module (or modules) that will allow users to upload images that will go into pages on my site. Right now, though, I'm kind of overwhelmed by all the options. My ideal solution would:
- Have an easy "upload image" feature that I could work into CKEditor.
- Associate each image with the node that it appears in. This would be opposed to the IMCE method, which has images stocked away a directory structure. Creating user image directories wouldn't make sense, because all users have full editorial permissions. I could dump every image in a big directory, but it would be an organizational mess. I could also make directories for each taxonomy categorization, ie, imageA would go into the biology/genetics directory, but re-categorizing an article would be kludgy.
- Allow users to resize images in my article
- Allow users to upload full-sized images which they can resize easily
- Let me write a script that will upload images en masse, because I'm migrating from an old architecture
- Less important, but ideal: Allow site visitors to click on an image and see the original, full-sized image
What modules should I implement? And by the way, feel free to comment even if you don't have all the answers!
Comments
I ususally use CCK module,
I ususally use CCK module, ImageCache - for resizing & scaling, FileField module, ImageField and then some theming css for positioning them.
If users wants to include them inline i used image assist module, or IMCE method or for some projects i use default upload module and teach how to easly include them.
Instead of replying here I ended up writing a new post
http://drupal.org/node/1098348