Having a generic hook_simplefeed_item_fields() to allow additional modules to insert additional fields would be very useful.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | hook_simplefeed_item_fields_n372222.patch | 1002 bytes | damienmckenna |
| #1 | hook_simplefeed_item_fields_n372222.patch | 1002 bytes | damienmckenna |
Comments
Comment #1
damienmckennaOne sample implementation has been attached.
Comment #2
damienmckennaUpdated patch that makes the individual feed $item available rather than the (mostly empty) $node.
Comment #3
damienmckennaUpdating the status to indicate I've attached a patch.
Comment #4
m3avrck commentedI'm not sure I see the point of this patch. hook_nodeapi:insert is already available and you can use to that do everything this proposed hook would allow.