I used Views to build a filter for feed.
My filter, filter nodes on keywords from a vocabulary with synonyms, and it's working like a charm.
My problem and question is, can Flag module delete nodes that dosnt get trough my filter, or can i use Flag to promote the nodes that passes trough the filter, i need this to happen automatic, when the nodes are running trugh the filter, or right after, maybe the last thing done in the cron run.
If this can be done with Flag, can anyone then point me in the right direction, or if this cant be done by Flag module, i would love to here if there should be any suggestions for other modules og solutiones, that can do what i need?
sorry for my english, i regret i wasnt to much at school as i was intended to be :-)
Regards
Kims
Comments
Comment #1
quicksketchFlag module is only responsible for storing the values. You can then use Views module to build the lists of whatever content you want to perform actions on. Automatically running those actions is a completely different task that will require another module besides just Flag and Views. The closest thing I can think of is the Views Bulk Operations module, which will let you do bulk flagging, unpublishing, deleting, etc. for anything in your View. I'm not sure how to do it "automatically", but that's not really a problem-space that Flag addresses (nor should it).
Comment #2
kims commentedThanks for your quick replay.
Regards
Kim
Comment #3
quicksketch