Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Avatar link to full size picture?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Panhandler
Average Member

USA
783 Posts

Posted - 05 February 2009 :  15:17:20  Show Profile  Visit Panhandler's Homepage  Reply with Quote
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.


<

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 05 February 2009 :  15:52:17  Show Profile  Visit MaD2ko0l's Homepage  Reply with Quote
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
Go to Top of Page

Panhandler
Average Member

USA
783 Posts

Posted - 06 February 2009 :  00:54:23  Show Profile  Visit Panhandler's Homepage  Reply with Quote
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?<
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 06 February 2009 :  07:31:34  Show Profile  Reply with Quote
		 	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 & _



		 	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\-_
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07