I installed the avatar MOD and it appears I did everything correctly except when I go to a topic. There you can only see the original post with a large black bar on the top. There is no error message. I cannot fix this problem if I cannot see an error message. I have looked at my inc_profile.asp and topic.asp file for errors but see none. Anyone have any ideas? I ran the MOD Setup and Check Installation. Here is the txts of the file for the avatar MOD - the admin_home.asp which I know has absolutely nothing to do with it: Config Topic Inc_Profile Pop_Profile Register
Yes I have. I am sorry but I installed this on an active forum. I dont feel terribly inclined to leave the bad files up. However I will have them up for about an hour. Hopefully you will be able to tell then.
Update. I fixed it so the posts show. I changed line 577 from: Reply_MemberSig = trim(arrReplyData(rM_SIG, iForum))] to: Reply_MemberSig = trim(arrReplyData(rR_SIG, iForum))
I can read the posts now but here is the problem: On the original post the sig appears. On the others posts only a 1 shows. How should I fix that? Also, on the original post (ones made by me especially) my country says IN, USA. So on the original posts it shows this: IN, USA IN should be on the same line as USA. You will note however that on my other posts within the same topic the IN, USA appear correctly. A link to see what all I am talking about. I would appreciate any help as it is beyond me right now.
You need to remember that there are two places in topic.asp to change. So any time you make changes, you have to realise if it is in the sub GetFirst (i.e. the thread creators first post) or where you loop around the replies. I'd guess you have these problems :
> in GetFirst you don't have a <br> between the avatar & country details
> in the replies area, you have the array indexing incorrect ... hence the sig's only display 1