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
 Site Poll MOD - error on my setup
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

NiteOwl
Junior Member

Canada
403 Posts

Posted - 08 November 2003 :  17:40:45  Show Profile  Visit NiteOwl's Homepage
Hi: I have had the Poll MOD working and am now onto the Site Poll, I have a wee problem:

I receive the error: Site Poll Not Turned On

I have checked my Forum Variable beside SitePoll and it is a 1

My config is a copy of the one supplied in the zip, as follows:

Dim SubCount, MySubCount
'###################### Poll Mod Variables #######################
Dim strFeaturedPoll, strFPollWindow, strPolls, strFeaturedPollID, strFPollTable, strMaxVotes, strHidePoll, strVResults
'##################################################################

'######################## Site Poll Mod ########################
Dim strSitePoll, strPollURL, strPollAppURL

'# This should be the same as your strCookieURL value.
'# Go to your "Admin Options" --> "Forum Variables Information" and look
'# what your strCookieURL value is and enter it below. Make sure to
'# REMOVE the "/" from in front.
'# Example: strPollURL = "discussion/board/"
strPollURL = "dev_snitz/"

'# This should be the same as above. Make sure you PUT the "/" in front
'# and enter it below in CAPITAL LETTERS.
'# Example: strPollAppURL = "/DISCUSSION/BOARD/"
strPollAppURL = "/DEV_SNITZ/"
'###############################################################

and

strShowQuickReply = Application(strCookieURL & "STRSHOWQUICKREPLY")
' ########################### Poll Mod #######################
strPolls = Application(strCookieURL & "STRPOLLS")
strFeaturedPoll = Application(strCookieURL & "STRFEATUREDPOLL")
strFeaturedPollID = Application(strCookieURL & "STRFEATUREDPOLLID")
strFPollWindow = Application(strCookieURL & "STRFPOLLWINDOW")
strFPollTable = Application(strCookieURL & "STRFPOLLTABLE")
strHidePoll = Application(strCookieURL & "STRHIDEPOLL")
strMaxVotes = Application(strCookieURL & "STRMAXVOTES")
strVResults = Application(strCookieURL & "STRVRESULTS")
' ############################################################

'######################## Site Poll Mod #####################
strSitePoll = Application(strPollAppURL & "STRSITEPOLL")
'############################################################


-=NiteOwl=-

Edited by - NiteOwl on 08 November 2003 17:42:05
  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.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07