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
Edited by hans3702