Jump to content

[GUIDE] Enable spellcheck texts (in tinyMCE)


Recommended Posts

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.

  1. Go to http://www.tinymce.c...ad/download.php
  2. Go to the bottom and download PHP Spellchecker 2.0.6
  3. Extract the downloaded zip file to a folder called spellchecker
  4. Go to your FTP client and navigate to the folder ~/js/tiny_mce/plugins/
  5. Upload the spellcheckerfolder
  6. Go two folders back, so you are in ~/js/
  7. Edit the file tinymce.inc.js and add this:
  8. 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",
    


  9. On line 11, you also add ,spellchecker:
    				   	 theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,media,|,ltr,rtl,|,fullscreen,spellchecker",
    


  10. After line 12, add this line:
    			spellchecker_languages : "+English=en,Danish=da",
    


  11. 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 by FPDK (see edit history)
  • Like 3
Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...
  • 6 months later...

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.

  1. Go to http://www.tinymce.c...ad/download.php
  2. Go to the bottom and download PHP Spellchecker 2.0.6
  3. Extract the downloaded zip file to a folder called spellchecker
  4. Go to your FTP client and navigate to the folder ~/js/tiny_mce/plugins/
  5. Upload the spellcheckerfolder
  6. Go two folders back, so you are in ~/js/
  7. Edit the file tinymce.inc.js and add this:
  8. 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",
    


  9. On line 11, you also add ,spellchecker:
    					   	 theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,media,|,ltr,rtl,|,fullscreen,spellchecker",
    


  10. After line 12, add this line:
    				spellchecker_languages : "+English=en,Danish=da",
    


  11. 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

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? =)

  • Like 1
Link to comment
Share on other sites

  • 3 months later...
  • 1 year later...

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 by durangodave (see edit history)
Link to comment
Share on other sites

  • 7 months later...

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

  • 5 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...