I'm interested in taking over maintenance of this module as it deprecates and people move over to the addresses module for 6.x.
I have just completed a module that uses cck_addresses and activeselect as well as the countries inventory for the Drupal 6 addresses module to provide a fully javascript driven country-state/province selection with all the countries of the world and all the provinces currently recorded in the address module (which is thousands). To explain, when you enable this module, it wraps over all cck_address widgets and changes the country and province/state fields into select boxes, populating the country box with all the countries and the state/province box with the state/provinces of the country currently selected.
I have no intention of totally revamping cck_addresses but can fix the odd problem and can provide people with the means to transition their current content to the new module -if I get the right kind of encouragement.
Comments
Comment #1
darren ohDuplicate of issue 266854.
Comment #2
rconstantine commentedPlease send me an email using the contact form to discuss further.
Comment #3
shah.arpita85 commentedHi. I downloaded 5.x versions of cck_address and cck_address_extensions and then upgraded them to 6.x versions by using automatic upgradation specified at http://boombatower.com/tools/deadwood. I want to use the two modules in Drupal 6.11 for country India.
However, When I try to create a field of type "address", I get the following error:
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOT NULL DEFAULT ''''' at line 1 query: ALTER TABLE content_type_test ADD `field_3_street1` NOT NULL DEFAULT '''' in E:\root\drupal-6.10\includes\database.mysql-common.inc on line 298.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT NULL' at line 1 query: ALTER TABLE content_type_test ADD `field_3_street2` DEFAULT NULL in E:\root\drupal-6.10\includes\database.mysql-common.inc on line 298.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOT NULL DEFAULT ''''' at line 1 query: ALTER TABLE content_type_test ADD `field_3_city` NOT NULL DEFAULT '''' in E:\root\drupal-6.10\includes\database.mysql-common.inc on line 298.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT NULL' at line 1 query: ALTER TABLE content_type_test ADD `field_3_other` DEFAULT NULL in E:\root\drupal-6.10\includes\database.mysql-common.inc on line 298.
* warning: Invalid argument supplied for foreach() in E:\root\drupal-6.10\includes\form.inc on line 1197.
Kindly help me out with this.
If you have 6.x version of the two modules, then please let me know. I need these modules urgently.
Thanks in advance.