Possible to interface with cck as a field??
patchak - April 2, 2008 - 20:00
| Project: | Google Client Geocoder |
| Version: | 5.x-0.1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hey there,
I really love this module and what I can do with it. I was wondering if it's possible to make it as a cck field or ifit's possible to use the API with another field that would already exist??
This would be great, cause that way we could put the map/adress function into sub groups into complicated cck forms!!
Thanks,
Patchak

#1
Ditto here: would like to reference the location of a nodereferenced node, not the node itself :)
Will look at code...
#2
+1
I would very much like to be able to change the titles of input fields like 'Node address settings' and 'Node address' to something more user friendly like 'location' or 'your address'
#3
sonic: Can't you do that via i18n? If not, you can simply mod the module... requires learning diff to maintain...
#4
yes you can, and thats exactly what I did. However it would be nice not to have to use one module to hack another.
#5
You can use the core locale module to do that... it's pretty common to transalate strings like that... there is also a string replacement module you could use...
Patchak