2 dr_chi Apr 06, 2005 15:24

I usee the spellch4cker extenshin for firefoxx, wurks on almust nething. 8|
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
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...
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 !!!
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.