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

choppermc
New Member

Australia
80 Posts

Posted - 02 October 2003 :  08:33:33  Show Profile  Send choppermc an AOL message
Does any one know how to stop "topic.asp" or the data base from writing the message twice in side the one posting
I'm not really sure what is causing it to duplicate, I have installed a few mods but have no idea when the problem occurred.
cheers

Oh....Is that it?

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 02 October 2003 :  09:04:04  Show Profile  Visit Gremlin's Homepage
It will be one of the MOD's you've installed, only thing I can recommend at this stage is to double check them all. If you post a link to a post on your forum where it's occurred and post a link to a text copy of your topic.asp then we may be able to help locate the error for you.

Kiwihosting.Net - The Forum Hosting Specialists
Go to Top of Page

choppermc
New Member

Australia
80 Posts

Posted - 03 October 2003 :  04:35:25  Show Profile  Send choppermc an AOL message
OK, thank you for a quick response.
I don't have the forum online yet, but I have taken a snap shot of a test topic for you to view, and a link to a text copy of my topic.asp

Snap Shot

Text Copy of topic.asp

Thank You

Oh....Is that it?
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 03 October 2003 :  04:42:02  Show Profile
starting on line #1221 find the following:
	Response.Write	"            <td valign=""top"" height=""100%""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """><span class=""spnMessageText"" id=""msg"">"
	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
and replace it with just this:
	Response.Write	"                    </tr>" & vbNewLine
Go to Top of Page

choppermc
New Member

Australia
80 Posts

Posted - 03 October 2003 :  09:22:57  Show Profile  Send choppermc an AOL message
That done the trick, thanks heaps guys.
I realize now that it was when I installed the Poll mod, I was suppose to replace that code.
Still learning

Oh....Is that it?
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.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07