Carlsen Posted June 6, 2012 Share Posted June 6, 2012 (edited) Hi, Could find a topic that describes this, so I will write a short guide on how to enable spell checking on your texts in TinyMCE. Go to http://www.tinymce.c...ad/download.php Go to the bottom and download PHP Spellchecker 2.0.6 Extract the downloaded zip file to a folder called spellchecker Go to your FTP client and navigate to the folder ~/js/tiny_mce/plugins/ Upload the spellcheckerfolder Go two folders back, so you are in ~/js/ Edit the file tinymce.inc.js and add this: on line 7, add ,spellchecker so your line looks something like this: plugins : "safari,pagebreak,style,table,advimage,advlink,inlinepopups,media,contextmenu,paste,fullscreen,xhtmlxtras,preview,spellchecker", On line 11, you also add ,spellchecker: theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,media,|,ltr,rtl,|,fullscreen,spellchecker", After line 12, add this line: spellchecker_languages : "+English=en,Danish=da", Save the tinymce.inc.js and upload it, overwriting the existing. You might want to take a backup of your original tinymce.inc.js. This should add a new button on row 3 in your TinyMCE editor, allowing you to check the spelling of your product/category/CMS content. English=en,Danish=da = If you want to add/edit the languages used, you must write the language of your preference, followed by a = sign and the ISO code for your language. Edited June 6, 2012 by FPDK (see edit history) 3 Link to comment Share on other sites More sharing options...
GR - Future Group Posted June 28, 2012 Share Posted June 28, 2012 Tusind tak ! A thousand thanks! Link to comment Share on other sites More sharing options...
BWT Posted July 30, 2012 Share Posted July 30, 2012 I'll be trying this soon, thanks for the effort as this should be an option, and one I have always thought about but never had time to express! Thanks again! Link to comment Share on other sites More sharing options...
AppleEater Posted February 1, 2013 Share Posted February 1, 2013 Doesn't work on PS 1.5.3.1. The spellcheck button doesn't show up. Hi, Could find a topic that describes this, so I will write a short guide on how to enable spell checking on your texts in TinyMCE. Go to http://www.tinymce.c...ad/download.php Go to the bottom and download PHP Spellchecker 2.0.6 Extract the downloaded zip file to a folder called spellchecker Go to your FTP client and navigate to the folder ~/js/tiny_mce/plugins/ Upload the spellcheckerfolder Go two folders back, so you are in ~/js/ Edit the file tinymce.inc.js and add this: on line 7, add ,spellchecker so your line looks something like this: plugins : "safari,pagebreak,style,table,advimage,advlink,inlinepopups,media,contextmenu,paste,fullscreen,xhtmlxtras,preview,spellchecker", On line 11, you also add ,spellchecker: theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,media,|,ltr,rtl,|,fullscreen,spellchecker", After line 12, add this line: spellchecker_languages : "+English=en,Danish=da", Save the tinymce.inc.js and upload it, overwriting the existing. You might want to take a backup of your original tinymce.inc.js. This should add a new button on row 3 in your TinyMCE editor, allowing you to check the spelling of your product/category/CMS content. English=en,Danish=da = If you want to add/edit the languages used, you must write the language of your preference, followed by a = sign and the ISO code for your language. Link to comment Share on other sites More sharing options...
designeditgirl Posted February 6, 2013 Share Posted February 6, 2013 Anyone have a solution? I've tried the fix above for version 1.5.3 and my spell check button isn't showing up either. Link to comment Share on other sites More sharing options...
BWT Posted February 6, 2013 Share Posted February 6, 2013 The solution is someone with the know how needs to make a module so that it adds the functionality to the TinyMCE editor! Or Prestashop HINT HINT, kindly added this option to it's platform (This is an excellent idea) Don't ya think? =) 1 Link to comment Share on other sites More sharing options...
Donal Posted May 10, 2013 Share Posted May 10, 2013 I agree totally. I am terrible at spelling. Link to comment Share on other sites More sharing options...
BWT Posted May 10, 2013 Share Posted May 10, 2013 Not only spelling but grammer check! Link to comment Share on other sites More sharing options...
durangodave Posted October 9, 2014 Share Posted October 9, 2014 (edited) I got the button to show up on 1.6 however it gives general error when you click on it. And i used the latest version of the script rather than the older TM. Edited October 9, 2014 by durangodave (see edit history) Link to comment Share on other sites More sharing options...
durangodave Posted October 9, 2014 Share Posted October 9, 2014 (edited) and finally your not going to be happy with this at all im sure. There was a bug ticket they decided to blame other things. http://www.tinymce.com/develop/bugtracker_view.php?id=6386 ok there are two links in that discussion, the other link takes you to the other topic. Now also you have to get your own library as it does not provide one so maybe thats the issue. The library is under the dict dir. So maybe thats why the error. I will post back here when i get it working. Edited October 9, 2014 by durangodave (see edit history) Link to comment Share on other sites More sharing options...
Elise B. Posted May 25, 2015 Share Posted May 25, 2015 Hello, I tried this and I see spellcheck button, but it does not seem to be working. It is not alerting me of misspelled words. I am using 1.6.09. Any suggestions? Link to comment Share on other sites More sharing options...
Elise B. Posted May 25, 2015 Share Posted May 25, 2015 I got the button to show up on 1.6 however it gives general error when you click on it. And i used the latest version of the script rather than the older TM. I am getting the same error. Doesn't seem to work on 1.6+. You'd think it wouldn't be asking too much to have a simple spellchecker function. Link to comment Share on other sites More sharing options...
Danny Moreno Posted November 25, 2015 Share Posted November 25, 2015 Hello, this looks like it's been fixed on 1.6.1.2, just enabled it on my local copy and it's working fine. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now