Hi,

I switched from WP + SMF + G2 to Drupal, but somethings are different. I search for a feature to "click a button, choose a picture from local machine and add it to blog entry, forum entry, page, story". Is there any module or script, to make this possible?

Comments

yelvington’s picture

There are several; which one you use is a matter of personal preference. Did you look in the (very extensive) collection of contributed modules?

zerone’s picture

i searched for it, but i didn't know where to search.

Mel55113’s picture

I think you'll find what your looking for with this combination of modules. Just note that you have to install both the TinyMCE Drupal module and the TinyMCE module itself within the Drupal module. While it sounds confusing, and perhaps it is, just follow the directions.

Good luck,
Mel

eli03’s picture

is there another option than TinyMCE? i tried that module but I'm having a problem. it does'nt load all the time, sometime it gives white page though when you view the source code there's a javascript for tinymce module.
----------
Paradise Philippines - Come and Visit the beautiful Philippine Paradise!

VM’s picture

There are a few different methods, investigate the media category of the downloads area and test the modules available to find the one that suits you best. http://drupal.org/project/Modules/category/67

image_assist may be simple enough for your needs, but only you will know that for sure.
_____________________________________________________________________________________________
give a person a fish and you feed them for a day but ... teach a person to fish and you feed them for a lifetime

tom_buytaert’s picture

FCKeditor is another option
http://drupal.org/project/fckeditor

or HTMLarea:
http://drupal.org/project/htmlarea

and these two are simplified versions of that kind of module (less options):
http://drupal.org/project/widgeditor
http://drupal.org/project/wymeditor

Take a look at the demonstration pages of those modules, to see what they look like.

cog.rusty’s picture

If you just want to add inline images to posts and also be able to browse uploaded files, IMCE can work alone with textareas, it does not need TinyMCE. See http://drupal.org/project/imce

If you want to organize the images in galleries (with categories etc) then image module + img_assist module is a popular combination. It is a bit more cumbersome because of its purpose -- it attaches the images to "image nodes" which then can be categorized and organized with access control and everything.

A solution for inline images in a fixed position is CCK + imagefield + imagecache. This article, while not exactly about quick inserting images can give you a picture of what to expect from this method and the previews one.

http://www.lullabot.com/articles/image_and_image_exact_sizes_vs_imagefie...

And you can always keep using Gallery -- there is a gallery module to bridge it with Drupal.