Avatar link to full size picture? - نوشته شده در (1739 Views)
Average Member
Panhandler
مطلب: 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.

<
 پیش‌فرض مرتب‌سازی برای تاریخ DESC به معنی جدیدترین است  
 تعداد در صفحه 
نوشته شده در
Senior Member
MaD2ko0l
مطلب: 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
نوشته شده در
Average Member
Panhandler
مطلب: 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?<
نوشته شده در
Average Member
cripto9t
مطلب: 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\-_
 
شما باید یک متن وارد کنید