Author |
Topic |
middleweb
Junior Member
USA
230 Posts |
Posted - 16 August 2003 : 06:06:11
|
www.video-gamer.net/forum Already checked installation TWICE Here's a text version: www.video-gamer.net/forum/topic.txt |
|
Edited by - middleweb on 18 August 2003 17:19:19 |
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
middleweb
Junior Member
USA
230 Posts |
Posted - 16 August 2003 : 15:27:33
|
Poll mod and Avatar. |
|
|
|
middleweb
Junior Member
USA
230 Posts |
Posted - 16 August 2003 : 17:40:10
|
So here's what I did. I had another forum, that had Active Users, Avatar, Gradient and PM installed. I took the topic.asp file from that forum, uploaded it, and my forum worked...I then just attempted to add Poll MOD to that file, and it messed it up and took me to the same error message. -Gabe |
|
|
|
middleweb
Junior Member
USA
230 Posts |
Posted - 17 August 2003 : 00:58:16
|
Also, there's a problem on post.asp |
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 17 August 2003 : 15:35:25
|
Middleweb, change your topic to "Avatar and Poll mod problems". |
Support Snitz Forums
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 17 August 2003 : 15:40:13
|
In your topic.asp file, change lines 1217 - 1224 from this:Response.Write " <td valign=""top"" height=""100%""><font ...
if Request.QueryString("SearchTerms") <> "" then
Response.Write SearchHiLite(formatStr(Topic_Message))
else
Response.Write formatStr(Topic_Message)
end if
Response.Write "</span id=""msg""></font></td>" & vbNewLine & _
" </tr>" & vbNewLine To this:Response.Write " </tr>" & vbNewLine You're missing an end if statement after line 998.end if 'line 998
end if
if (strAIM = "1") then That's it for topic.asp |
Support Snitz Forums
|
Edited by - Davio on 17 August 2003 15:48:59 |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 17 August 2003 : 15:41:53
|
You will need to post a link to a txt version of your post.asp file, if you are having problem with it. |
Support Snitz Forums
|
|
|
middleweb
Junior Member
USA
230 Posts |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 18 August 2003 : 01:11:00
|
I will only continue to help you if you change your topic title. You haven't changed it yet.
And after you do that, make sure you update your topic.txt file with the changes you made. |
Support Snitz Forums
|
Edited by - Davio on 18 August 2003 01:13:49 |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 18 August 2003 : 17:29:36
|
You haven't updated your topic.txt file yet. |
Support Snitz Forums
|
|
|
middleweb
Junior Member
USA
230 Posts |
Posted - 18 August 2003 : 18:25:15
|
www.video-gamer.net/topic.txt :) |
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 18 August 2003 : 21:43:49
|
You're missing an end if statement after line 996. end if 'line 996
end if
'############################ Poll Mod ###############################
|
Support Snitz Forums
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 18 August 2003 : 21:52:24
|
You're also missing an end if statement after line 1317. Response.Write " <br /><a href=""JavaScript:openWindow('pop_send_to_friend.asp?url=" & strForumURL ... 'line 1317
end if
end if |
Support Snitz Forums
|
|
|
middleweb
Junior Member
USA
230 Posts |
Posted - 19 August 2003 : 00:28:47
|
Fixed, same error. |
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 19 August 2003 : 01:33:39
|
You must be making errors when you add the fixes, because I don't see problems with the rest of your file. The previous fixes I gave you I told you to do before, but you left out one of the fix.
Update your topic.txt file again with your changes. Let me know when you have done so. |
Support Snitz Forums
|
|
|
Topic |
|