I have no trouble creating images, or even uploading them in htmlarea, but when I try to insert them in post I always get a blank. If the blank is clicked it goes to the correct image node. Also, I can insert images with the image filter just fine, but I can't figure out why the images won't go into docs. through image assistant or htmlarea. I'm using 4.4 (civicspace). Any ideas?

Comments

drumm’s picture

Do you see (thumbnail and full size) images anywhere?

jasonwhat’s picture

image filter creates it by referencing the thumbnail file. Image assistant and htmlarea try to access it through "image/view" in htmlarea and "node/view" in image assistant. I can see the images through the image gallery and when I go to the nodes. Could someone tell me what the path looks like that image assistant or htmlarea uses when displaying an image.

drumm’s picture

For actually diaplaying on Drupal 4.4/CivicSpace 0.7 it takes node/view/n.

boris mann’s picture

Jason: htmlarea needs an updated insert_image.php file to work correctly. I found the updated file somewhere here on Drupal some time ago, but it looks like it never made it into the patch queue.

I'll get Richard to post a patch to both 4.4 (for CivicSpace) and 4.5, and then it should work with no problems.