I have this sharepoint site configured to let the users upload their profile picture to the default image library (http://intranet/my/User%20Photos). When someone right-click on the image and goes to Properties, they have the full URL of the image, where they can get the address to the list with all the users pictures.
My question is, is there a way to mask that URL on the people search result webpart? or is there a way to not let users see the pictures if they access the image library? or is there a way to block the access to the image library without blocking the images from being displayed?
Thanks a bunch.
-- Problem "solved". I edited the default view hiding all the columns. So when a common user access the list, he won't see anything, and he cannot edit the view. Works for now. Thanks.