Hi! I am trying to figure this out. I am aggregating feeds with the feeds module, and adding some to nodequeue and useque. I set the feed aggregator to delete the nodes after 72 hours, but would like the feed item nodes in nodequeue to not be deleted... how would I be able to do this?

Thanks!

Comments

alex_b’s picture

kompressaur asked a very similar question on how to avoid deleting nodes that have been commented on. The answer is a simple custom extension to FeedsNodeProcessor which overrides FeedsNodeProcessor::clear() and only deletes nodes that shouldn't be kept.

See #819066-1: Deleting Nodes With No Comments.

alex_b’s picture

Status: Active » Closed (fixed)

Closing after prolonged period of inactivity.

AntiNSA’s picture

Priority: Normal » Critical
Status: Closed (fixed) » Active

Wow. Creat a module that does what I want is a relly tough response. I am unable to ccreate modules. Unfortunately that is way above my skillset. If I could, I would help you develop the feeds module. But I am a mere user. I think this is a vital nessecity. Clearly Drupal requires resources and cant suppoert the never ending growth of nodes from importing... however ew need to have an option to keep some and not delete all.I really love nodeque, and implement it widely for my students.

However I dont have the monetary ability to purchase a huge server to handle never ending node creation. I really need to expire nodes, but only those which are not in a node queue. I am working on a nnon-profit oopen education initiative and would be happy to see someone help add this functionality to feeds.

Lets say if the content is flagged , commented, or in a nodequeue dont delete it. Is that possible?

thanks!

dave reid’s picture

Priority: Critical » Normal

Support and feature requests are never critical. Please do not abuse the priority field.

twistor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)