I've posted a ticket in the Feeds module issue queue #974640: Mapper support for the Addresses module, but this may also be able to be incorporated directly into the Addresses module.

What do you think?

Comments

AlexisWilke’s picture

I guess that as a separate sub-module, it would work in the Addresses module too.

Is the mapper expected to be capable of copying content X, Y and Z in field A, B and C and the user can actually control that? If so, the mapper may still be a better bet.

Thank you.
Alexis Wilke

socki’s picture

This is just implementation of the necessary hooks which the Feeds module requires to expose Mapping from any Addresses fields a user creates. It will allow the user to assign content from the feeds they import into the cck field. This isn't a submodule, just two functions which can be added the the Addresses module.

AlexisWilke’s picture

socki,

Would these two functions going in addresses.module then?

Or is there another file that's more appropriate?

Thank you.
Alexis

socki’s picture

They can go into the addresses.module. There is not file naming convention which the feeds module knows to look for automatically. If you want to keep them in a separate file, then you will need to do a module_include or something like that.

-T

AlexisWilke’s picture

Version: 6.x-1.10 » 6.x-1.x-dev
Status: Needs review » Fixed

Okay, it's checked in 1.x-dev. 8-)

Since it should not generate any problem to the rest of addresses whether it works or not... but it looks fine anyway.

Thank you.
Alexis Wilke

socki’s picture

Excellent.. Thanks.

Status: Fixed » Closed (fixed)

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