Well, not actually a mod.
I noticed that when viewing a profile, the photo or picture inserted, is distorted if it's not square.
To fix this go to pop_profile.asp and find this:
Response.Write "<a href=""" & ChkString(rs("M_PHOTO_URL"), "displayimage") & """>" & getCurrentIcon(ChkString(rs("M_PHOTO_URL"), "displayimage") & "|150|150",ChkString(rs("M_NAME"),"display"),"hspace=""2"" vspace=""2""") & "</a><br /><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Click image for full picture</font>"
Simply remove the number in red and the height will outosize.
This way the picture will not distort.
Just a tip.
Out<