Images? How? Best Practices?
I gave up on the images module because the latest one had so many errors with the latest version of Drupal. The last I could not work out, where ImageMagick needed a path to a "convert.exe" program. I've looked at the module and all the support and documentation I see no mention of having to install a 3rd party program or where to go to find it? Anyway, I've posted a request for further info in the support area of that module, but I thought I'd expand on it in the Post Install forum too.
I've dedicated a week now into installing and getting to grips with Drupal. I'm using multiple resources from Drupal.org to LeanByTheDrop.com to YouTube videos. I'm quite proud of myself because I already have a site going.
But I'm I'm surprised that complete lack of info, or at last, hard to find info, regarding Views and Images. From what I can tell Views, Images, and the CCK should be part of the Core. I'm speaking as a newbie, I just can't imagine creating a site without images and therefore a simple way of including them in Pages or Stories should be obvious.
Again, I'm a total newbie and I'm both impressed and daunted by drupal. Right now I just need to figure out how to add images simply to posts, so perhaps there is another way of doing that? I'm not sure it's relevant but I installed XStandard as an WYSIWYG editor because what I read said it was the best for creating standards based code. I can add images simply through there by putting them and a folder and using the URL. But in the long run I want to allow users to upload images and even create galleries, so I figure there has to be a better solution?
You're thoughts are appreciated...

My preference for uploading
My preference for uploading images and creating galleries is CCK + Imagefield + Imagecache. You can create a custom content type that has an image field in it, and then use imagecache to configure what sizes you'd need.
------------------------------
http://fraggles.artsci.wustl.edu (Drupal user documentation and development blog)
For photos or other use
For photos or other use cases where images are first class objects I agree. For simply adding images inline to articles or other posts I like the combination of fckeditor with IMCE.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
I like IMCE for inline
I like IMCE for inline images too - and it works with a number of WYSIWYG editors. But you can't make views (galleries) of images easily that way.
------------------------------
http://fraggles.artsci.wustl.edu (Drupal user documentation and development blog)
exactly-- which is why i use
exactly-- which is why i use the imagefield/imagecache/views/lightbox2 modules for galleries and other cases where the graphic is the primary content. ;-)
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
I would like to third this
I would like to third this method of doing it as far as simply images are concearned.
For more advanced usage and effects (integrating Lightbox) http://drupal.org/project/lightbox2 and http://drupal.org/project/jlightbox are good modules to look at - Not that steep a learning curve, and helps your site look a lot better I think. Also, the lightbox2 page has a number of methods linked to from its project page for compatibility options to check out if the method above does not work out for you.
Thanks all, and thanks for
Thanks all, and thanks for the mention of the LightBox stuff as that is something I'm definitely interested in down the road.
But first things first, as a newbie, I can't even find the CCK module! It's mentioned everywhere, even has it's own category under Modules, but for the life of me I've can't find a link to the module itself? I must say, I'm not very impressed with the Drupal.org search. For example, finding the Images module and the Views module are just as hard. If you look up CCK in the Search box it leads to a 1000 items but no obvious link to the main module. Again, suggestions appreciated!
All drupal modules will have
All drupal modules will have a URL like drupal.org/project. CCK is at http://drupal.org/project/cck
------------------------------
http://fraggles.artsci.wustl.edu (Drupal user documentation and development blog)
Use Google to search Drupal
@kellyllek
For a lot of searches, especially 'popular' ones, Google gives much better, faster results than Drupal's built in search. If necessary, use site:drupal.org
For example:
http://www.google.com/search?q=site:drupal.org+cck
Drupal.org's search has quite a few serious usability problems. Improvements are being worked on, I think. Anyway, it's called 'search' not 'find' ;)
As for deciding which modules to use, this site is an attempt at a user rating and ranking system for modules:
http://drupalmodules.com/
I assume Drupal.org doesn't provide this kind of service because it tends to lead to a 'winner takes all' effect and discourages development of new modules.
That's not why-- it just
That's not why-- it's just that no one stepped up to add that functionality to d.o. It's supposed to be included as part of the current d.o redesign effort.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz