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
 Active Topics not working
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

lilvegan
Starting Member

USA
33 Posts

Posted - 19 October 2004 :  21:31:55  Show Profile  Visit lilvegan's Homepage
I am having trouble with my active topics page. I am getting this error when running them:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'dWStatus'

/forum/active.asp, line 384






Here is the code from active.asp lines 383- 389

If recActiveTopicsCount <> "" and (mLev > 0) then
Response.Write " <form name=""MarkRead"" action=""active.asp"" method=""post"">" & vbNewline & _
" <input type=""hidden"" name=""AllRead"" value=""Y"">" & vbNewline & _
" <input type=""hidden"" name=""BuildTime"" value=""" & DateToStr(strForumTimeAdjust) & """>" & vbNewline & _
" <input type=""hidden"" name=""Cookie"" value=""2"">" & vbNewLine & _
" <acronym title=""Mark all topics as read""><input type=""image"" src=""" & strImageUrl & "icon_topic_all_read.gif"" value=""Mark all read"" id=""submit1"" name=""Mark all topics as read"" border=""0""" & dWStatus("Mark all topics as read") & "></acronym></font></td>" & vbNewLine & _
" </form>" & vbNewline


I am using a modified Speedball forum adn am using Access 2000. Any help you can give would be great.

lilvegan
Starting Member

USA
33 Posts

Posted - 22 October 2004 :  07:28:57  Show Profile  Visit lilvegan's Homepage
Some more information. I only get this error if there is in fact a recent topic. When I log out the page behaves as it should. Could this be due to how the page handles cookies?
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 22 October 2004 :  07:55:14  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Do you have any MODs installed?

Make sure you have the following function in inc_func_common.asp:
function dWStatus(strMsg)
	dWStatus = " onMouseOver=""(window.status='" & Replace(strMsg, "'", "\'") & "'); return true"" onMouseOut=""(window.status=''); return true"""
end function

(lines 1427-1429 in an unmodified inc_func_common.asp file from Snitz v3.4.05)

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

lilvegan
Starting Member

USA
33 Posts

Posted - 22 October 2004 :  15:28:11  Show Profile  Visit lilvegan's Homepage
Awesome -- I found those lines and they were commented out. After uncommenting it works fine. Thank you very much!
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 22 October 2004 :  23:37:17  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
You're welcome.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
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