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
 Having trouble locking poll
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

leatherlips
Senior Member

USA
1838 Posts

Posted - 22 July 2006 :  13:41:15  Show Profile  Visit leatherlips's Homepage
I have installed the Poll MOD on my test forum and am trying to make sure everything is working. It all appears well until I try to lock it or edit it in any way. I get the following error:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'cint'

/testforum/post_info.asp, line 456


I've searched the forum and found something that said to try changing cint to clng but that did not work (unless I did it wrong ).

Here are text files for the following to look at:

post.txt and post_info.txt

Any help would be much appreciated.

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD

leatherlips
Senior Member

USA
1838 Posts

Posted - 22 July 2006 :  16:25:02  Show Profile  Visit leatherlips's Homepage
Never mind. I found the problem. After searching the forum I found this:

You added some poll mod code incorrectly into your post.asp file.

The poll mod code, starting at line 378 - 414, needs to be moved to the line after 442:
	if strRqMethod = "EditTopic" then
		TxtMsg = rs("T_MESSAGE")
	else
		if strRqMethod = "TopicQuote" then
			TxtMsg = "[quote ][i ]Originally posted by " & chkString(rs("M_NAME"),"display") & "[/i ]" & vbNewline
			TxtMsg = TxtMsg & "[br ]" & rs("T_MESSAGE") & vbNewline
			TxtMsg = TxtMsg & "[/quote ]"
		end if
	end if
'Put poll mod code here
end if

My problem was that I put it after a section that looked very similar to the above line. Only the part in orange above said R_MESSAGE. Oops...

This is a great MOD by the way. It does take a long time to add and is not for the squeamish! It was the hardest MOD so far I've installed, but it is well worth it!!

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD
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.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07