-
Hello titanium !
Well, by default it can't be hidden - the photos in the feed are shown by their author.
-
Ok! Is there a way to just hide the item entirely, instead of showing "This is private content"?
When a person posts a lot of photos/videos/articles in closed groups, their profile is full with "This is private" content, rather than simply filtering those items out.I could simply write a js script to filter them out, but that wouldn't be the best solution.
-
Another way will require to change the serviceBrowseAuthor ($iProfileId = 0, $aParams = array()) method which is used there to add filter by allow_view_to field.
-