Having a generic hook_simplefeed_item_fields() to allow additional modules to insert additional fields would be very useful.

Comments

damienmckenna’s picture

StatusFileSize
new1002 bytes

One sample implementation has been attached.

damienmckenna’s picture

StatusFileSize
new1002 bytes

Updated patch that makes the individual feed $item available rather than the (mostly empty) $node.

damienmckenna’s picture

Status: Active » Needs review

Updating the status to indicate I've attached a patch.

m3avrck’s picture

Status: Needs review » Closed (works as designed)

I'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.