Community & Support

img_assist 'image code' not being displayed as images

I am trying to create a site where users can submit stories, and attach images to those stories. Looking for a module to do this, I found img_assist, but it isn't working.

It adds a code like '[img_assist|nid=8|title=cathy|desc=cartoon|link=popup|align=left|width=75|height=100]' to the body of the node, but this isn't interpreted as anything. It just gets displayed as text.

I don't understand drupal well enough to know what might be wrong. Can anybody help?

Comments

Settings

In the settings of img_assist, you have an option to select what is inserted
Go to /admin/settings/img_assist. In 'Other properties' select 'Default Insert Mode' to be 'HTML Code'

{ Rakmagik }
www.kenshodojo.co.uk
www.opal-henley.com
http://muralpainting.divyavie.co.uk

Thanks for the help, but

Thanks for the help, but I've found the problem now. I had to enable 'Inline Images' in Admin > Input formats > Filtered HTML.

thanks!

charley, thanks for posting your solution. I reinstalled the image and img_assist a couple of times, tried the CVS versions and even reinstalled Drupal. In RC you didn't need to select Inline Images, thanks again.

Tim
HostDr.com

I'm glad it helped. I was

I'm glad it helped. I was just struggling to remember how I did it then again today. It's really annoying default behaviour. I will let the developer know, so maybe they can make it more prominent in the install directions.

thanks again!

I also bumped into this problem and almost pulled my hair out! Thanks for posting your solution here!