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

stwilson
Junior Member

USA
385 Posts

Posted - 13 January 2003 :  20:13:20  Show Profile  Visit stwilson's Homepage
I have successfully installed the Poll Mod and am in the process of testing it to make sure I have not messed anything up. So far, all looks well. I do have one minor bug though. The topic of the poll is presenting itself twice in the poll information after it is submitted. See graphic.



You can see the "Tell me what colors you like" is presented off to the right, in a place it should not be.

Here is a link to my post.asp and topic.asp:
http://ridingarizona.com/new_forum/post.txt
http://ridingarizona.com/new_forum/topic.txt

Any idea what the issue could be?

Shannon

Shannon
RidingArizona.com

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 13 January 2003 :  23:14:51  Show Profile
Move the code on line 1250 of your topic.asp file, and put it after line 1134. The code is:
if isevent=1 then DrawMonth dateHolder, 1, 1, 1
Then change lines 1250 - 1258 from this:
Response.Write "                      <td valign=""top"" height=""100%""><font face ...
if isevent=1 then DrawMonth dateHolder, 1, 1, 1
if Request.QueryString("SearchTerms") <> "" then
	Response.Write	SearchHiLite(formatStr(Topic_Message))
else
	Response.Write	formatStr(Topic_Message)
end if
Response.Write	"</span id=""msg""></font></td>" & vbNewLine & _
		"                    </tr>" & vbNewLine
to this:
Response.Write "                    </tr>" & vbNewLine

Support Snitz Forums
Go to Top of Page

stwilson
Junior Member

USA
385 Posts

Posted - 14 January 2003 :  00:54:28  Show Profile  Visit stwilson's Homepage
Davio,

Many thanks for your support. That fixed it.

Shannon

Shannon
RidingArizona.com
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 January 2003 :  12:21:02  Show Profile
You're welcome.

Support Snitz Forums
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.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07