themanfromph
Member
Posted 2 years ago #
what's the default content of that file?
because i tried searching these codes
$mce_buttons = apply_filters('mce_buttons'
but i can't find it
please give me the default content of tiny_mce_confg.php
i'm just trying to put button for color change in fonts
http://www.lancelhoff.com/add-a-button-to-change-font-color-in-wysiwyg/
As indicated on the link.
1. FTP to your server and download the tiny_mce_confg.php file from your wp-includes/js/tinymce/ directory
It's actually named..
wp-tinymce.php
However i think code has been moved around since that article above...
Take a peak at the code from this plugin, this should give you some ideas about how to hook into the tiny mce editor...
http://wordpress.org/extend/plugins/tinymce-advanced/