Active
Project:
InsertNode
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2011 at 18:28 UTC
Updated:
22 Mar 2011 at 16:20 UTC
I have a node that has a CCK imagefield using imagecache with Alternative Text specified, for users who can not see the image or if the image cannot be displayed in the browser.
When I insert it into another node, the user supplied alt text is not included.
E.g. [node:123 imagefield=field_image:medium:default;]
Comments
Comment #1
new_B commentedNote: the alt test does show up when I insert the whole node. E.g.
[node:123 body]Comment #2
AlexisWilke commentednew_B,
I'm no too sure what's different between the call we issue and the call issued when node_view() is called. If you can find out, then we can fix InsertNode. Note that adding support for imagefield was not my idea in the first place.
Thank you.
Alexis Wilke