Photo blog with multiple images per post?
kirilius - May 31, 2007 - 20:16
How can I create a photo blog (not necessarily using the Photoblog module) that allows users to make a text blog entry and add a number of images to it?
Some additional requirements:
- Users have to be able to pick some of the attached images and use them as inline thumbnails in the blog text
- Blog images should be organized in somehting like a thumbnail gallery (accessible through a link under the blog text)
- Images have to be nodes (comments, taxonomy, views, etc. should work)
- And of course image upload/manipulation should be easy for the non-tech users ;-)
Thanks!

Anyone?
Anyone?
Image Attach and Image Assist? FCKEditor?
Did you try Photoblog module? Is it usable?
I enabled blogs with img assist and img attach
*Images have to be nodes* = hmmm the img attach / assist will create a new `image node' so each picture will have its own node
*FCKEditor also enables insertion by uploading pictures to specific folders
The Photoblog module allows
The Photoblog module allows only one picture per post. I need multiple picture per single text-post.
Any other ideas?
Any other ideas?
Up ;-)
Up ;-)
Similar needs...
I know this post is from a while back, but I'm building my first Drupal site (D6), and I have similar enough needs to the original post so I thought I'd bump this post as any help in the direction would be greatly appreciated.
Consider IMCE and FCKEditor
Take a look at the IMCE module and FCKEditor. It's a little bit more of a traditional way of arranging content. You can upload as many photos as you like and place them within each node. I don't know if it quite meets your needs, but it is one way to accomplish this.