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 issues...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 25 November 2004 :  22:17:15  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
umm... I click on an option to vote, click "Vote Now" and it gives me a message saying "You cannot view the poll results before you vote!"

So I clicked View Results, just to see if 'somehow' they got mixed up, and I got the same error message...

its using the buttons... I dont I tried maybe I'm too tired.

I followed all of the instructions to a T (I believe...) I skipped out on search.asp modifications for now...

What else... I am logged in when I try to vote (as administrator)...

-Stim

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 25 November 2004 :  23:21:05  Show Profile
Did you add the poll mod javascript code in your inc_header.asp file?

Support Snitz Forums
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 26 November 2004 :  09:18:38  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
heh, forgot to upload the updated js file heh.... thx davio, works good now.

-Stim
Go to Top of Page

Trefenwyd
Starting Member

Italy
31 Posts

Posted - 02 January 2005 :  10:25:43  Show Profile  Visit Trefenwyd's Homepage
hi davio, i am having the same problem da_stimulator had ("You cannot view the poll results before you vote!" when i click on vote), i checked my inc_header.asp file and i think i added the js code needed...but i still have the problem...

here is my inc_header.asp:

http://ravencup.raven-distribution.com/forum/inc_header.asp.txt

thanks in advance for help!
Go to Top of Page

Trefenwyd
Starting Member

Italy
31 Posts

Posted - 02 January 2005 :  11:42:23  Show Profile  Visit Trefenwyd's Homepage
just to add some info...

the problem extends to all javascript popup links of my forum (printer friendly, email user) which does not work anymore...

waiting for some help, thanks a lot!
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 02 January 2005 :  14:37:51  Show Profile
You seem to be missing a closing curly tag }.
After line 289 in your file, add this:
		"}" & vbNewLine & _
The resulting code should look like this:
		"// ConquerChat" & vbNewLine & _
		"function openChat() {" & _
		"var MainWindow = window.open (""chat/default.asp?UserName=" & strDBNTUserName & "&login=login&mode=userLogin""," & _
		"'ChatWindow','scrollbars=yes,width=800,height=550,top=0,left=0,resizable=yes');" & vbNewLine & _
		"}" & vbNewLine & _
		"// done hiding -->" & vbNewLine & _
		"</script>" & vbNewLine & _
		"<style type=""text/css"">" & vbNewLine & _

Support Snitz Forums
Go to Top of Page

Trefenwyd
Starting Member

Italy
31 Posts

Posted - 02 January 2005 :  19:14:29  Show Profile  Visit Trefenwyd's Homepage
Fixed! Now it works perfectly! Thanks Davio!
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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07