I have install feeds and feedapi2feeds but In the upgrade I must to enable feeds_default module but I can't find in the drupal repository. Can you give me some information of how I can install this module?

Thanks in advance

CommentFileSizeAuthor
#4 feedapi2feeds.defaults.patch.txt1.54 KBsillygwailo

Comments

alex_b’s picture

Version: 6.x-1.0-beta9 » 6.x-1.x-dev

That's because Feeds defaults moved to Feeds News (feeds_news) in a recent restructuring.

Care to provide a patch for FeedAPI2feeds fixing that?

cercamon’s picture

It wil be very good if you can provide this patch, because I can't fins this feed_default module.

Thanks in advance

alex_b’s picture

Component: Miscellaneous » Code
Category: support » bug

It wil be very good if you can provide this patch

Sorry - don't have the time for it right now... not planning on patching.

This is actually a bug report for FeedAPI2Feeds on GitHub (http://github.com/developmentseed/FeedAPI2Feeds) - a different project from Feeds. Keeping this open as it is so closely related to Feeds though.

sillygwailo’s picture

Status: Active » Needs review
StatusFileSize
new1.54 KB

Attached is a patch that uses functions that look similar to what was happening in the now-defunct Feeds Defaults module. Haven't tested, really, but I think this provides some forward motion.

hadi farnoud’s picture

Priority: Normal » Major
r13ose’s picture

I just tried out the patch that is in this issue and from what I see this works out for me. If others can test out this patch and post if this works for them this will help get this into the 6.x-1.x-dev code.

edvanleeuwen’s picture

Tested, works properly.

dave reid’s picture

Status: Needs review » Closed (won't fix)

File an issue against https://github.com/developmentseed/FeedAPI2Feeds - this code is not contained in this project.

quinnanya’s picture

The patch works for me, too. Seems like the easiest way to fix the problem now, while waiting for an update to FeedAPI2Feeds.