Hi,

is there any really easy image-upload-module for TinyMCE, which does nothing more than uploading an image and inserting it into the preview. The modules I found are too bloated and not really for the audience of my community. They just want to click and upload an image and nevewr want to think of it again, or even administer their uploaded pictures, take care of quota etc.

Any suggestions?

Thanks in advance
Markus

Comments

Anonymous’s picture

I always use Image assist. http://drupal.org/project/img_assist
Setup is not that easy, but working with it is a breeze.

NewToDruballer’s picture

If I have seen it right, there is also some imagegallery and quota in that module?

Additionally it did not work somehow with TinyMCE. The button appeared only when TinyMCE was turned off...

benwei’s picture

You are right that image assist contains a mini-gallery (for looking through images you have already uploaded) and some other functionality.

The problem you are having with it not working in TinyMCE is because image assist requires a bit of additional manual setup to work correctly in TinyMCE. There is a good tutorial on this here if you are interested.

NewToDruballer’s picture

Ok, thanks, it now works.
It seems, as if I'ill use it, because its the easiest plugin for the very "basic-knowledge" user, I have found. But I think, when I have enough time, I will have to write my own plugin, but I am not really interested in learning that tinymce-API. But I fear, thats a programmers burden ;-(

Thanks for your replies.