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 Upload mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

fuserak
Starting Member

1 Posts

Posted - 12 December 2001 :  20:39:49  Show Profile
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

rick7165
Senior Member

USA
1094 Posts

Posted - 12 December 2001 :  23:51:42  Show Profile  Visit rick7165's Homepage
Your looking at it wrong.

You see this:

<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 %>

Needs to look like this:

<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 %>

Test Site:
EastPasco Huw's Code 3.3.10 SQL 2000
Snitz Mod Resource
Email
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07