I am a new guy to drupal.

After I have installed drupal, I can't upload picture to my blog space.

So I think I need a module to support add image to my blog, is it true?

The question is, what module should I install?

Comments

vm’s picture

There are multiple modules to handle images in drupal. Investigate the media category of downloads.

khanz’s picture

Try CCK and imagecache module...

http://drupal.org/project/imagecache
http://drupal.org/project/cck

the core drupal upload module might also help you

------------
Volvo, Video, Velcro. (I came, I saw, I stuck around.)

waterlin’s picture

I install Gallery2 with my Drupal, and I config them to work together.

But after I install Wysiwyg and TinyMCE, I can edit my blog entry in full text editor mode.

But while I select to upload my local image, I think I can't select my local PC's image. There is just one blank for me to input the URL of image.

so, how?

vm’s picture

investigate imce.module

Though it doesn't sound like you are using the Gallery2 script, if you aren't uploading images into that script. Gallery2 also has an addon for TinyMCE that may be worth investigating if you choose to continue down the path of a bridged installation.

waterlin’s picture

Now I use IMCE Wysiwyg bridge.module, IMCE.module and Wysiwyg.module to upload my image file.

Now it can upload image files now.

But I can't view the image at the front page of my website. If I click "edit" button, I will see the picture in the full text editor.

So, why?

manop’s picture

Check out your Input Filter. Typically "Filtered HTML" won't show image tag.

boscomanilow128’s picture

i am sure that my input format is FULL HTML but i still cannot see the image other than within the text editor!

why?? help!!

and by the way, the lines and paragraphs seems won't break automatically with tinymce editor... how come?

boscomanilow128’s picture

i think i figure out why, though i am not sure if this is normal

it seems that if i insert all the HTML tags for Only local images are allowed.


myself tinymce works fine, however after i preview the blog entry then all these img, p, br tags are gone and that is why it only looks fine from the text editor but not after i save it. This seems to be the reason, but is this normal? how can i fix it?

any idea? or should i actually start a new thread for this?

manop’s picture

In my photo blog (thaifoodstyle.com), I use CCK + ImageField (&Filefield) + ImageCache

I also setup IMCE for upload general files as well.