<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=SpellChecking</id>
	<title>SpellChecking - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=SpellChecking"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=SpellChecking&amp;action=history"/>
	<updated>2026-08-22T14:06:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=SpellChecking&amp;diff=3696&amp;oldid=prev</id>
		<title>Admin: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=SpellChecking&amp;diff=3696&amp;oldid=prev"/>
		<updated>2016-04-06T20:37:47Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;External tools to check spelling: Google Toolbar or Firefox 2.0. English only. Firefox can work with Aspell, but it has some installation problems on Windows.&lt;br /&gt;
&lt;br /&gt;
Please, extract info from [[MailingLists]]&lt;br /&gt;
&lt;br /&gt;
See discussions:&lt;br /&gt;
&lt;br /&gt;
* [http://marc.theaimsgroup.com/?t=111280072500006&amp;amp;r=1&amp;amp;w=2 http://marc.theaimsgroup.com/?t=111280072500006&amp;amp;amp;r=1&amp;amp;amp;w=2]&lt;br /&gt;
* [http://marc.theaimsgroup.com/?t=103137651300054&amp;amp;r=1&amp;amp;w=2 http://marc.theaimsgroup.com/?t=103137651300054&amp;amp;amp;r=1&amp;amp;amp;w=2]&lt;br /&gt;
* [http://marc.theaimsgroup.com/?t=109631434800004&amp;amp;r=1&amp;amp;w=2 http://marc.theaimsgroup.com/?t=109631434800004&amp;amp;amp;r=1&amp;amp;amp;w=2]&lt;br /&gt;
&lt;br /&gt;
There is may be other on the list, please find it and past at least link here. Hope someone will extract info from discussions and publish it here.&lt;br /&gt;
&lt;br /&gt;
Alternative (added 28th October 2005 by Kirk Averett at Webmail.us):&lt;br /&gt;
&lt;br /&gt;
I have integrated the free www.jacuba.com AJAX spell checker into RT for sending replies and making comments. A couple of our support techs who use RT all day have reported problems that I was unable to reproduce. We are a reasonably high volume RT implementation with 3,000+ tickets a month, so I&amp;#039;m not sure if part of the issue might be load.&lt;br /&gt;
&lt;br /&gt;
If that doesn&amp;#039;t scare you off, here is how to replicate what I did:&lt;br /&gt;
&lt;br /&gt;
 Change Elements/Header file to reference the Jacuba javascript and load it as appropriate&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) if you haven&amp;#039;t already made a custom Header file, I did so on my system with:&lt;br /&gt;
&lt;br /&gt;
 mkdir /usr/local/rt3/local/html&lt;br /&gt;
 mkdir /usr/local/rt3/local/html/Elements&lt;br /&gt;
 cp /usr/local/rt3/share/html/Elements/Header /usr/local/rt3/local/html/Elements/&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
b) edit the Header file and add a couple of lines:&lt;br /&gt;
&lt;br /&gt;
 Just before &amp;amp;lt;/HEAD&amp;amp;gt; add a new line:&lt;br /&gt;
 &amp;amp;lt;script type=&amp;#039;text/javascript&amp;#039; src=&amp;#039;http://www.jacuba.com/service/checker/-/-/&amp;#039; defer=&amp;#039;defer&amp;#039;&amp;amp;gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 Just after: if (tmp.length &amp;amp;gt; 0) tmp[tmp.length-1].focus();&lt;br /&gt;
 Put in:&lt;br /&gt;
 if (window.Jacuba) Jacuba.applyTo(&amp;#039;element: TEXTAREA&amp;#039;);&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
c) save the edits and restart your web server process to make sure it catches the same. On my [[RedHat]] Enterprise 3 system that is:&lt;br /&gt;
&lt;br /&gt;
 service httpd restart&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To use the spell checker, simply start typing into and large text box. Words it doesn&amp;#039;t recognize get the little red squiggly line underneath. Just right-click on a misspelled word to see a list of alternative words and the option to add the word to the dictionary.&lt;br /&gt;
&lt;br /&gt;
You&amp;#039;ll notice that it adds a bar to the bottom which might interfere with certain RT buttons. For instance, the Update Ticket button inside the Reply screen. To fix this, I added a couple of &amp;amp;lt;br&amp;amp;gt; tags to give the TEXTAREA box a little more room.&lt;br /&gt;
&lt;br /&gt;
For those who want details:&lt;br /&gt;
&lt;br /&gt;
 cp /usr/local/rt3/share/html/Elements/MessageBox /usr/local/rt3/local/html/Elements/&lt;br /&gt;
 edit the MessageBox file and add &amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt; just after the &amp;amp;lt;textarea&amp;amp;gt; tag and before the &amp;amp;lt;%INIT&amp;amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Again, you might have to restart your web server to make the change stick.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>