I tried out the image filter module, but was not able to make the image appear, with the syntax image:node_id?

i) image:node_id (numerical)
ii) image_name:node_id(numerical)
iii) [image:node_id (numerical)]
iv) [image_name:node_id(numerical)]
Which one of the above format is it referring to?

Comments

devinhedge’s picture

Category: support » bug

I have the same issue.

The image simply doesn't appear or put another way, the filter doesn't seem to be picking up the tag. Is there a missing dependency that isn't documented?

Example behavior at: http://www.devinhedge.com/node/214

keithf’s picture

This isn't a bug. I had the same behaviour until I realised that it needs to be enabled for the input format that you're using. See Administer / Input Formats. Click "configure" for the input format you're using and ensure that "Image filter" is enabled in the "Filters" section.

Syntax examples:
[image:123]
[image:123 width=300]

David Hull’s picture

Status: Active » Closed (fixed)

Thanks, keithf, for the analysis. I'm closing this bug.