Postponed (maintainer needs more info)
Project:
Feeds Rules
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2012 at 14:51 UTC
Updated:
30 Jan 2012 at 12:52 UTC
Comments
Comment #1
eloivaqueSubscribe
Comment #2
eloivaqueHi
I create this code in feeds_rules.rules.inc and work!
Comment #3
derhasi commentedI guess I do not understand where your problem is. Can you please provide additonal information on what you tried to do?
Comment #4
cristinam-1 commentedHi,
The goal is after importing feeds save some words of the content of feeds in taxonomy fields, like the module autotag, it's possible with this module?
I create a new rule with react on event "After importing feed".
After I add a condition "Content is of type" and now I need a data selector, but I don't know what i put in this field?
Thanks,
Comment #5
derhasi commentedAt the moment, the "After importing feed" event only serves the "Feeds Source". This only provides "id" (the machine readable name) and "imported" (for the time the feeds source was imported), but at the moment, there is no information about the items, that were imported available in rules.
The "after importing feed" was created by me, to serve as a general cleanup event. Feeds itself now provides an event too: @see #1005128: Rules integration & enable modules to customize imports.
cristinam, for your use case, I guess it was best you would trigger the "Node: After saving new content" event. Because this directly acts on the node being saved.