Member gallery

Hi all,

I need some help in here.
Im trying to get a member page with a public gallery that only shows content from a database of the user we are currently seeing, im not sure if this is possible but if it is, do you know any good way to start?

thanks

Hi Luis!

I suggest you to create a single collection for it.
The collection will contain all the images of all the users and you can simply retrieve only the relevant items by using the currentUser method and the _ owner field from the database.
The owner field indicates who is the user that uploaded the image / item and if you get this field from the currentUser you can use a query to retrieve all the items that belong to the certain _owner.

Hope that helps.

Doron.