Hi,
Looking in the \Portals\0\Users\ folders, I can see that there are 4 pics per user for profile pics in the social module. The biggest is the original image and the 3 others are smaller versions.
How do I call the 2nd largest one? e.g.
/profilepic.ashx?userId=8&h=160&w=150 ?? Do I have to know the exact dimensions or can I just denote that I want the second biggest one?
Note: There is a performance problem in DNN 7.0.6 - the default Profiles are showing the original image in the profile pic thumbnail on the profile page - e.g. if I upload a 5 meg image, the little 100*100 profile pic in profiles is downloading 5 megs on each request (imagine this on a mobile) and then resizing it to 100 * 100.
The template is using the "[PROFILE:PHOTO]" - I would recommend do NOT use this token... or profile "[PROFILE:PHOTORESIZED]" or similar...