Not only for version drupal 5 also for 6:
Make tinymce in default work with nodewords (meta tags) and insert (tinymce.module) the rule:
case 'nodewords-description':
after:
function theme_tinymce_theme($init, $textarea_name, $theme_name, $is_running) {
switch ($textarea_name) {
// Disable tinymce for these textareas
(Line 300)
You can do this in phptemplate, but there is no alternative for nodewords: it does not work with html.
Comments
Comment #1
mupsi