By kabaman on
hi
i am searching for an image gallerie with an easy multiupload function for images
it would be nice if i could (easily) create galleries for individual persons with individual user rights for viewing
like person A got gallery A with password A and person B got gallery B with password B ...
thanks in advance
Comments
Hi kabaman, Do you understand
Hi kabaman,
Do you understand CCK http://drupal.org/project/cck and Views http://drupal.org/project/views? If so, building it with these modules would provide the most
If not, I have created a few image galleries like this and I can send you a Feature of one that you can basically enable like a regular module with Features: http://drupal.org/features
Create a content type with CCK's image field: http://drupal.org/project/imagefield
For multiple image uploading, I haven't tested this out but I have never heard any complaints about it: http://drupal.org/project/image_fupload
As for the user viewing rights, what access control module are you working with?
If you're building a social networking type of site where you want people to be able to create private, public, friend (or other relationship)-only galleries, you can create quite complex networks by leveraging views, CCK, and a relationship module like http://drupal.org/project/flag_friend or http://drupal.org/project/user_relationships.
I'll have to find out a little bit more about what you currently have and your goals before being able to give you a more better, more detailed advice. But, anything you can be done 'The Drupal Way' with the modules I mentioned.
-- Justin
---
---