Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 topic on topic! hehe
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

rollerblast
New Member

76 Posts

Posted - 05 April 2005 :  21:16:35  Show Profile  Visit rollerblast's Homepage
well then im back here again. After thinking i was out bush. RIGHT the problem:

I installed the new_events_calendar mod. It all seems to be working apart from the topic.asp page. I have heavilly moded this already and had the same problem when doing the avatar and poll mod. it seemed to go away though. But with this new mod its come back.

the .txt is here:

www.rollerblast.co.uk/topic.txt the error message i get is this:

quote:
Microsoft VBScript compilation error '800a0400'

Expected statement

/rbforum/topic.asp, line 804

end if
^


The example topic.asp txt for the calander mod is here:

www.rollerblast.co.uk/cal_topic.txt

when i use this instead of my modded topic.asp it seams to work.

Thanks alot ! I dont no whats going on but im sure one of u could figure this out. im sure its simple really. i tried to figure it out using comparison software i think that might be useful to do for this if anyone has some free time. THANKS SO MUCH

If you want to see what is happening when trying to open topic.asp go here:

www.rollerblast.co.uk/rbforum/ i am currently using the cal_topic to keep the forum operational until this is fixed

cool guy

Edited by - rollerblast on 05 April 2005 21:22:20

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 05 April 2005 :  23:06:07  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
Check to see if you have an & _ at the end of the statement on line 803. If so, remove it.

eXtremeGossip
Go to Top of Page

rollerblast
New Member

76 Posts

Posted - 06 April 2005 :  03:28:43  Show Profile  Visit rollerblast's Homepage
hmmm no theres no & _ directly above it. The code is this:

" <td align=""right"" valign=""top"" width=""50%"" nowrap>" & vbNewLine
%>
<!--#INCLUDE FILE="inc_jump_to.asp" -->
<%
Response.Write " </td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" </table>" & vbNewLine

if strShowQuickReply = "1" and strDBNTUserName <> "" and ((Cat_Status = 1) and (Forum_Status = 1) and (Topic_Status = 1)) and ArchiveView = "" then
call QuickReply()
end if

WriteFooter
end if
sub GetFirst()
CColor = strForumFirstCellColor
Response.Write " <tr>" & vbNewLine & _
" <td bgcolor=""" & strForumFirstCellColor & """ valign=""top"" width=""" & strTopicWidthLeft & """"
if lcase(strTopicNoWrapLeft) = "1" then Response.Write(" nowrap")
Response.Write ">" & vbNewLine & _
" <p><font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b><span class=""spnMessageText"">" & profileLink(ChkString(Member_Name,"display"),TMember_ID) & "</span></b></font><br />" & vbNewLine
if strShowRank = 1 or strShowRank = 3 then
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & ChkString(getMember_Level(Member_Title, Member_Level, Member_Posts),"display") & "</small></font><br />" & vbNewLine
end if
if strShowRank = 2 or strShowRank = 3 then
Response.Write " " & getStar_Level(Member_Level, Member_Posts) & "<br />" & vbNewLine
end if
Response.Write " </p>" & vbNewLine & _
" <p>" & vbNewLine
if Member_Avatar <> "noavatar.gif" then
'##### My Avatar addon 1-2 : replace above line with below 5 lines
if (strMyAvatarLink + strMyAvatarTooltip) > 0 then


the end if in red is line 804

cool guy
Go to Top of Page

rollerblast
New Member

76 Posts

Posted - 06 April 2005 :  05:44:39  Show Profile  Visit rollerblast's Homepage
anyone got any ideas?

cool guy
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07