Just a heads up, using RTT 1.4 on a clean installation of WordPress 3.3-beta4 (no plugins, TwentyEleven Theme), the TinyMCE editor is not being loaded correctly on Tag & Category description edit box.
Just a heads up, using RTT 1.4 on a clean installation of WordPress 3.3-beta4 (no plugins, TwentyEleven Theme), the TinyMCE editor is not being loaded correctly on Tag & Category description edit box.
Thanks for the heads up - I did read they are implementing a new Editor API. Hadn't thought that it would break this, though. Thanks!
The new editor is muuuuch easier to use, however keeping some level of backwards compatibility is going to be a pain for a while. Here's a good article on using the new one:
http://soderlind.no/archives/2011/09/25/front-end-editor-in-wordpress-3-3/
Quick workaround to get the editor buttons displaying in 3.3 RC1 (at least for category description boxes). In the rich-text-tags.php file, find the kws_rt_taxonomy_load_mce() function and add the following line after the wp_enqueue_style( 'thickbox' ) line:
wp_enqueue_style('editor-buttons');
Simon
Thanks, @fountaininternet - I've posted Version 1.4.1 with this temporary fix (temporary until using the Editor API).
This topic has been closed to new replies.