Closed (fixed)
Project:
Image Assist
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Apr 2007 at 23:08 UTC
Updated:
10 Sep 2007 at 18:56 UTC
Jump to comment: Most recent file
I've used img_assist before (drupal 4.7) and it always worked. Now I am trying to use it with drupal 5.1. It *seems* to work - image is correctly uploaded, resized, and I can see it on the server. But when I insert an image in a page with img_assist, then the picture is not shown... I can only see the plain tag (in the page's body):
---
this is my image [img_assist|nid=12|title=test|desc=|link=none|align=left|width=100|height=75]
----
Drupal doesn't understand it and simply shows it like text....
What am I doing of wrong?
Thanks...
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | sample_1.jpg | 24.26 KB | Skrea |
Comments
Comment #1
francoud commentedOK stupid me... I didnt add the "add inline" filter to the "filtered html" input format... I solved with Administer / site configuration / input formats / configure filtered html / check "inline images" in filters.
Sorry for my unuseful post!
Comment #2
robsteranium commentedActually description of the problem/ solution was exactly what I needed. Cheers! You're not the only stupid one!
Comment #3
tomislav23 commentedThank you mate, I had the same problem. However, now that I've fixed this I still can't the image to show. There's no code but no image as well. I only get the image title in place where the picture should be.
Comment #4
EmpireNM commentedI have the same problem as Tomislav23. I can choose an image. I get the camera icon in the post, which reads the size of the image. But when I hit preview or submit, there no image, just the title. And I have "inline images" checked in input formats.
Comment #5
enro2002 commentedTry using the development version of image and image_assist. Worked for me.
Comment #6
zoo33 commentedThat's another issue. This one's about the [img_assist] tag nog being parsed at all. Please re-read the original post.
Comment #7
Skrea commentedApplying the fix described above allows image-assist to work, but messes up the fonts on some parts of my site (screenshot attached, look at the "Recent Poll" block and the text on the node). Any idea why this happens?