UNSAFE!
OK so when you have your settings as friends only when you send a friend request to someone and they have not accepted it they still can see they stuff even though they are not friends!
OK so when you have your settings as friends only when you send a friend request to someone and they have not accepted it they still can see they stuff even though they are not friends!
problem is, it will not be shown under latest photos, but as soon sombody has rated a photo, it will be shown to everybody under rated photos. Same when admin featured a photo.
Isn't it possible to sort the photos on privacy before they are shown on any list?
Thanks
File: ow_plugins/photo/bol/photo_dao.php
Line 287:
WHERE `p`.`id` IN (" . $this->dbo->mergeInClause($idList) . " )
change to:
WHERE `p`.`id` IN (" . $this->dbo->mergeInClause($idList) . " ) AND `p`.`privacy` = 'everybody'