Author |
Topic |
RSADM
Starting Member
South Africa
24 Posts |
Posted - 03 September 2003 : 09:44:58
|
quote: Originally posted by Davio
Did you add all the site poll mod code in your config.asp file? I think so. Go to you admin options, Forum Valriables. Scroll down until you see the SitePoll variable in the left hand column. Check what value it has.
If the value is 1, then the site poll page isn't seeing the variable. If it is 0, and you are sure you have turned it on, then you are probably missing some code from the config.asp file.
In your config.asp file, what do you have set for your strPollURL and strPollAppURL?
This is the string : /FORUM/STRSITEPOLL 1 From my config file : strPollURL = "forum/" strPollAppURL = "/FORUM/" Could this be the error ? |
Edited by - RSADM on 03 September 2003 10:42:07 |
|
|
RSADM
Starting Member
South Africa
24 Posts |
Posted - 15 September 2003 : 03:13:37
|
Any advise please ? |
|
|
RSADM
Starting Member
South Africa
24 Posts |
Posted - 25 September 2003 : 08:02:06
|
Any advise please ? |
|
|
RonTampaBay
New Member
USA
59 Posts |
Posted - 25 September 2003 : 11:12:27
|
Hi Davio, I just wanted to let you know that I installed the poll mod and it worked perfectly right from the start. The documentation was exceptional and the process very clear. I think that this mod may be the most involved I have applied, yet it was smooth sailing!
My compliments! |
|
Edited by - RonTampaBay on 25 September 2003 11:13:21 |
|
|
RSADM
Starting Member
South Africa
24 Posts |
Posted - 09 October 2003 : 07:05:58
|
Can anyone please help me... |
|
|
NiteOwl
Junior Member
Canada
403 Posts |
Posted - 09 November 2003 : 15:46:05
|
OK, think I have it!! If this helps great, if not sorry.
I also was having a problem because I built my site with its very own domain name and naturally put it to the root and NOT in a sub folder.
You MUST put your forum in a folder called FORUM probably but alternate names I have not tested.
if it use to be http://www.bdbdata.com/ It must now be at http://www.bdbdata.com/FORUM
Regardless of what the strCookieUrl says if you do not have it ending in FORUM or possibly some other folder name this is not going to work for you.
For example my site was in the root and my strCookieUrl said MYBOARD/ I could not get the Site Poll Mod to work so I finally created a sub folder called FORUM moved all my code there and checked my strCookieUrl it now says MYBOARD/FORUM I edited the config Virtuals to show MYBOARD/FORUM as per Davio's instructions and guess what, the thing works.
|
-=NiteOwl=-
|
|
|
RSADM
Starting Member
South Africa
24 Posts |
Posted - 13 November 2003 : 06:48:24
|
quote: Originally posted by NiteOwl
OK, think I have it!! If this helps great, if not sorry.
I also was having a problem because I built my site with its very own domain name and naturally put it to the root and NOT in a sub folder.
You MUST put your forum in a folder called FORUM probably but alternate names I have not tested.
if it use to be http://www.bdbdata.com/ It must now be at http://www.bdbdata.com/FORUM
Regardless of what the strCookieUrl says if you do not have it ending in FORUM or possibly some other folder name this is not going to work for you.
For example my site was in the root and my strCookieUrl said MYBOARD/ I could not get the Site Poll Mod to work so I finally created a sub folder called FORUM moved all my code there and checked my strCookieUrl it now says MYBOARD/FORUM I edited the config Virtuals to show MYBOARD/FORUM as per Davio's instructions and guess what, the thing works.
I did what you said and It seems to be ok - no data lost (moved the db as well) I still get the idea that the Variable is not seen since the variable code is still 1 ???
Any tips |
|
|
Topic |
|