Hi everyone,
just rolled out another site using Drupal 5.
http://blogyoursprog.com
http://blogyoursprog.com/user/uncletom - a profile page (limited for privacy)
The site is a private and safe place for parents, aunties/uncles, grandparents and friends to share photos of their kids!
Basic site run down is 1) sign up, 2) add some photos, 3) make a contact list to share with and only your contact list can view your photos by the means of a guest/photo pass.
On the drupal side, there are a large number of custom modules including:
- userimage + userimage_albums
Holds the photo uploading and organising functionality. ( i've used a version of this on a number of sites now)
- Dashboard
Inspired by the mysite module, it provides an API to create a "dashboard" page personal to the logged in user. (may release this if i find time to clean it up and document it)
- usercontacts
Allows users to store a list of contacts who can view their photos, interacts with Plaxos address book import script to allow mass importing of contacts.
- photo_pass
Interacts with the usercontacts module to allow or deny contacts and members access to photos based on if they are a contact of the owner of the content they are viewing (think that makes sense!?)
To view all the active modules used go here: http://www.blogyoursprog.com/modules_used.php