Hello! I recently added Dora Moon's my avatar addon and it seems to work nicely. I checked out the search here but could not find anything specific to my problem, which is that members who have no avatar now display an empty avatar box with a red "X". Can anyone point me in the right direction to fix this?
OK I think I have traced this to my topic file. I am probably misinterpreting the instructions as in following them I am removing the noavatar gif script.
Here's a link to my topic txt:
http://www.geocities.com/whitecrow2462/topic_myavatar.txt ______________________________________________________________________ end if if Reply_MemberAvatar <> "noavatar.gif" then ' response.write" <img src=""" & Reply_MemberAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />" '##### My Avatar addon 1-1 : replace above line with below 5 lines
______________________________________________________________________ end if if Member_Avatar <> "noavatar.gif" then ' response.write" <img src=""" & Member_Avatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />" '##### My Avatar addon 1-2 : replace above line with below 5 lines ______________________________________________________________________
removing from "end if" down to the mod line was the only I could get my topic page to quit having errors. How do I need to do this correctly?