After upgrading to Drupal 6.4 my HTML comments were suddenly appearing. The htmlcorrector inside the filter module was incorrectly escaping them - I applied this patch by jcnventura which worked a treat! http://drupal.org/node/222926#comment-930745.
I also had to re-install the TinyMCE WYSIWYG Editor (because I naively neglected to backup my modules), and decide to install the IMCE image module at the same time, so I didn't have to leave my post (so to speak) to upload an image. But getting the two to play together was also tough. Found this patch by quicksketch, also on the drupal forum http://drupal.org/node/241753#comment-920552. NB: Other posts on that thread talk about modifying template.php. I didn't have to do that. Just installed the patch, ran update.php and cleared the cache (admin > performance), and everything worked just fine.
Comments
Additional tip
Want to use tinymce when editing blocks, but don't allow regular users to administer blocks?
Add the following path in the pages section of the tinyMCE profile: admin/build/block/configure/block/*
Post new comment