Hello,

I try to use Img_assist for publising pictures on some pages.
I pick a picture and on the page is shown :
[img_assist|nid=2|title=Tamara|desc=|link=none|align=left|width=100|height=75]

Even voorstellen :

Naam: Tamara Wobben
Geboren : 01-09-2005
Geboortegewicht: 2000 gram
Lengte bij de geboorte : 44 cm

I thougt this is good so i saved the page.
But when i choose this page i see no picture but only :
[img_assist|nid=2|title=Tamara|desc=|link=none|align=left|width=100|height=75]

What can be wrong here.

Roelof

Comments

ggevalt’s picture

Hello,

It sounds as if you don't have your input format set correctly. Check it and make sure it is set to full html. That should work.

geoff gevalt
http://www.youngwritersproject.org

charlie_lab’s picture

oke,

I choose full html as input format.
On configure i choose for img_assist.

But still no luck. Page is still the same

Roelof

mfer’s picture

Did you add that filter to your full html input format? You can do this in admin/filters and clicking configure next to the input type you want to add this filter to (this is in 4.7 anyway). If you don't add the filter you wont see the images.

charlie_lab’s picture

As far as i can see i had every filter add and i use version 4.7
See this picture :
http://www.tamarawobben.nl/Afbeelding1.jpg

Roelof

mfer’s picture

This may be with the order of the filters. Try putting the img_assist one first. If that doesn't work turn off the HTML filter.

charlie_lab’s picture

oke,

I did try your suggestions, but no luck.

Roelof

charlie_lab’s picture

nobody ???

ericg’s picture

first, as suggested by mfer, turn off the html fliter on your full html input format. full html input should not get filtered through that one, as it is made for "filtered html" mode. it will strip out your img tag before it is themed. you have to also turn off the php evaluator filter for your full html input format (also I don't recommend making full html input available to anon users, and strongly recommend that you never allow anon users to input php code that will actually be evaluated/acted on by drupal)

then, go to admin->settings->img_assist and set it to use html

then go to the node and edit it, remove the old img tag and put in a new one

make sure your input format for that node is set to "full html"

that should work

charlie_lab’s picture

oke,

One problem ,

I can't see the admin - img_assist choice.

i only see this :
admin
my blog
create content
recent posts
my account
administer
access control
blocks
categories
comments
content
image galleries
input formats
logs
menus
modules
settings
themes
users
help
log out

Roelof

ericg’s picture

sorry, it's under admin/settings/img_assist i think

charlie_lab’s picture

I didn't find it there but it doesn't mind anymore.

when i make the node to full html the image did show up.

But can i make the header different by <h1> tag or must i do something else.

Regards,

Roelof

dwoodwoo’s picture

I had the same problem with img_assist. What fixed it for me:

go to:
administer>>input formats

you will probably see "Filtered HTML All roles may use default format"

click "configure" on that line (Filtered HTML)

Under "Filters Choose the filters that will be used in this filter format." find
"Inline images
Add images to your posts with img_assist."

Check that ON.

When I reposted, img appeared.

bloomaniac’s picture

I don't find this filter under Drupal 5.

Is it available in the Image module for Drupal 5?

--
bloomaniac

aklump’s picture

Follow these steps if you do not see your image as expected:

1. Site configuration>Input Formats>Add input format
2. Click on Filtered HTML
3. Add a check to the checkbox Inline images
4. Scroll down and click save

You should now see your image instead of the [img_assist... tag

PS You probably want to do this to you full HTML filter, and possibly other filters as well!

sisconda’s picture

I had the same issue. This fixed it for me. Thanks!