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
 Just installed the poll mod but need a little help
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ÇámêltöÉ
Starting Member

USA
11 Posts

Posted - 30 November 2003 :  15:17:46  Show Profile  Visit ÇámêltöÉ's Homepage
I just got done installing the poll mod on my forums. It took me 4 times, but I'm done.

I notice one thing. I really don't know how to explain this, but here we go. Everything seems to work great, but when I make a poll, examples..

If you use words like this. It's, we're, should've in my poll and hit post it turns out like It''s, we''re, should''ve. It seems to add a ' to the word. It's no big deal just thought their might be an easy fix thanks.

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 30 November 2003 :  22:43:31  Show Profile
Hmm, you're right. It happens with the poll answers.
I will look into it.

Support Snitz Forums
Go to Top of Page

ÇámêltöÉ
Starting Member

USA
11 Posts

Posted - 30 November 2003 :  22:53:18  Show Profile  Visit ÇámêltöÉ's Homepage
Thanks
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 30 November 2003 :  22:57:26  Show Profile
You're Welcome!

Support Snitz Forums
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 30 November 2003 :  23:23:54  Show Profile
Around line 844 in your post_info.asp file, you should find this bit of code (remove the code in red):
for i = 1 to strMaxVotes
	if trim(Request.Form("answer" & CStr(i))) <> "" then
		txtAns(i) = chkString(Request.Form("answer" & CStr(i)),"SQLString")
	else
		txtAns(i) = ""
	end if
next
In the same page, around line 467, you will find this code (remove the code in red):
For i = 1 To CInt(count)
	if trim(Request.Form("answer" & CStr(i))) <> "" then
		txtAns(i) = chkString(Request.Form("answer" & CStr(i)),"SQLString")
	else
		txtAns(i) = ""
	end if
Next
That should fix it.

Support Snitz Forums
Go to Top of Page

ÇámêltöÉ
Starting Member

USA
11 Posts

Posted - 01 December 2003 :  10:16:46  Show Profile  Visit ÇámêltöÉ's Homepage
Has anyone every told you, your the man

Thanks it worked
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 01 December 2003 :  10:58:48  Show Profile
Not lately.

You're Welcome.

Support Snitz Forums
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 01 December 2003 :  11:00:17  Show Profile
Not lately.

You're Welcome.

Support Snitz Forums
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 1.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07