My website has a collection of about 40k nodes (all of the same custom type). Each of these nodes has the potential to have an image, but when they are created they do not have one attached.

What we want to do is let our users help build this image collection, by having an easy little button they can click to "add image" to that node. I've been playing around with different modules, and can only seem to find ways to add images if you're in the node/edit - upload image. And not a module that lets you just upload from the "view" part of the node (I'm picturing a button you can show, and then you'd get a popup to upload a file from your computer).

Does anyone know of something like this? Or is this something I need to create...

If anyone has any suggestions that'd be GREAT!!

Thanks!

Site is running 6.13

Comments

WebNewCastle’s picture

I remember seeing a module a while back that allowed something like this while viewing the node. I don't remember if it was limited as far as the types of CCK fields. It was called something like Inline Editing.

WebNewCastle’s picture

Didn't get the name quite right - this is the module that I referenced - http://drupal.org/project/editablefields - not sure if it will do the trick for you.

angusmccloud’s picture

Thanks so much, I'll give that one a try tonight!