Tag Archives: tinymce

TinyMCE add Custom Characters

29 Jul

Problem: The Hawaiian language has the kahako but tinymce does not have these in their charmap.   Solution: To add more characters to the custom character map in tinymce, find the file: themes/advanced/js/charmap.js If you are using wordpress that directory is located in wp-includes/js/tinymce/ Open that file and you’ll see a list of characters in [...]

Get TinyMCE to use Absolute Paths

25 May

Problem: I was working with a customized CMS which uses the TinyMCE editor.  This editor was placed in a subfolder to edit content meant for the root folder.  This meant that the images in the TinyMCE editor would show something like “../images/” for the path to the images folder while the public pages would need [...]