Try changing line 586 from
<br><% if Trim(rsTopic("M_AVATAR_URL")) <> "" and lcase(rsTopic("M_AVATAR_URL")) <> "noavatar.gif" and (IsNull(rsTopic("M_AVATAR_URL")) = false) then %>
To
<br><% if Trim(rsReplies("M_AVATAR_URL")) <> "" and lcase(rsReplies("M_AVATAR_URL")) <> "noavatar.gif" and (IsNull(rsReplies("M_AVATAR_URL")) = false) then %>
And this section of line 594
<% =rsTopic("M_AVATAR_URL") %>
to
<% =rsReplies("M_AVATAR_URL") %>
EDIT -saying that it looks like you added the code in the wrong place, you have the code for the first post in a topic with the reply code and have not added the any code to find the avatars of people who have replied..if that makes sense to you
The line numbers may have thrown you as your file seems to be about 200 lines ahead of the readme.
No matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
Edited by - Hamlin on 01 August 2002 13:18:13