I have a number of sites which will use the same content type using a Money CCK field. Is there a way to configure only certain currencies to be made available as the content type is created, or identify a default currency which would apply to all Money CCK fields?

Thanks!

Comments

markus_petrux’s picture

Status: Active » Closed (won't fix)

I think you should be able to export that content type (once it is fully configured) from one site to the other sites. But this method would only work to create fields that do not exist in the target sites.

Another method to help replicate the allowed currencies manually... install the checkall module. It may help select all/none and then choosing the ones you're interested in.

Otherwise, a new feature could be added to the Money CCK field module to allow sites define a default for new fields, and maybe then, also add a per field option to use the site default rather than selecting once again all allowed currencies. However, TBH, I don't have the time to work on this right now. I'm marking the issue as won't fix because of lack of time. Patches are, of course, welcome, and the issue status can be changed to "needs review".

crea’s picture

It will be implemented in MVF module.

crea’s picture

Implemented in Units module. MVF module uses globally enabled units as a base.