Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Avatar link to full size picture?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Panhandler Posted - 05 February 2009 : 15:17:20
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.


<
3   L A T E S T    R E P L I E S    (Newest First)
cripto9t Posted - 06 February 2009 : 07:31:34
		 	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 & _
<
Panhandler Posted - 06 February 2009 : 00:54:23
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?<
MaD2ko0l Posted - 05 February 2009 : 15:52:17
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<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.02 seconds. Powered By: Snitz Forums 2000 Version 3.4.07