I am still having vbSpell 1.3 issues on my vb3.8.3 system. On IE, it does not popup at all and shows an error in the lower left corner of the browser. The error says"
Code:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; FunWebProducts; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Mon, 31 Aug 2009 16:59:05 UTC
Message: 'spell_formname' is null or not an object
Line: 19
Char: 9
Code: 0
URI: http://www.yorkiekingdom.net/vbspell.js
I read on this this thread that you are having problems with it working in IE, which is a huge shame. I tried in in Firefox and get this error.
Code:
var mispstr = "
"; var misps = Array();;
and then the message:
Code:
vB Spell installation problem, please notify the webmaster.
A couple of notes:
1) I do not use TMS, it never works for me, so I am stuck using the manual template edits.
2) Your template edit instructions refer to adding
Code:
<input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', '$editorid', '2');" />
after
Code:
<input type="submit" class="button" name="preview" value="$vbphrase[preview_message]" accesskey="r" tabindex="1" />
in several templates, the problem is that in those templates, there are 2 or more entries of
Code:
]<input type="submit" class="button" name="preview" value="$vbphrase[preview_message]" accesskey="r" tabindex="1" />
Do I add the code after all of them?
3) I read somewhere in this thread that there may be a problem with this program and AME. I am running AME and cannot get rid of it. Could this be the problem? is there a workaround?
As it is now, I have to uninstall this as it does not work at all.
Ideas?