I've searched the forums but just wanted to get some *recent* recommendations for either best drupal module[s] or possibly just hand embedded code, to include images and display them in galleries (categorized or otherwise), either a node page or block.
NOTE: I'm partial to flash or some of the newer js galleries that emulate flash verus the old page through html type galleries. So I'm leaning towards recommendations in that direction.
Recommendations would include:
0) nodes versus non-node imgs
- DO drupal IMGs HAVE TO EXIST AS NODES to use them in galleries or single img embedding? Or is drupal smart enough to just pull them from a site directory without the need for either creating a node for each img and extra db tables to track them?
- If imgs don't have to be nodes, for those who have used both methods, what should i be aware of when using one method versus the other (limitations and things you may have found out the hard way after using one when you should have used the other)?
1) best method for uploading (for when you want user outside of admin to upload own files)
- is there a batch upload for imgs say from a directory
- is it possible to upload and embed a single img in a node/story while creating the node