I am creating a drupal site on a linux system using localhost to develop the site that once complete I can change it from localhost to a live site. I want to be able to allow the users to create there own photo galleries, I have looked at http://jamestombs.co.uk/2009-05-12/create-an-album-based-image-gallery-i... and http://jamestombs.co.uk/2009-03-18/create-a-simple-image-gallery-in-drup... the problem with these two examples is that every gallery that is created is created in http://localhost/album in my situation and every user can see every gallery. I understand I can make the galleries public/private/password protected if I use cck_gallery. Is there a way I can create the galleries in the users space?