1 jko Mar 01, 2005 15:22
3 village_idiot Apr 06, 2005 16:19
I usee the spellch4cker extenshin for firefoxx, wurks on almust nething. 8|
4 slamp May 24, 2005 19:21
Thanks a lot for this tutorial.
You forgot to say that we need also to:
- unzip spell_MySQL.php from native_mysql to "spelling" directory
- in spell_config.php comment line $Spell_Config['DB_Type'] = 'PHPBB';
- in spell_config.php uncomment line // $Spell_Config['DB_Type'] = 'MySQL';
Hope it helps,
Slamp
5 nate_02631 Jul 15, 2005 22:57
Hi all,
This is a great spellchecker, but has anyone had any luck integrating with the TinyMCE WYSIWYG editor?
I can get the spellchecker to open O.K. but not close and update the contents of the WYSIWYG editor with the corrections from the spellcheck...
6 mohab Nov 23, 2005 10:09
Thnaks o much for this great Plugin
Easy to install even for a code nop like me
one of the best descriptions how to install .
Just missing the German Dic
Is ther something around or do i have make it be miself?
Thnaks agian !!!
7 mohab Nov 24, 2005 07:36
Hi
Just want to place short note
have changed the Spell checker butoms for Thesaurus and Definition
to fit more the German and some Translate funktion
so i redirect them to Woertebuch.info
Code changed in spelling.js in the folder Spell
function Open_Definition(The_Word)
{
window.open("http://www.woerterbuch.info?query="+The_Word, "dictionary", "width=630,resizable=yes,scrollbars=yes,height=500");
}
function Open_Thesaurus(The_Word)
{
window.open("http://www.woerterbuch.info?query="+The_Word+"&s=thesaurus", "dictionary", "width=630,resizable=yes,scrollbars=yes,height=500");
}
function Suggest_Word(The_Word_ID, The_Word)
Thank you, thank you JKO!
I was getting irritated with not being able to add my own words into the default spell-checker that came with b2e.
Your instructions worked like a charm.