<b><u>Mod Name: <font color=red>SpellCheck</font id=red></b> </u> Very simple, This most likely will not go in the final release until Class files is removed.
<u><b>Status: </b></u> Still testing. A Class file needs to be added to the server. Working on adding this to the ASP code. ( NOT adding a file to the Server )
<b>Add to Inc_fuctions.asp at end </b> function SpellcheckASP(TXTTOSC) set sc = GetObject("java:SpellCheck") sc.loadDictionary "c:\dictionary.txt" sc.setHighlights "<u><b>", "</b></u>" SpellcheckASP=sc.checkSpelling(TXTTOSC) end function
<u><b>Comments:</b></u> You will see the Spellcheck when posting, next to preview <font color=red>You can put the Dictionary anywhere, but the code is defaulted to C:\dictionary.txt</font id=red>
I think you will find that most of the developers here go to a lot of trouble to make the code as easy to plug in as possible. If there is a problem plugging it into the next version, they generaly release an update of the mod fairly soon afterwards.
Is that not the whole point of the forum.
<font color=blue>'Resistance is futile'</font id=blue>