I am using this feed (http://semweb.meetup.com/events/upcoming/atom/) with a custom content type i created that has a cck date field. Since the RSS does not have the date as an attribute i am trying to have the feed pull in the feed items as unpublished so that i can go through an approval process for these feed items. This would allow me to add in the date field manually before it gets published to my site. Problem is that everytime i run cron ( when it actually runs ) i see the message on the status page indicating my aliases for these feed items have been created ( which would have already been created before when i created the feed and refreshed it ). The result is that my manually published feed items are all gone and i have new feed items that are unpublished and of course lost my manually set cck date field.

I thought perhaps it was because i was pulling in the feed items as unpublished and editing them ( adding my cck date field) before manually publishing it so i tried changing my feed item content type to published so that all the feed items would come in in a published state and THEN i would update it... but i have the same problem... it deletes all my previous nodes.

Im using feedAPI 6.15, feed element mapper 6.x-1.0-beta4 , and drupal 6.9. I should mention that i had an issue with running cron with the date field on my custom feed item type which i by applying the patch located at http://drupal.org/node/215979 ....

Comments

Krummrey’s picture

Status: Active » Postponed (maintainer needs more info)

Try not to update existing feed items.

In your feed-item-content-type check the feed-api settings:

Update existing feed items
If checked, existing feed items will be updated when feed is refreshed.

Turn it off.

Does that help?

malukalu’s picture

Just tried updating my content type to remove that flag and ran my cron. Same thing happened, i was presented with a list of confirmations of my path auto generating alias for the "new" nodes and my original ones with the published state are gone.

malukalu’s picture

Ok got this to work i think. Either i mis-understood you or you mis-typed ;). I updated my Feed content type ( not feed item) and my feeds checkbox for update on refresh as you specified and it seems to be working as expected now. Thanks for the help!

aron novak’s picture

Category: bug » feature
Status: Postponed (maintainer needs more info) » Fixed

Ok, this seems to be fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.