By danlind on
Hello, Very new to Drupal. Sry if this is the wrong place for this post.
I'm wondering if there is a way to edit/delete RSS items that the aggregator module has brought into my site? I would like to be able to update the title of some articles and just delete others all together. Is this possible?
Thank you
Comments
Edit/delete aggregator items
Hello again, There seems to be many modules that let you edit node items but the aggregator module doesn't appear to create a node item. Does anyone know of a module that lets you edit aggregator items? Thank you
Have a look at the Feeds module
The Drupal core aggregator module is very basic and doesn't create nodes for feed items (in order to keep the overhead low/lightweight) and thus you can't update or delete the items in a feed. Luckily there is a great module for more advanced feed handling.
Check out the Feeds module: http://drupal.org/project/feeds
It will allow you to create nodes for you feed items and then you can edit or delete them as needed.
Cheers and good luck!
How can exclude the "edited" page from feed
Now I have problem when I just edit something on content that have been created before. They are publish in feed. I don't want this.
delete via database
what i did was delete the contents of these tables: aggregator_item and aggregator_category_item. the contents will be refilled when you run cron.