By govind123 on
Hi,
I have used Tinymce editor in Drupal. I want to upload the images in the text area. In the tinymce teaxtarea they have provided the image upload option to the upload the images. But i couldn't see the browse option in the popup window ( "Insert/edit image"). How can I upload the images?
Anyone have idea regarding this issue? Please help me
Thanks
Comments
I use Image_assist combined
I use Image_assist combined with Acidfree image gallery, but there is also the possibilty to use classic image gallery shipped with the image module. Image assist opens the pop-up window where you can select images uploaded by Drupal. You can also upload new images right there by pressing the Upload button.
To enable the Image button in TinyMCE do the following (e.g. this worked for me):
1. Install and configure the Image module (if you haven't done so already)
2. Install the Image_assist module
3. move the 'drupalimage' folder into the
[sites/all]/modules/tinymce/tinymce/jscripts/tiny_mce/plugins/
3. put the following code into the plugin_reg.php (found in the TinyMCE module folder):
You have to put it somewhere before the last return command.
4. Enable the new Drupalimage button on TinyMCE profile editing page.
This worked for me, I use it for 5 months now and no problem.
More detailed information you'll find in the README of Image_assist.
Img_assist module you can find at:
http://drupal.org/project/img_assist