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
 prob with integration mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

omega1
Junior Member

United Kingdom
127 Posts

Posted - 27 January 2009 :  03:40:20  Show Profile  Visit omega1's Homepage
hi all, i have a strange problem with the integration mod...

i have installed it fine and it works ok with firefox, but have noticed it doesnt weem to work ok with internet explorer (6), i get the page displayed with the header, but no right hand side page... in firefox it displays both the header and right side bar (the only two i have activated) if i turn off the mod, internet explorer shows no error.

internet explorer shows this error:

Line : 311
Charachter : 1
Error : Syntax error
URL : (refers to the default.asp file)

Specifically, line 311 in default.asp says:

		"                <td align=""center"" bgcolor=""" & strHeadCellColor & """ nowrap valign=""top""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Last Post</font></b></td>" & vbNewline



This is the code around line 311 in default.asp

Response.Write	"</font></b></td>" & vbNewline & _
		"                <td align=""center"" bgcolor=""" & strHeadCellColor & """ nowrap valign=""top""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>"
if strGroupCategories = "1" then Response.Write(GROUPNAME) else Response.Write("Forum")
Response.Write	"</font></b></td>" & vbNewline & _
		"                <td align=""center"" bgcolor=""" & strHeadCellColor & """ nowrap valign=""top""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Topics</font></b></td>" & vbNewline & _
		"                <td align=""center"" bgcolor=""" & strHeadCellColor & """ nowrap valign=""top""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Posts</font></b></td>" & vbNewline & _
		"                <td align=""center"" bgcolor=""" & strHeadCellColor & """ nowrap valign=""top""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Last Post</font></b></td>" & vbNewline
if (strShowModerators = "1") or (mlev = 4 or mlev = 3) then
	Response.Write	"                <td align=""center"" bgcolor=""" & strHeadCellColor & """ nowrap valign=""top""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Moderator(s)</font></b></td>" & vbNewline
end if 
	Response.Write	"                <td align=""center"" bgcolor=""" & strHeadCellColor & """>"
if (mlev = 4 or mlev = 3) or (lcase(strNoCookies) = "1") then 
	call PostingOptions()
else
	Response.write " "
end if 
Response.Write	"</td>" & vbNewline
Response.Write	"              </tr>" & vbNewline
If recCategoryCount = "" then
	Response.Write	"              <tr>" & vbNewline & _
			"                <td bgcolor=""" & strCategoryCellColor & """ colspan="""
	if (strShowModerators = "1") or (mlev > 0 ) then 
		Response.Write	"6" 
	else 
		Response.Write	"5"
	end if
	Response.Write	"""><font face=""" & strDefaultFontFace & """ color=""" & strCategoryFontColor & """ size=""" & strDefaultFontSize & """><b>No Categories/Forums Found</b></font></td>" & vbNewline & _
       			"                <td bgcolor=""" & strCategoryCellColor & """><font face=""" & strDefaultFontFace & """ color=""" & strCategoryFontColor & """ size=""" & strDefaultFontSize & """> </font></td>" & vbNewline & _
			"              </tr>" & vbNewline
else
	intPostCount  = 0


thanks for any possible help with this...
<

Visit : My personal site - Website Hosting - Register a domain

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 27 January 2009 :  07:06:37  Show Profile
Got a link?

<

Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

omega1
Junior Member

United Kingdom
127 Posts

Posted - 27 January 2009 :  12:34:46  Show Profile  Visit omega1's Homepage
http://www.jobsinthecanaries.com/forum

thanks!<

Visit : My personal site - Website Hosting - Register a domain

Edited by - omega1 on 27 January 2009 12:35:19
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 27 January 2009 :  12:39:06  Show Profile
You are in violation of the Snitz license; we cannot provide you with any assistance until this is rectified.

<

Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

omega1
Junior Member

United Kingdom
127 Posts

Posted - 27 January 2009 :  12:44:11  Show Profile  Visit omega1's Homepage
? what have i done?

ive managed to fix the error, i had somehow put some code into the inc_site_right.asp file that shouldnt go there

please tell me what i have done wrong and i will correct it, i was not aware that i had done something wrong?<

Visit : My personal site - Website Hosting - Register a domain
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 27 January 2009 :  12:52:41  Show Profile
The following can be found in all Snitz files:
quote:
'#################################################################################
'## Snitz Forums 2000 v3.4.06
'#################################################################################
'## Copyright (C) 2000-06 Michael Anderson, Pierre Gorissen,
'## Huw Reddick and Richard Kinser
'##
'## This program is free software; you can redistribute it and/or
'## modify it under the terms of the GNU General Public License
'## as published by the Free Software Foundation; either version 2
'## of the License, or (at your option) any later version.
'##
'## All copyright notices regarding Snitz Forums 2000
'## must remain intact in the scripts and in the outputted HTML
'## The "powered by" text/logo with a link back to
'## http://forum.snitz.com in the footer of the pages MUST
'## remain visible when the pages are viewed on the internet or intranet.

'##
'## This program is distributed in the hope that it will be useful,
'## but WITHOUT ANY WARRANTY; without even the implied warranty of
'## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
'## GNU General Public License for more details.
'##
'## You should have received a copy of the GNU General Public License
'## along with this program; if not, write to the Free Software
'## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
'##
'## Support can be obtained from our support forums at:
'## http://forum.snitz.com
'##
'## Correspondence and Marketing Questions can be sent to:
'## <removed />
'##
'#################################################################################
<

Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”

Edited by - Shaggy on 27 January 2009 12:53:24
Go to Top of Page

omega1
Junior Member

United Kingdom
127 Posts

Posted - 27 January 2009 :  12:55:46  Show Profile  Visit omega1's Homepage
please accept my apologies, i hadnt realised when i changed from text to image, i have replaced it. again, my apologies, i didnt mean to do anything wrong and have now corrected it immediately. thanks for pointing it out and your offer to help...<

Visit : My personal site - Website Hosting - Register a domain
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.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07