We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25208
    • 20 Posts
    Hi guys!
    I’m trying to create a Photo Gallery, but I was wondering if it’s possible to do it with Gallery.
    I’m running ModX 2.0.8

    1. Is it possible to create an Album for each user, and that user will have the permission to upload to that specific Album?

    ex:
    User’s Albums
    -User1 Album
    -User2 Album etc.....

    2. Is it possible to create a Shared Album, where all the users can add images?

    Thanks!

    Roadie
      • 5340
      • 1,624 Posts
      I don’t think this is possible with Gallery, not entirely anyway. You could display the album with Gallery but the upload has to be done on the frontend.
      So basically when you create a user page you initialize the album in gallery by giving it a name, if etc. Than you need to create a form that allows the user to upload pictures and customize the form to upload and set values in the db in such a way the Gallery can read those values.

      I don’t think this is too difficult to do for simple uploads.