I want to create a photo sharing community site like Flickr and which will enable users to build personal galleries which will be displayed on their profile page . How can this be done ? modules to use ? I saw an article to do this by Lullabot but it was for Drupal 4.7 and quite out of date. Thanks

Comments

VividPencil’s picture

Hi,

you can use the Gallery module: http://drupal.org/project/gallery

But more flexible and proper way is using of the combination of CKK/ImageCache/Imagefield/Views modules.

Check this video tutorial: http://www.wonderhowto.com/how-to-build-drupal-photo-sharing-website-218...

Let me know if it exactly what you're looking for.