The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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:
Simply remove the number in red and the height will outosize.
This way the picture will not distort.
Just a tip.
Out<
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:
Code:
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>"Just a tip.
Out<
