hello!

I'm creating a blog site, but will be using CCK for certain types of blog postings (events, reviews, tutorials etc). I'd like to know the best way to include multiple images interspersed throughout the blog text, exactly like seen here: http://drupal.org/node/201271 (scroll down to see images)

how is that done? using full HTML is not an option, as the blog writer doesnt know any HTML - so i'll need fields for the images, or a wysiwyg to help them place the images.

as an aside, it'd be great for the user to be able to place/attach captions to the images.. but isnt critical.

googled around before posting, but only found two other pertinent posts:

http://drupal.org/node/148382
will give this a try

http://drupal.org/node/284270
i'm on D6.4 - so i dont think filefield_image will work for me... =(

thanks!!

Comments

squishypixel’s picture

I too have the exact same need.

gforce301’s picture

Off the top of my head your best bet is going to be use a WYSIWYG editor. Defining fields for the images with CCK is impractical as it would make an gigantic and ugly input form for a blog post. The editor I use for my clients is TinyMCE. There are others with drupal integrations but I have not used them.