MrNase
10-29-2006, 10:00 PM
The new version of Firefox 2.0 has a spellchecker already build in. :)
Great isn't it? Too bad it doesn't work with the WYSIWYG editor which comes with vB. :(
Scott has posted the code to make it work and I would like to present it to you so that you can take advantage of it. :)
All work was done by Scott MacVicar, I am just re-posting it here so that it doesn't get lost in all the posts at vbulletin.com.
Instructions are simple.
Just open the file clientscript/vbulletin_textedit.js
Find: if (doinit) { this.editdoc.body.contentEditable = true; }
below it add:
this.editdoc.body.spellcheck = true;
You are done! :)
This is already included in the version running at vbulletin.com and the next version of vBulletin will have it also included.
(See the original post here: http://www.vbulletin.com/forum/showpost.php?p=1241982&postcount=9)
Great isn't it? Too bad it doesn't work with the WYSIWYG editor which comes with vB. :(
Scott has posted the code to make it work and I would like to present it to you so that you can take advantage of it. :)
All work was done by Scott MacVicar, I am just re-posting it here so that it doesn't get lost in all the posts at vbulletin.com.
Instructions are simple.
Just open the file clientscript/vbulletin_textedit.js
Find: if (doinit) { this.editdoc.body.contentEditable = true; }
below it add:
this.editdoc.body.spellcheck = true;
You are done! :)
This is already included in the version running at vbulletin.com and the next version of vBulletin will have it also included.
(See the original post here: http://www.vbulletin.com/forum/showpost.php?p=1241982&postcount=9)