By daveslc on
I am looking for drupal 6 module that I can use to enter business names/addresses in and that will sort by city. Preferably with a google map link for the address.
Any thoughts?
I am looking for drupal 6 module that I can use to enter business names/addresses in and that will sort by city. Preferably with a google map link for the address.
Any thoughts?
Comments
Civicrm is awesome, possibly
Civicrm is awesome, possibly a bit too much depending on what you're after...?
Pobster
Looking for something more
Looking for something more basic than civicrm.
How about just creating a
How about just creating a new content type using CCK then spitting out a list using Views. I think there's a gmap cck field integration thing somewhere? Else if you don't want to create a new node for each entry, try using the Tablemanager module.
Pobster
http://drupal.org/project/cck
http://drupal.org/project/cck_gmapaddress
That's what I was thinking of...
Pobster
Roll your own
This is what I ended up doing when I looked into this about a year ago. Although the prebuilt address fields for cck look like an easier answer, building the whole structure from scratch from cck and views was simpler and gave me the look and flexibility I liked. Try it. I think modules like a directory don't exist simply because views and cck make this sort of thing so easy in Drupal.
Colin