Author |
Topic |
|
guido331
Starting Member
USA
25 Posts |
Posted - 13 October 2004 : 14:59:24
|
I installed the Poll Mod from http://www.snitzbitz.com yesterday and I think I have everything set up correctly except for one minor problem. When I try to post a new message the options "Check here to include your profile signature," "Check here to make this topic sticky," and "Check here to lock the topic after this post" appear in a hard-to-read black box at the top of the page instead of at the bottom. Can anyone tell me where I can edit this back to defaults?
My forum is located here: http://www.hallabaloos.com/forum |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 13 October 2004 : 15:30:04
|
Post a link to a txt version of your post.asp file. |
Support Snitz Forums
|
|
|
guido331
Starting Member
USA
25 Posts |
|
guido331
Starting Member
USA
25 Posts |
Posted - 13 October 2004 : 17:19:44
|
Also, i'm getting another error...
When I try to post a new poll I get:
There has been a problem!
You Must Enter at least two Answers for the Poll
How do I separate my answers? |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 13 October 2004 : 17:28:18
|
quote: Sorry about the long post; I couldn't figure out how to attach this as a file...
Then why didn't you ask? Edit your post and remove all that code.
Then take a copy of your post.asp file. Rename it to post.txt. Upload it to your website. Then post a link to the file in your post. |
Support Snitz Forums
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 13 October 2004 : 20:29:21
|
You had a lot of poll mod code missing or in the wrong place in the file. I fixed your file for you: download it here.
Overwrite your post.asp file with the one I provided for you and let me know if it fixes your problems. |
Support Snitz Forums
|
|
|
guido331
Starting Member
USA
25 Posts |
Posted - 13 October 2004 : 20:41:02
|
Thanks so much for helping me out on this. The only problem is with the modified post.asp I now get the following when I try to post:
The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed.
--------------------------------------------------------------------------------
Please try the following:
Open the www.hallabaloos.com home page, and then look for links to the information you want. Click the Refresh button, or try again later.
Click Search to look for information on the Internet. You can also see a list of related sites.
HTTP 500 - Internal server error Internet Explorer
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 13 October 2004 : 21:50:54
|
Go to Tools --> Internet Options --> Advanced tab --> uncheck the "Show friendly HTTP error messages" option. Then try the page again.
Are you sure you uploaded the correct file? Because if you uploaded the file I gave you, you wouldn't have that problem. |
Support Snitz Forums
|
|
|
guido331
Starting Member
USA
25 Posts |
Posted - 13 October 2004 : 22:38:59
|
Now I get the following after turning off friendly HTTP messages: ============================================== Microsoft VBScript compilation error '800a0400'
Expected statement
/forum/post.asp, line 1211
" <a href=""#"" onClick=""window.open('pop_upload_new.asp','Uploading','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=440,height=310');""><acronym title=""Attach a File..."">" & getCurrentIcon(strIconPaperClip,"","") & "</a> <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Insert an Image File</acronym><br /></font>" & vbNewLine ^
|
|
|
guido331
Starting Member
USA
25 Posts |
Posted - 13 October 2004 : 22:55:24
|
Woo Hoo!! I figured it out...
I was missing a Response.Write statement on line 1211. Thanks so much for all your help. |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
|
|
Topic |
|