Active
Project:
Import-export
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2005 at 21:00 UTC
Updated:
14 Oct 2005 at 16:14 UTC
Module works great as written, but when you have modules like location turned on, that info is not exported (And I'll assume not imported either)
Any chance of making it do a full export and full import of all node info?
Comments
Comment #1
tma0 commentedUnfortunately when a module implements new fields, the fields are not automatically supported. It requires to add a few lines of code - implement import-export API call. It's easy but I implemented only modules which I need myself.
Comment #2
sethcohn commentedExample code, to make this easier to add to other modules?
Comment #3
tma0 commentedHere is example from weblink module (older 4.5):
and another example from my keywork_links (http://drupal.org/node/13717) module:
PS: why is not nicely indented :-(