Hi,
I am currently running a drupal site with the Gallery2 module and of course Gallery itself in the backend.
Users on my site can create their own album , and upload/delete their pictures in there.
Gallery2 is waaay to fully featured, and I'm slowly becoming rather tired of G2. It's so easy to get DB tables corrupted, and I find gallery rather slow too. (Plus a horde of other little issues I have)
Comes down to the fact that I don't need all that functionality.
I would like to find out if there's no basic way of doing this in Drupal itself with addon modules, instead of relying on a 3rd party application.
All I need would be:
* Ability for users to create an album under the root album, and upload pictures to that album
* Users should only have add/remove access to their own albums
* Users should be able to view all albums
* Obviously thumbnails should be created automagically.
* Multiple image uploads at once
* No need for an image title when uploading it.
* and maybe a few more, but i'll get to that later.
My feeling is that with modules like Views, CCK, Maybe OG, and Image this could be done (I might be completely wrong here), but I have no idea where to start and which modules to use.
Afterwards, modules like Lightbox2 could make it really pretty.