Avatar link to full size picture? - Posted (1741 Views)
Average Member
Panhandler
Posts: 783
783
Regarding the avatar mod;
Would it be terribly difficult to attach a link to the avatar image?
Specifically, I'd like to make the link to a full scale image of one's personal photo/image.

<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Senior Member
MaD2ko0l
Posts: 1053
1053
the thing is that the avatar should only be a certain width x height so a full size image on an avatar woudl be point less.
and loading a big image for example a 500 x 300 image then resizeing it would be a wast of bandwidth and would also make the topics load alot slower<
© 1999-2010 MaD2ko0l
Posted
Average Member
Panhandler
Posts: 783
783
Actually, the little image would have a link to the big image. I'm not asking for the mod to do any re-sizing. . . Thinking of it another way. . .the avatar could link to a webpage, or anything. . .my question is, I guess, how could one attach an href to the avatar image?<
Posted
Average Member
cripto9t
Posts: 881
881
Code:
		 	Response.Write	"                </p>" & vbNewLine
if Reply_MemberAvatar <> "noavatar.gif" then
response.write" <img src=""" & Reply_MemberAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """>"
end if
response.write " <p><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & Reply_MemberCountry & "</small></font><br />" & vbNewLine & _

Code:

		 	Response.Write	"                </p>" & vbNewLine
if Reply_MemberAvatar <> "noavatar.gif" then
response.write" <a href=""" & YourAddressVariable & """ title=""" & YourTitleVariable & """><img src=""" & Reply_MemberAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """></a>"
end if
response.write " <p><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & Reply_MemberCountry & "</small></font><br />" & vbNewLine & _
<
    _-/Cripto9t\-_
 
You Must enter a message