Hi,

I've got a site set up with a few content types that use CCK file upload fields. One of these fields is a required image field so that views can display a representative image in a latest events section on the front page. I've only just recently gotten ckfinder working on the site and I wonder if there's an option of integrating that into the CCK image field so that the user doesn't have to upload an image from their own hard drive every time but can choose from images on the server? I've tried searching this in various ways but have been unsuccessful in finding a solution. Any help would be appreciated. Thanks!

Comments

Lucidity’s picture

I have the same problem! Is there a solution?

WorldFallz’s picture

For choosing from existing images, the imagebrowser module is a good option.

goye2cz’s picture

I looked at it and it looks interesting but I already have ckeditor installed and imagebrowser tells me I don't have fckeditor installed. I wonder if we misunderstood eachother. I don't want to browse for images and drop them inline into some text, I want to browse for them to add like I do with a CCK field. I'll keep tinkering with this a bit to see if I'm on the right track. Thanks!

WorldFallz’s picture

ah ok--- i use the filefield_sources module for this.

goye2cz’s picture

Thank you, that's exactly what I meant. :)

goye2cz’s picture

I found a module called imceimage which uses imce. It kind of does what I was talking about with giving me the ability to create a cck field that lets the user browse for images on the server or to upload them from their own hard drive. If I'm going to nitpick on aesthetics , I don't like it. :P I suppose a little css wouldn't kill me. It just doesn't have that sleek simple look I want to give my users though.

Or maybe I missed that imagebrowser does this as well?

Thanks...