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
 ieSPELL MOD and Snitz 3.4.05
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

NiteOwl
Junior Member

Canada
403 Posts

Posted - 24 October 2004 :  20:43:03  Show Profile  Visit NiteOwl's Homepage
I have the latest and get Snitz 3.4.05 clean install database running on a mySQL.

I added the changes to topics.asp and to post.asp an have received errors, i have
done this twice just to be sure, I have also done this MOD on an earlier release
of Snitz with no problem.

I have the files as outlines at here.

The error I get is this:
An error occurred on the server when processing the URL. Please contact the system administrator.

Any suggestions?

These are the code chnages:



Modify post.asp
============================

Find this line:

Response.Write	"    <script language=""JavaScript"" type=""text/javascript"" src=""inc_code.js""></script>" & vbNewLine & _


Add this directly below it:

"    <script language=""JavaScript"" type=""text/javascript"" src=""inc_spellcheck.js""></script>" & vbNewLine & _


Find this line:

Response.Write	" <input name=""Preview"" type=""button"" value="" Preview "" onclick=""OpenPreview()"">"


Add this directly below it:

Response.write "<script language=""JavaScript"" type=""text/javascript"">checkspells();</script>"


Modify topic.asp
=============================

Find this line:

mypage = request("whichpage")


Add this line directly ABOVE it:

Response.write " <script language=""JavaScript"" type=""text/javascript"" src=""inc_spellcheck.js""></script> "


Find this line:

"                <td bgColor=""" & strForumCellColor & """ noWrap align=""center"" colspan=""2""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """><input name=""Submit"" type=""submit"" value=""Submit Reply""> <input name=""Preview"" type=""button"" value=""Preview Reply"" onclick=""OpenPreview()""> <input name=""Reset"" type=""reset"" value=""Reset Form""></font></td>" & vbNewLine & _


MODIFY the line to look like this:

"                <td bgColor=""" & strForumCellColor & """ noWrap align=""center"" colspan=""2""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """><input name=""Submit"" type=""submit"" value=""Submit Reply""> <input name=""Preview"" type=""button"" value=""Preview Reply"" onclick=""OpenPreview()""><script language=""JavaScript"" type=""text/javascript"">checkspells();</script> <input name=""Reset"" type=""reset"" value=""Reset Form""></font></td>" & vbNewLine & _


DONE!



-=NiteOwl=-

-=NiteOwl=-

Edited by - NiteOwl on 27 October 2004 00:05:12

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 26 October 2004 :  14:08:25  Show Profile
You get that error when you click thr Check Spelling button?

Support Snitz Forums
Go to Top of Page

NiteOwl
Junior Member

Canada
403 Posts

Posted - 27 October 2004 :  00:06:07  Show Profile  Visit NiteOwl's Homepage
Actualy I get the error, immediatly when trying to view a forum.

-=NiteOwl=-
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 27 October 2004 :  01:36:11  Show Profile
View a forum? You mean on the forum.asp page? That sounds like a problem with your server, not with the mod.

Support Snitz Forums
Go to Top of Page

NiteOwl
Junior Member

Canada
403 Posts

Posted - 28 October 2004 :  12:15:16  Show Profile  Visit NiteOwl's Homepage
hmm, I guess it was on my end, don't know what it was but you encouraged me to finally re-load my server, it had been so dogged down with this and that it was time and I knew that in my heart. Your comments above made me finally realize that it must be something on my end as its not raising flags.

I will be starting a new thread as i want to finally get to the bottom of adding a name and password to my mySQL system to get away from root.

Thanks again
-=NiteOwl=-

-=NiteOwl=-
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