Hello,

I installed TinyMCE, and that is working great. I then wanted to add Image Assist to this. I followed the directions, however i am now stuck. I can get a check box to appear in administer>settings>TinyMCE for Image Assist. It appears as Drupalimage- Drupalimage. I put a tick in it. When i go to create content i do not see a button for the Drupalimage.

Any ideas?

Thanks in advance.

Comments

bomarmonk’s picture

Make sure that the image_assist plugin is installed in the proper tinymce directory. Also, be sure that your input format is configured to allow inline images. There is also a little editing of the tinymce plugin file (see instructions with image_assist).

The button should look like a small blue camera when it shows up... sorry if you have already figured all of this out

scp028’s picture

I placed the image_assist plugin in \Drupal\modules\tinymce\tinymce\jscripts\tiny_mce\plugins.

I am not sure where i configure the input format. That could be my hangup.

I added the configuration to the plugin portion of the file.

bomarmonk’s picture

Go to "admin->input formats" and you should see a list of the standard three input formats. For Filtered HTML, select configure and check the box next to "inline images." See if that does the trick.

scp028’s picture

I added the inline module, enabled it, and put the tick for "inline images" under Filtered HTML. I still do not have the camera.

I went back to the button selection page for TinyMCE, and it is still not showing an icon, it only says "Drupaliamge-Drupalimage".

scp028’s picture

OK.... I re-read the install file. I did not put the drupalimage directory in the TinyMCE directory. Got that straight, and TADA!! I have a camera. I went back in create some content, and no selection for TinyMCE. I checked all my settings, and they are ok. I checked the logs, and it says access denied. Why would that all of a sudden block me???

Also, do i need to enable the inline module to make this work?

restyler’s picture

I still don't have drupalimage button in TinyMCE panel.
Have Re-read the tutorial several times...

RussianWebStudio: improving the web

scp028’s picture

I was having the same problem, until i read that i needed to put the Drupalimage directory in the TinyMCE directory, and not Image Assist. I would also verify you are putting Drupalimage folder inside the corect directory for TinyMCE (see earlier post).

bomarmonk’s picture

I don't have the "inline module" installed. I do have Tinymce Img_assist, and the image module installed (not sure about any dependencies that img_assist might have on image). You might also double check your access settings under admin-> access, looking at how things are set for tinymce and img_assist.

I have my img_assist working with Drupal 4.7 and the latest release of Tinymce...

NanuK’s picture

I there

I have the same problem, bu i find the solution

FIRST!
modificated the reg_plugin like this, adding a 'drupalimage' :

$plugins['drupalimage']['theme_advanced_buttons3'] = array('drupalimage','drupalimage');

SECOND!

be sure you are using the plugin folder not in modules\tinymce\plugins

you have to install here modules\tinymce\tinymce\jscripts\tiny_mce\plugins

Probe that !

bye

rudolphp’s picture

Thanks NanuK,

that worked for me in adding and editing a image in the admin area. but for some reason I cannot see the pictures in the front-end, I just see the image_assist tags.
yes I did enable in line Images in the input format.
can some one help me out.
I am using a flexinode tpl to theme the page, does that has something to do with it??

Thanks
rudy

rudolphp’s picture

Hi
answering my question, yes the flexinode tpl is the problem. I removed it and the pictures showed up using the node tpl.
Can someone help with a solution. How do I make the inline images show-up with flexinode tpl

Thanks
rudy

bomarmonk’s picture

When I upgraded to 4.7, image references in template files needed to be changed to something like this:

<img src="<?php print base_path() . $node->flexinode_8->filepath; ?>" />

Where flexinode_8 is the field for the image file.

designcrs’s picture

I had the same problem, but managed to fix it. i went to

settings -> image_assist -> other properties

and changed the field "Default insert mode:" to "HTML Code"

navinjathan’s picture

I tried everything this post had to suggest, still i cannot see the "camera" icon.

Here's what i've tried till now:
* TinyMCE (without image_attach) working perfectly fine.
* extracted and enabled "image" & "image_attach" module in the modules directory. "Image" module is working perfectly.
* moved drupalicon folder to the recommended folder (to install its tinyMCE pluggin)
* did the recommended code changes in the plugin_reg.php file as per INSTALL.txt file of image_assist. No success :(
* did the additional code changes in this thread in plugin_reg.php. No success again :(
* rolled back to an older version of tinyMCE (2.1.3) as somewhere on internet it suggested that tinyMCE 3.x is not supported by image_attach.

I am using drupal v6.6
Please help...