WordPress 2.62, TinyMCE Visual Editor Working!
I live in hope that one day I’ll figure out why I can’t get the TinyMCE editor working on this blog alone without doing “the fix” each time. All the other blogs work fine and the folder & file permissions are set to what they should be…..I’ve even done a side by side comparison and all the folder settings are identical as well as all the files to make it happen!
After much tedious searching through the forums, I got a fix earlier this year that worked after much previous twiddling of the WordPress files. It’s here:
http://wordpress.org/support/topic/164217/page/3?replies=73 in the posting by user lcf.
This is a slightly more in depth description of how to the edit suggested by azaozz in http://wordpress.org/support/topic/165449?replies=43
The fix is a simple one – I didn’t bother with the zipped php file. Just edit this config file:
[your-site]/wp-includes/js/tinymce/tiny_mce_config.php
Look for:
‘compress’ => true,
Then change it to read:
‘compress’ => false,
The editor (which otherwise works really well ) can be found here on the WordPress Plugin site, and here on the author homepage.
Related posts:
- WordPress 2.51 fix for TinyMCE Visual Editor Malfunction WordPress 2.51 TinyMCE Visual Editor Working! I finally traced a...
- TinyMCE Advanced Installed Ironic innit! After all the trouble I had getting TinyMCE...
- WordPress User Registration Spam I’ve had quite a few search enquiries and hits for...
- Blank Pages Trouble with new WordPress install Not only have I had a bit of trouble moving...
- WordPress Stats Problem – fixed I’ve kept up with all the upgrades etc for WordPress...
Related posts brought to you by Yet Another Related Posts Plugin.













