Is anyone aware of a module that would provide a some sort of company directory (name,photo,phone, email,etc.)?

I'm basically looking for an org-chart type module that you could drill down into to get detail information.

Thanks!

Comments

TurboChef’s picture

Can't seem to find the actual module to try out, and it's not in the CVS version of e-commerce. Am I looking in the wrong place?

John

TurboChef’s picture

drupalecommerce.com is gone? Where'd the site go?

Any help with finding the module in question would be great, thanks!

JP

cach0rr0’s picture

same here.

gentoob0x pages # host -t A drupalecommerce.com
Host drupalecommerce.com not found: 2(SERVFAIL)
gentoob0x pages # host www.drupalecommerce.com
Host www.drupalecommerce.com not found: 2(SERVFAIL)

shame, looked quite promising....rather, sounded like exactly what im looking for.

brandon.dixon’s picture

Are there any new Drupal modules that do this feature yet?

brandon.dixon’s picture

The directory modules I saw online didn't really do what I wanted. I wanted a tree type structure that I could expand out showing each user's profile. I wrote a module that takes a look at the Drupal user database and sorts every username by last name. The username format is first.last, so you may need to do some changes to get it to match your organization, but that shouldn't be hard. I am planning on releasing an update to the module in a few days that has more sorting methods.

Check it out and if you can think of any improvements then please let me know:
http://www.dueyesterday.net/system/files/user_directory.zip