I'm having trouble with image assist inserting the code into my page. Everything else works fine, and I can hit SHOW CODE and cut and paste it into my page, but when I click INSERT IMAGE, nothing happens. Possibly a permissions issue? This happen to anyone else?

Comments

ryooki’s picture

I have TinyMCE installed & set to be defaulted to disable rich text (for me). I've found that I can not get Insert Image to work unless I enable rich text / the TinyMCE interface. Does this sound remotely familiar to your experience?
http://drupal.org/node/33925

-----
Drupal project page: www.liberalthinkers.org

jt6919’s picture

I have the exact same problem using HTMLArea, Drupal 4.5.2, and img_assist using Firefox. "Insert Image" does nothing unless you use IE.

You can use TinyMCE I'm told, but you have to be on Drupal 4.6.x.

jimd’s picture

When I disable fckEditor it works fine. Anybody know of a workaround to make this work?

sepeck’s picture

Try with Full HTML content type. If it works for you, look at the code img_assist inserts into your post and add them to the allowed tags in your Filtered HTML content type.

-sp
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

jimd’s picture

It already is on full html, the button just doesn't do anything. I just noticed IE throws up the warning icon, when I click on it I get,

Line: 151
Char: 5
Error: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus
Code: 0
URL: http://mysite.com/img_assist/load/properties/57

Image assist is enabled, and it works without fckEditor. Any ideas?

sepeck’s picture

Sorry, I'm out of ideas. I know that img_assist was designed to work well with TinyMCE (same contributor).

-sp
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

ryooki’s picture

Yeah, it works with TinyMCE, but, unfortunately, not as I have it configured (see above post).
-----
Drupal project page: www.liberalthinkers.org

JohnnyHa’s picture

I have the exact same problem with Image Assist and FCKEditor, same error as well.
Why is this? I see the post was made in 2005 :o