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
 Spell Checker - Snitz v3.4.05 Clean
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

NiteOwl
Junior Member

Canada
403 Posts

Posted - 10 October 2004 :  03:35:03  Show Profile  Visit NiteOwl's Homepage
Clean install, No other MODS
Running mySQL

I have done this, and my system gets an error when trying to read a topic.
Error is: An error has occured on the server when processing the URL. Please contact the systems administrator.


These are the instruction I ahve used.


if your viewing this with notepad, ensure you have the WordWrap OFF

inc_spellcheck.js - To your forum's folder
ie C:\Snitz\Forum
Create a directory or folder called Downloads under your forum.
ie C:\Snitz\Forum\downloads


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 - Roland on 10 October 2004 13:31:23

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 10 October 2004 :  13:31:58  Show Profile
Moved here from the Help: General / Current Version (v3.4.xx) forum.
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.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07