I did what i was supost to do with the files. I had a problem with the Topic.asp but I fixed that to the instructions for the new release. It dont work though. it alows you to select an avatar and upload them to the forum but they dont show in the forum.
ok, seems you forgot the last thing on the page, go to line 795 of your topic .asp and hit enter then go nack to line 795 and paste this: if Member_Avatar <> "noavatar.gif" then response.write" <img src=""" & Member_Avatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />" end if That should do the trick, let me know if it doesn't