Gang,

I'm using Drupal 4.7 and img_assist 4.7. When you look at the page source for a page that has added a photo via img_assist the img tag does not appear at all. This is true whether using "filter" or "html".

Note that the image nodes themselves are working fine -- just can't get them to appear in a story using img_assist.

The user has img_assist permissions and allow inline images has been checked. Also filtered html and full html both allow images.

This is what img_assist inserts when I do it via "Insert w/ HTML"
<span class="inline left"><span class="caption" style=""><strong>Stream at Camp JRF</strong></span></span>

This is what img_assist inserts when I do it via "Insert w/Filter
[img_assist|nid=6|title=Stream at Camp JRF|desc=|link=none|align=left|width=150|height=200]

My problem seems to be the as described in this post: http://drupal.org/node/74837

I also previously posted on this topic here: http://drupal.org/node/75316

I appreciate anyone's help.

Shai

Comments

phuc77’s picture

Have you enabled the inline image filter?

http://www.example.com/admin/filters/1 (should be filtered html - apply here)
http://www.example.com/admin/filters/2 (php code - optional)
http://www.example.com/admin/filters/3 (full html - apply here as well)

Under "'Filtered HTML' input format" you can choose which filters you want to apply for this input format.

Hope this helps.

- Phuc

Shai’s picture

I had already done that.

When I went back now to look at the settings again there, I tried changing the weighting to have accept inline images be the first one. I did that at: admin/filters/1/order

That didn't help either.

Keep the help coming if anyone has a guess.

Shai

Shai’s picture

I've made some progress.

I reset the defaults on admin->settings->img_assist

Pictures are now appearing.

I had to turn off the "Yes, create 200x200 temporary images for the image properties window (useful if the thumbnail size is small)" in order for the custom image size option to show up.

I'll hope to keep this thread up to date.

Shai