Results 1 to 4 of 4

Thread: Spell checker

  1. #1
    Aggy is offline Sugar Community Member
    Join Date
    Jun 2005
    Posts
    48

    Question Spell checker

    Hi,

    When creating HTML emails, there's a greyed out "check spelling" button. How do I turn this on?

    I have installed aspell as the spell checker, and as I use linux, changed
    \include\FCKeditor\editor\dialog\fck_spellerpages\ spellerpages\server-scripts\spellchecker.php
    from:
    $aspell_prog = '"C:\Program Files\Aspell\bin\aspell.exe"'; // by FredCK (for Windows)
    to:
    $aspell_prog = 'aspell'; // by FredCK (for Linux)

    and similar in the .pl
    my $aspell_cmd = '"C:\Program Files\Aspell\bin\aspell.exe"'; # by FredCK (for Windows)
    to:
    my $aspell_cmd = 'aspell'; # by FredCK (for Linux)



    Also I can see from the page source the button is set to false, which I need to change, but not sure where.

    The last posts regarding this were, I think, before it was integrated in the release. Any suggestions how I get it working?

    Thanks,
    Aggy
    Last edited by Aggy; 2006-06-14 at 08:32 AM.

  2. #2
    alexv is offline Member
    Join Date
    Apr 2006
    Posts
    5

    Default Re: Spell checker

    Hello Aggy,

    You wrote:
    Also I can see from the page source the button is set to false, which I need to change, but not sure where.

    The last posts regarding this were, I think, before it was integrated in the release. Any suggestions how I get it working?
    Did you resolve the issue?

    Thank you,
    Alex

  3. #3
    Aggy is offline Sugar Community Member
    Join Date
    Jun 2005
    Posts
    48

    Default Re: Spell checker

    Hi,

    Yes, the spell checker now works. I checked on the Fck editor site, made a few changes to the config files, and the spell checker button became available. I didn't explicitly tell it to appear, it just worked when the config files were right.

    The check for 'sugarentry' fails, so I commented that out which isn't ideal, but works ok.

  4. #4
    jeffreytt is offline Junior Member
    Join Date
    Jun 2006
    Posts
    1

    Default Re: Spell checker

    I have a different spell check program already loaded on my server, but I can't find in SUGAR where I can place the link to my existing spell checker. How do I update the HTML editor interface? What files should I be looking in?

    Thanks,
    Todd

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •