fuserak
Starting Member
1 Posts |
Posted - 12 December 2001 : 20:39:49
|
Hi,
Im using Huws modified forum (3.3.03) which comes with the Avatar mod installed. I would like to install the Avatar Upload MOD but I have run into a problem.
I need to (in topic.asp):
Find this line:
<img src="<% =rsReplies("M_AVATAR_URL") %>" align="absmiddle" width=<% =rsav("A_WSIZE") %> height=<% =rsav("A_HSIZE") %> border=<% =rsav("A_BORDER") %> hspace="0" ><% set rsav = nothing %><% end if %>
and edit it to read this:
<img src="<% =rsReplies("M_AVATAR_URL") %>" align="absmiddle" <%Call GetPicFileInfo(rsReplies("M_AVATAR_URL"), 0, 0, 0)%> border=<% =rsav("A_BORDER") %> hspace="0" ><% set rsav = nothing %><% end if %>
then find this line:
<img src="<% =rsTopic("M_AVATAR_URL") %>" align="absmiddle" width=<% =rsav("A_WSIZE") %> height=<% =rsav("A_HSIZE") %> border=<% =rsav("A_BORDER") %> hspace="0" ><% set rsav = nothing %><% end if %>
and edit it to read this:
<img src="<% =rsTopic("M_AVATAR_URL") %>" align="absmiddle" <%Call GetPicFileInfo(rsTopic("M_AVATAR_URL"), 0, 0, 0)%> border=<% =rsav("A_BORDER") %> hspace="0" ><% set rsav = nothing %><% end if %>
BUT.. the nearest i can find to this is :
<img src="<% =rsReplies("M_AVATAR_URL") %>" align="absmiddle" width=<% =rsav("A_WSIZE") %> height=<% =rsav("A_HSIZE") %> border=<% =rsav("A_BORDER") %> hspace="0" > <% set rsav = nothing end if end if%>
and..
<img src="<% =rsTopic("M_AVATAR_URL") %>" align="absmiddle" width=<% =rsav("A_WSIZE") %> height=<% =rsav("A_HSIZE") %> border=<% =rsav("A_BORDER") %> hspace="0" > <% set rsav = nothing end if end if%>
which are different at the end :(
can you help ?
Thanks,
Fusey
|
|