By charlie_lab on
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
Check your input format
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
geoff gevalt
http://www.youngwritersproject.org
http://www.ywpschools.net
http://geoffreygevalt.com
oke, I choose full html as
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
add filter to input format
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.
As far as i can see i had
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
order of filters
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.
oke, I did try your
oke,
I did try your suggestions, but no luck.
Roelof
nobody ???
nobody ???
every filter is not recommended for full html input format
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
oke, One problem , I can't
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
settings
sorry, it's under admin/settings/img_assist i think
I didn't find it there but
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
For those of you still puzzled...
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.
I don't find this filter
I don't find this filter under Drupal 5.
Is it available in the Image module for Drupal 5?
--
bloomaniac
Drupal 6 Update
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!
I had the same issue. This
I had the same issue. This fixed it for me. Thanks!