My users are asking for it on the quick reply box now.
Give 'em an inch....
What are the chances?
Easy enough...
Open topic.asp and follow the same directions as if it were for post.asp. The only exception will be step 2. Instead of looking for <textarea cols=""" look for <textarea name=""Message"" instead. Place the code in that step after textarea.<
quote:Open topic.asp and follow the same directions as if it were for post.asp. The only exception will be step 2. Instead of looking for <textarea cols=""" look for <textarea name=""Message"" instead. Place the code in that step after textarea.
I have fixed the language issue! Before, it only checked for spelling errors in English. Now it will check for errors in the language selected in the dropdown.
I have uploaded v1.1 to SnitzBitz. If you have already installed v1.0, all you need to do is replace the googie.asp file over your old one. This will fix the language issue for you.
v1.1 also has more details on how to customize your spell checker. There are also some minor changes made to the googiespell.js file.<
[black]Had a quick fiddle with it yesterday evening and I'm mightily impressed One suggestion, though, for v2 is to strip out forum code and HTML (excepting line breaks) when checking the spelling otherwise you get corrections on things that don't need correcting.
[black]<
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.”
I meant srtip the forum code from the string you want to spellcheck. To see what I mean, try entering something like [b]test[/b] in the textarea and hitting your spellcheck button.
<
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.”
I've added a class style to the spell check button. If you have made it a button instead of a link you can easily make your button more attractive (instead of the big gray blocks). The files on SnitzBitz have been updated to include this new feature.