Closed (fixed)
Project:
Image filter
Version:
5.x-1.0
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2007 at 09:47 UTC
Updated:
15 Oct 2007 at 02:21 UTC
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
Comment #1
devinhedge commentedI 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
Comment #2
keithf commentedThis 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]
Comment #3
David Hull commentedThanks, keithf, for the analysis. I'm closing this bug.