I have a privacy group defined as 20 (the ID in the database).
Any items in this group, I do NOT want to see when I go m/photos/browse/all
I DO want to see them when I browse the profile's photos.
I've got it working when an individual is not a member of that group and they view a profile's photos, the album that is set to 20 OR the pics set to 20 do not show. (dolphin did that for me automatically).
My problem is, this privacy group is a PRIVATE group and should not be shown in browse all. AND the album it's in is private and should not be shown in m/photos/albums/browse all as well.
I would like when I browse all, ONLY the photos that are privacy group of 3 (ALL) to be shown.
This is somewhere in the browse all objects function somewhere in the code, I am not sure where.
I have traced the privacy down and it is working "correctly" based on what m/photos/browse/all does.
I just need to further quantify the m/photos/browse/all and m/photos/albums/browse to not display this privacy group. It should ONLY display the default privacy group (ID = 3).
If someone wants to see the private photos, they would go to the user's profile, and if the user has added them to the private group (ID=20), then they can see the photos.
Thank you for your time! :D
I hope this is clear enough, I'm still working on injecting coffee.
To add to this...
m/photos/home exhibits the behavior I want.
m/photos/albums/browse does NOT. It shows ALL albums not just the ones viewable to everyone.