1) It is not yet clear to me if it is possible to add other countries, fo example germany, italy, poland spain etc.. and leaving intact also usa and canada?
2) It is possible to translate countries and region lists language per language?
3) It is possible to dynamically, based per country to change regon, province state,etc.. ?

Comments

johnhanley’s picture

1) The module only supports a primary and secondary countries. All other country selections will suppress the state/province field.
2) There's not localization built into the module. However someone posted a script in another issue that might be helpful to you.
3) I'm not sure what you're asking. Please clarify.

This module could be expanded to support an unlimited amount of countries with states/provinces. It could also be expanded to use AJAX, but neither of these ideas were required when the module was originally created and I'm not inclined to implement them.

For something super robust and flexible you might want to consider using the Content Profile module and taxonomy for the countries and states/provinces. However implementing the hierarchical dropdowns is still not a readily available feature with CCK.

matteoraggi’s picture

3) show state if usa, and show region if italy etc...
thanks for good words

johnhanley’s picture

Are you referring to the label (i.e. "State", "Region") or the data itself? If the former, no. You'll need to do something like State/Region. If the latter, you can swap out the primary and secondary state or provinces with whatever data you need. You'll need to be comfortable with working with the database though. Please see the project page for details.

matteoraggi’s picture

I was refering about both, labels and data, thanks for all.

johnhanley’s picture

Status: Active » Closed (fixed)