WordPress. TinyMCE WYSIWYG Editor Improvement.
Add the button. How to improve functionality of the WYSIWYG TinyMCE Java Editor is described there at forum. Personally I am using now the line 127 from the file …/wp-includes/js/tinymce/tiny_mce_gzip.php
$mce_buttons = apply_filters(’mce_buttons’, array(’bold’, ‘italic’, ’strikethrough’, ‘bullist’, ‘numlist’, ‘outdent’, ‘indent’, ‘justifyleft’, ‘justifycenter’, ‘justifyright’ , ‘justifyfull’, ‘link’, ‘unlink’, ‘image’, ‘wordpress’, ‘undo’, ‘redo’, ‘code’, ‘wphelp’, ‘removeformat’, ‘formatselect’, ‘fontselect’, ‘fontsizeselect’, ‘forecolor’, ‘backcolor’, ‘charmap’, ‘visualaid’));
instead of the same line 127 from the file …/wp-includes/js/tinymce/tiny_mce_gzip.php
$mce_buttons = apply_filters(’mce_buttons’, array(’bold’, ‘italic’, ’strikethrough’, ’separator’, ‘bullist’, ‘numlist’, ‘outdent’, ‘indent’, ’separator’, ‘justifyleft’, ‘justifycenter’, ‘justifyright’ ,’separator’, ‘link’, ‘unlink’, ‘image’, ‘wordpress’, ’separator’, ‘undo’, ‘redo’, ‘code’, ‘wphelp’));
Can you find the difference ? Edit this line and reload the “Write Post” page, you will see the advantage.
[TSI]
@ Category Handmade
Previous Post |
Next Post |