Avatar link to full size picture?

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/68186?pagenum=1
05 November 2025, 07:04

Topic


Panhandler
Avatar link to full size picture?
05 February 2009, 15:17


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.

<

 

Replies ...


MaD2ko0l
05 February 2009, 15:52


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<
Panhandler
06 February 2009, 00:54


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?<
cripto9t
06 February 2009, 07:31


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 & _
<
© 2000-2021 Snitz™ Communications