Hej!

I'm using img_assist on a drupal 5.x site

img_assist generates code like

[img_assist|nid=11|title=palau|desc=palau|link=none|align=left|width=100|height=75]

But i do not know what input filter this corresponds with. I know it would work with wiki.module but that is not available for 5.x

What input filter should I use with img_assist 5.x?

Comments

dovry’s picture

is what I am using, with the "Inline images" filter checked. ("Add images to your posts with Image assist.")

under

admin/settings/filters

batigolix’s picture

ok. but then you use the thml code generated by img_assist and not this wiki-like code
[img_assist|nid=11|title=palau|desc=palau|link=none|align=left|width=100|height=75]

filtered html works for me of course.

so let me refine my question:

which wiki-like input filter do people use with img_assist

i ask this because there is no wiki.module version for 5.x

as always: any suggestions are highly appreciated

dovry’s picture

Image assist can create both html - <a> - tags and "filter tags" ([img_assist...]).

If you use the latter, then you need to enable the Inline images input filter to have your img_assist tags show as images.