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
 Poll Mod Problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

MarsBar
Starting Member

49 Posts

Posted - 28 July 2005 :  19:54:40  Show Profile  Visit MarsBar's Homepage
Poll mod is installed and accessible but does not record the results or show the graphics.

Mark

topic txt:
http://www.geocities.com/whitecrow2462/polltopic.txt

post txt:
http://www.geocities.com/whitecrow2462/pollpost.txt


default txt:
http://www.geocities.com/whitecrow2462/polldefault.txt

Edited by - MarsBar on 28 July 2005 20:23:17

laser
Advanced Member

Australia
3859 Posts

Posted - 29 July 2005 :  01:19:14  Show Profile
Did you run "Check Installation" ?
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 29 July 2005 :  01:31:49  Show Profile
A link to your forum so we can see the problem would help.

Support Snitz Forums
Go to Top of Page

MarsBar
Starting Member

49 Posts

Posted - 29 July 2005 :  02:13:08  Show Profile  Visit MarsBar's Homepage
Hello again, laser. Yes I did.

Hi Davio. Here is a link to one of my boards where I left the poll mod "on".

http://www45.brinkster.com/beatlesyes2day/default.asp

Look in the Cafe on the Left Bank section

Thank you both for your responses.

Mark
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 29 July 2005 :  02:39:30  Show Profile
You're missing the javascript poll mod code from your inc_header.asp file. Check that file to make sure you have all the poll mod code copied over.

Support Snitz Forums
Go to Top of Page

MarsBar
Starting Member

49 Posts

Posted - 29 July 2005 :  02:49:17  Show Profile  Visit MarsBar's Homepage

Davio,

here's a link to the inc_header txt



http://www.geocities.com/whitecrow2462/pollinc_header.txt

Mark

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 29 July 2005 :  03:19:13  Show Profile
You added the poll mod code in the wrong place. You actually added it inside another javascript function called openWindowHelp().

Right below the poll mod code, you will see this line of code:
"}" & vbNewLine & _
Move that line right above the poll mod code. So it will look like this:
"function openWindowHelp(url) {" & vbNewLine & _
	"	popupWin = window.open(url,'new_page','width=470,height=200,scrollbars=yes')" & vbNewLine & _
	"}" & vbNewLine & _
    "// ################## Poll Mod ##################" & vbNewLine & _
    "function openPollWindow(url,w,h) {" & vbNewLine & _
    "  popupWin = window.open(url,'new_page','width='+w+',height='+h+',scrollbars=yes')" & vbNewLine & _
    "}" & vbNewLine & _
    "function submitPoll(btnPressed) {" & vbNewLine & _
    "  btnPressed.disabled=true;" & vbNewLine & _
    "  if (btnPressed.name == ""results"") {" & vbNewLine & _
    "    document.Poll.Method_Type.value = ""guest_vote"";" & vbNewLine & _
    "  } else {" & vbNewLine & _
    "    document.Poll.Method_Type.value = ""member_vote"";" & vbNewLine & _
    "  }" & vbNewLine & _
    "  document.Poll.submit();" & vbNewLine & _
    "}" & vbNewLine & _
    "// #############################################" & vbNewLine & _
	"// done hiding -->" & vbNewLine & _

Support Snitz Forums
Go to Top of Page

MarsBar
Starting Member

49 Posts

Posted - 29 July 2005 :  06:16:55  Show Profile  Visit MarsBar's Homepage
Thanks Davio! Works beautifully now! A great mod!

Mark
Go to Top of Page

jonaldjustine
Starting Member

Philippines
17 Posts

Posted - 14 August 2005 :  08:36:38  Show Profile  Visit jonaldjustine's Homepage  Send jonaldjustine a Yahoo! Message
I also encountered a problem with my poll mod. When I turned the poll mod "on" and saved the configuration, It says "Configuration Posted!" but nothing happened. When I returned to the Poll configuration, the Polls Option is turned "off" again. Can you guys help me?

"Remember that the Master of masters is God!"
Go to Top of Page

MarsBar
Starting Member

49 Posts

Posted - 14 August 2005 :  18:54:53  Show Profile  Visit MarsBar's Homepage
jonaldjustine,

Hello! You would probably get a quicker help response if you launch a new topic specific to the problem you are having.

Mark
Go to Top of Page

jonaldjustine
Starting Member

Philippines
17 Posts

Posted - 16 August 2005 :  05:58:36  Show Profile  Visit jonaldjustine's Homepage  Send jonaldjustine a Yahoo! Message
quote:
Originally posted by MarsBar

jonaldjustine,

Hello! You would probably get a quicker help response if you launch a new topic specific to the problem you are having.

Mark




ok, thanks!

"Remember that the Master of masters is God!"
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.48 seconds. Powered By: Snitz Forums 2000 Version 3.4.07