How to create a directory in Drupal with CCK/Views
1. Download CCK (http://drupal.org/project/cck)
2. Download Views (http://drupal.org/project/views)
3. Navigate to Administer > Content Management > Content Types
4. Create one called “directory entry” or whatever you like
5. Go back to Administer > Content Management > Content Types
6. Click the Add field link that corresponds to your new content type
7. Select the options for your new field
8. Repeat for all necessary fields (list of fields: http://drupal.org/node/3478#comment-7858)
9. Clone one of the default views (if you have Organic Groups use the “og” view)
10. Configure the view to use the data from your directory entry content type.