I would like visiting users (i.e. guests not being logged in) to be able to view user portrait images in original size. I believe this is an easy thing to fix in StarCommunity, but I can't find any working setting. If I am logged in I can watch all other user's portrait image in full size. Anyone know how to fix this?
The original image is only available for authenticated users via the Image.Url property. Thumbnails on the other hand can be accessed by anyone, so the best solution is to display a "thumbnail" of the original size.
Hello,
I would like visiting users (i.e. guests not being logged in) to be able to view user portrait images in original size. I believe this is an easy thing to fix in StarCommunity, but I can't find any working setting. If I am logged in I can watch all other user's portrait image in full size. Anyone know how to fix this?
The code to get the full size image is
MyPageHandler.GetMyPage(user).Portrait.Url;