hello!
i am using G2 and serving some users, and my gallery structure as shown as below, every user has all right on his album only,
root
- Mary's album
- Mary's sub-albums...
- John's album
- John's sub-albums...
- Peter's album
- Peter's sub-albums...
- public album (can be upload by above users)
my aim is:
1) i would like to let every user could use gallery remote to upload into their own album and public album only.
2) when user login, other users' stuff should be hidden.
my problem is:
for gallery remote, i found that i need to set permission of root gallery to users allow to "view item", then they could use gallery remote to login, and see their folders and upload, but i would like every user cannot see folders (album) which cannot access, how?
furthermore, when user login from web UI, if they go to root gallery, they could also see other users' albums... i would like to hide them also.
thx a lot for hints.