» Who knew that Mister T was such a fashion maven? (0)

» "And right then," Knox said, "I heard, 'Excuse me, would it be OK if we carried her around and she touched each bag?'" Sportsmanship defined. (0)

» Web-based sequence diagram generator. Whoda thunk? Next thing you know you'll be able to buy stuff online. (0)

Spelling Checker plugin for WordPressSpelling Checker plugin for WordPress

IMPORTANT NOTE FOR WORDPRESS 2.0 USERS

This plugin doesn’t play well in WordPress 2.0. I’m well aware of this. Some day I may update it but it is nowhere near the top of my priority list. Support questions for 2.0 installations will not make it out of moderation.

Latest version is 1.18, released 06/23/05.

I’ve been looking for a spelling checker plug-in for WordPress for a while. Didn’t find anything to my liking, so I figured I’d create one myself. The fruits of those labors are now here!

The Spelling Checker plugin for WordPress

With this plugin a new button appears alongside the rest to pop-up a spelling checker derived from the Speller Pages SourceForge project. No more typos!

This is a 1.18 release and it has been tested on WordPress 1.5.1.2. Please direct any questions or problems to me in this post.

Digg!

457 Responses to “Spelling Checker plugin for WordPress”

Pages: « 46 ... 42 41 [40] 39 38 ... 1 » (Show All)

  1. 400

    ColdForged Says:

    Very Mom said: I can’t make heads or tails of that one.

    Try a different language, either en or english.

  2. 399

    ColdForged Says:

    Dean said: I’m using a WYSIWYG editor as well. Might that be the problem?

    Yes. WYSIWYG editors and the spell checker don’t work together well.

    TJ said: Note the missing “plugins/” folder in that path.

    That’s because that folder, spell-plugin, should be located in $WPROOT/wp-content and not in the plugins subdirectory. The only file that exists in the plugins folder is the spell-plugin.php file.

  3. 398

    TJ Says:

    First install on WP 1.5.2, and there are immediate problems after activation when trying to access the configuration page.

    Warning: main(…\wp-content/spell-plugin/spellInclude.php) [function.main]: failed to open stream: No such file or directory in …\wp-content\plugins\spell-plugin.php on line 36

    Note the missing “plugins/” folder in that path. It seems to be caused bv line 36’s require((dirname(dirname(FILE)) which, with spell-plugin.php in the plugins/ folder, resolves to the parent of the parent - the wp-content/ folder.

    If I fix that I then get similar errors from spellInclude.php.

    If I fix spellInclude.php by adding an extra dirname( on line 7 then I can get the configuration page.

    However I now find the temporary and dictionary folders are incorrect and I get big red warnings about them not being writeable - because the paths are missing the “plugins/” folder.

    Is this just me or a hiccup in the package?

  4. 397

    Dean Shareski Says:

    The spell check works fine but replaced words do not appear changed after closing spell check. I’m using a WYSIWYG editor as well. Might that be the problem?

    Also is there a way for it to check text only rather than code?

  5. 396

    Very Mom Says:

    Hi there, have just installed the Spell Checker and read the threads at the WP forums but I can’t seem to solve one [hopefully] final problem. I needed to chmod the spell-plugin folder to 777 as well as the plugins folder to get rid of the errors on the speller_setup page, I also enabled the manual personal dictionary. I am still getting the following error when I try to run the spell checker on a post:

    Error executing ‘/usr/bin/aspell -a –lang +enUS -personal+/home/verymom/publichtml/wp-content/spell-plugin/aspel.personal &1′
    Error: ?g?

    I can’t make heads or tails of that one. I’m also gathering from the WP threads that a folder was supposed to be created inside the spell-plugin folder? Something for the personal dictionary? This has not occured, though I’m not sure if I’m reading that right.

    Any help would be appreciated, thank you so much.

  6. 395

    ColdForged Says:

    Maxime said: How to remove a button from the interface ?

    Go to line 153 of the file `wp-content/spell-plugin/controls.php. You’ll see this line:

    if((!$current_options[’must_be_logged_in’]) || ($current_options[’must_be_logged_in’] && ($user_level >= $current_settings[’minimum_user_level_to_add’]))) {

    Change that to the following:

    if( 0 ) {

    phpguru said: Spell Checker runs fine (after I changed the language to “en”) but never finds a misspelled word.

    I really haven’t a clue why it’s failing, unfortunately.

  7. 394

    Maxime Says:

    How to remove a button from the interface ?

  8. 393

    phpguru Says:

    Same problem as a couple of other posts. Spell Checker runs fine (after I changed the language to “en”) but never finds a misspelled word. In fact, misspell anything you like and the Spell Checker ignores what you write and returns the message “No misspellings found.” I got a shell prompt and typed “aspell -a –lang=en” and got to another prompt where I typed “crapp” (bad spell) and “works” (good spell) and got a good responce (see below). So there’s something wrong with the parameters you’re passing to aspell I’m assuming, or you’re geared for another version altogether. Thoughts on a fix??

    @(#) International Ispell Version 3.1.20 (but really Aspell 0.50.5)
    crapp
    & crapp 7 0: crappy, crap, crape, crop, crappie, cramp, craps
    	
    works
    *

    Original thread:
    [url]http://www.coldforged.org/archives/2004/12/08/spelling-checker-plugin-for-wordpress/comment-page-all/#comment-4398[/url]

  9. 392

    rich Says:

    Is there a way to remove the ‘add’ button from the interface?

  10. 391

    rich Says:

    how can I remove the ‘add’ button from the interface?

Pages: « 46 ... 42 41 [40] 39 38 ... 1 » (Show All)