Closed (duplicate)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Feeds Import
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2012 at 10:39 UTC
Updated:
17 Sep 2012 at 18:57 UTC
I can Edit | Export | Clone | Delete my feeds configurations. How can I import a feeds configuration exported on a other system?
Comments
Comment #1
webchickI was wondering the same thing. :)
Comment #2
acy76 commentedNot sure if this is possible through the admin interface - but it can be done in a module. See the section 'Exportables and default hook' at the following URL: http://drupal.org/node/622698
Just tried this today in a module I am working on and it seems to work perfectly.
Comment #3
IT100 commentedah nice one. missed that. Shouldn't also be a great problem to ad this to the admin interface!
Comment #4
webchickThere we go. :)
Comment #5
anavarreAh yes, this would be a very nice addition indeed.
Comment #6
IT100 commentedFYI - install devel module & paste the feeds configuration export code into /devel/php
on the destination.
works fine!
Comment #7
star-szrClosing as a duplicate of #1006292: Importing Feeds configuration through the UI.