Closed (fixed)
Project:
Feeds
Version:
6.x-1.0-beta10
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2011 at 06:28 UTC
Updated:
7 Jan 2018 at 06:53 UTC
Jump to comment: Most recent
Comments
Comment #1
rplescia commentedSub - I have the same issue
Comment #2
flatline2010 commentedSub - I have the same issue
Comment #3
flatline2010 commentedOoops,
I think that we get the URL field when we actually 'import' the RSS:
www.yourdomain.com/import
If, for instance, we attached the imported RSS to the blog message type, when we select it, we will see that it has an additional tab Feed with the URL field ...
Upon creation of the blog message, the items from the RSS will be imported. We can then delete all of them by editing the blog entry created with ../import
Comment #4
Melissamcewen commentedsame here...feed content type is useless
Comment #5
altrugon commentedI found the problem on:
Because all the items are enabled on page /admin/build/feeds and there is not save button to re-submit the form,
$importersis an empty array and we get nothing from the function above.A temporary solution:
Disable the Feed item, let the form get submitted, and when it's done enabled the Feed item back. Then you can go to /node/add/feed and you will see the missing Feed fieldset with the URL: field inside.
Comment #6
davidtrainer commentedTo clarify, refresh the Feed Importers page at admin/build/feeds and make sure the "Feeds" Importer is enabled. Then clear your cache and create a new Feed. The input form should now have the URL field.
Comment #8
codesidekick commentedFor anyone else having issues with this note that the URL module does not appear to be supported by Feeds but the Link module does.
Comment #9
risharde commentedI seemed to have found a way to get the URL module in Drupal 7 to be compatible with Feeds
Step 1
In the URL module folder, edit the url.info file and add the following line UNDER the 'recommends[] = elements' line
files[] = url.feeds.inc
Step 2
You have to create a file called url.feeds.inc in the URL module folder with the following code (MAKE SURE TO CLEAR CACHE AFTERWARDS BEFORE GOING BACK TO THE FEEDS MODULE)
Comment #10
hypnoser commentedrisharde - Thank you very mach! This work!
Comment #11
akharabi commentedThank you, this is very good. I am wondering if you are adding separate URL and Title for the title?