Print Page | Close Window

Avatar linking

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=1456
Printed Date: 30 March 2026 at 6:24am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Avatar linking
Posted By: DeMoN4LiFe
Subject: Avatar linking
Date Posted: 29 March 2003 at 10:23am
How to not let the Member to not Link to their own Avatars ?!



Replies:
Posted By: hans3702
Date Posted: 29 March 2003 at 10:58am

in register.asp goto line 1417 ( WWF Version7B3)

and edit or remove the following code, I haven't test it !!!!
or disable all Avatar in the forum config :-)

A safe try will be text ==> hidden and remove :
<input type="button" name="preview" value="<% = strTxtPreview %>" onClick="avatar.src = txtAvatar.value" />

Out of the box code:
<input type="text" name="txtAvatar" size="30" maxlength="95" value="<%

'If the avatar is the persons own then display the link
If InStr(1, strAvatar, "http://") > 0 Then
        Response.Write(strAvatar)
Else
        Response.Write("http://")
End If
        %>

JHH




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net