Hi everyone,
I inserted the possibility to comment under each photo, but when a user comments on a photo, the same comment is displayed on all the other photos. Is it possible to make the comment available only for the requested photo?
Thank you
Hi everyone,
I inserted the possibility to comment under each photo, but when a user comments on a photo, the same comment is displayed on all the other photos. Is it possible to make the comment available only for the requested photo?
Thank you
How are your images stored?
They are stored via the google sheet.
So one image per row in a single column?
And where are you currently storing the comments? In the same table, or some other table? Presumably you want to allow for multiple comments per image? Are you using a comments component, or some other component to capture the comments?
Ultimately what you want to do is associate each comment with an image. The reason I am asking so many questions is that I need to understand what you currently have before I can advise the way forward.
Sure, I’ll try to provide more information:
In the photography table I archive the photos, then view them with the collection object.
I added the comments object under each photo and created a relationship to derive the user.
Now when I try to comment the user is retrieved correctly, but the same comment appears on all the other photos.
I’ll give you an example:
I’m Simone and I comment on the photo on Jenny photo, the same comment appears on Adrian photo.
I thank
I’ll insert some images
Okay, thanks.
If you are displaying the comments using a Comments Collection on the Image details screen, it should just be a matter of applying a filter to the collection. Something like “user is screen->user”.
The photos are shown in the collection, but when a user presses on the photo, another page opens and that’s where I insert the comment, and in the filter I don’t have the function you’re indicating.
Look at the photo thanks
Okay, sounds like you are missing a column in your Comments table to hold a PhotoID.
So you should add that column. Once you do, you should see it appear in the Comments configuration in the “Save Data” section. Configure that to store the RowID of the current Photo. Once that’s done, you can use that column as the filter.
I tried as you indicated but I still have problems making the filter.
I’ll send you the images
Thank you
Your filter should be “ID Photo is Screen->ID Photo”
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.