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...

CommentFileSizeAuthor
#7 sample_1.jpg24.26 KBSkrea

Comments

francoud’s picture

Assigned: Unassigned » francoud
Status: Active » Closed (fixed)

OK 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!

robsteranium’s picture

Actually description of the problem/ solution was exactly what I needed. Cheers! You're not the only stupid one!

tomislav23’s picture

Thank 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.

EmpireNM’s picture

Status: Closed (fixed) » Active

I 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.

enro2002’s picture

Try using the development version of image and image_assist. Worked for me.

zoo33’s picture

Status: Active » Closed (fixed)

That's another issue. This one's about the [img_assist] tag nog being parsed at all. Please re-read the original post.

Skrea’s picture

Title: no images display... just the tag! » enabling inline causes problems
StatusFileSize
new24.26 KB

Applying 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?