By Success on
There are so many different methods for a simple task of inserting images to nodes.
While many of these different methods work, which one is future proof?
Which image mangement module will go into core in future?
There are so many different methods for a simple task of inserting images to nodes.
While many of these different methods work, which one is future proof?
Which image mangement module will go into core in future?
Comments
I should'nt comment on the future
I use the upload attachment, then use the uploaded files url and an img tag to put images in the article.. thats just how I do it. I know that's difficult for non-html users but.. that seems to work fine for me.
If anyone has a better suggestion I'd like to hear about it too.
Thanks for sharing that.
Thanks for sharing that.
Which pathway/directory do you save your images?
I am also thinking if there is a way to automatically delete any images associated with a node when we delete that node.
a script to do that, careful with it
I use the images dir, but there is no reason that you could not use something like domain/images/news/june. also, I'm not particular about names of images, so one directory is fine, I just check to see that I'm incrementing them.
I don't know of anything that, is configurable and automaticlly deletes files from the server. It should not be difficult to write a small script which is called from CRON that would delete files in a directory at a particular time, here is something that you might use:
http://www.phpbuilder.com/board/showthread.php?p=10730463#post10730463
----------------------------
"You can always find the storm by listening for the Thunder."
How do you make thumbnails
How do you make thumbnails appear in the snippets?
I prefer the image.module
This can be found here: http://drupal.org/project/image
Cause it renders thumbnails and preview and has an integrated img-src. So my users doesn't need any html experience.
If I leave the image empty, it works as a normal node.
Thomas Narres
Keep the sunny side up
There was some talk about
There was some talk about improvement of a good image management module going to the core for the next major version. Anyone has any idea?