<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Wordpress Spellcheck Fix</title>
	<atom:link href="http://df.spllogics.com/wordpress-spellcheck-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://df.spllogics.com/wordpress-spellcheck-fix/</link>
	<description>Digital Art of Jason Poston</description>
	<lastBuildDate>Fri, 07 Nov 2008 14:47:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: spllogics</title>
		<link>http://df.spllogics.com/wordpress-spellcheck-fix/comment-page-1/#comment-3</link>
		<dc:creator>spllogics</dc:creator>
		<pubDate>Fri, 11 Jan 2008 01:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://df.spllogics.com/wordpress-spellcheck-fix#comment-3</guid>
		<description>Dan,
Here are some changes in this site you can try out. 
http://tinymce.moxiecode.com/punbb/viewtopic.php?id=3383&amp;p=2

As for mine in the classes/TinyGoogleSpell.class.php

I changed
Code:
$path = &quot;/tbproxy/spell?lang=en&amp;hl=en&quot;;
to:
$path = &quot;/tbproxy/spell?lang=&quot;.$this-&gt;lang.&quot;&amp;hl=&quot;.$this-&gt;lang;

and in config.php
$spellCheckerConfig[&#039;enabled&#039;] = false;
to	$spellCheckerConfig[&#039;enabled&#039;] = true;</description>
		<content:encoded><![CDATA[<p>Dan,<br />
Here are some changes in this site you can try out.<br />
<a href="http://tinymce.moxiecode.com/punbb/viewtopic.php?id=3383&amp;p=2" rel="nofollow">http://tinymce.moxiecode.com/punbb/viewtopic.php?id=3383&amp;p=2</a></p>
<p>As for mine in the classes/TinyGoogleSpell.class.php</p>
<p>I changed<br />
Code:<br />
$path = &#8220;/tbproxy/spell?lang=en&amp;hl=en&#8221;;<br />
to:<br />
$path = &#8220;/tbproxy/spell?lang=&#8221;.$this-&gt;lang.&#8221;&amp;hl=&#8221;.$this-&gt;lang;</p>
<p>and in config.php<br />
$spellCheckerConfig['enabled'] = false;<br />
to	$spellCheckerConfig['enabled'] = true;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://df.spllogics.com/wordpress-spellcheck-fix/comment-page-1/#comment-2</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 10 Jan 2008 22:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://df.spllogics.com/wordpress-spellcheck-fix#comment-2</guid>
		<description>Hi, I&#039;ve tried a few different fixes for this problem and unfortunately for me this one doesn&#039;t work either... what is it you&#039;ve changed in here that has helped on your server? Hopefully there may be a clue as to why it&#039;s not working for me...</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve tried a few different fixes for this problem and unfortunately for me this one doesn&#8217;t work either&#8230; what is it you&#8217;ve changed in here that has helped on your server? Hopefully there may be a clue as to why it&#8217;s not working for me&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

