It used to be for Drupal 4.x, you could enable TinyMCE for blocks by going to administer > settings > tinymce > edit (your profile) > Visibility > add 'admin/block/*'.

This did the trick for 4.x, but for 5 I can't even find the menu where I can adjust this. Does anybody know how to set this up in 5.x so TinyMCE can edit content in blocks?

Comments

bjornarneson’s picture

See http://drupal.org/node/106031 for more info.

b

bbradley’s picture

Did you ever resolve this, I seem to have the same problem

cybertoast’s picture

I think the link posted above addresses the issue. But if not, get the latest tinymce (it fixes a bunch of stuff), and install both the latest drupal tinymce module and tinymce code from moxie. confguration is very straight-forward, using administer->tinymce->visibility

jacobmn’s picture

Simply add 'build' to the URL as follows: 'admin/build/block/*' and that will take care of it in Drupal 5.x