I am new to Drupal, however I would like to build a photography site. One of the things the site must do is have a gallery for each client and only that gallery can be seen to that client. The admin will have the only access to create the galleries and associate them with a client. I would like to somehow have it when the client logs in it will give them a link to view there gallery and only threre gallery. I am not sure if taxonomy and views alone can do this. Or if I will need a Module. I am using the acquia pack installation. Drupal 6.x Thanks Keith
I'm not 100% sure, but you might want to look into one or both of the following modules Taxonomy Access Module - It restricts access to certain pages based on taxonomy terms. Content Profile Module - allows you to create custom content types that can be part of a user's profile.