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

pobster’s picture

Civicrm is awesome, possibly a bit too much depending on what you're after...?

Pobster

daveslc’s picture

Looking for something more basic than civicrm.

pobster’s picture

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

pobster’s picture

http://drupal.org/project/cck_gmapaddress

That's what I was thinking of...

Pobster

aireworth’s picture

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