Member Directory

Joined: 09/11/2006
User offline. Last seen 1 year 18 weeks ago.

I did a search and haven't seen this show up in a couple years, so I figured I'd ask if anybody had a solution to turn and Excel file into a searchable online member's directory ... ideally one that would integrate with Google Maps and Drupal user permissions (thus making it for members only, and only accessible to the same people who already have your name and address in the printed directory).

If not Drupal, is there something in a different CMS?

Joined: 12/05/2007
User offline. Last seen 2 years 1 week ago.
user import module

Joe, for Drupal 5, there is a user import module for drupal that I used to import thousands of users for a university campus. It basically imports from a csv file (saved from an excel doc).
http://drupal.org/project/user_import

If you need to import users to certain member roles, you create the role first, then designate the import to that role -- an option the module gives you.

Then, you can create a view for a search-able member directory, by filtering and exposing the fields you want.

If I remember correctly, you also need the usernode or node profile module because you can't do a search on users in D5 since they are not nodes.

Joined: 09/11/2006
User offline. Last seen 1 year 18 weeks ago.
user import module in D6?

Thanks maximus, it's not exactly what I had in mind, but it's forced me to think about a different approach, which is always a good thing.

Anybody know of a Drupal 6 version of this module? Is it in development?

G&G Moderator
Josiah's picture
Joined: 12/20/2007
User offline. Last seen 15 weeks 3 days ago.
Yeah, a D6 version of this

Yeah, a D6 version of this module is nearly good to go. Once they are created as users, you can use Views to create a "directory" view of your users.