I find it useful to be able to enable tinymce in the description of terms.

To make this work I just had to comment out this line in theme_tinymce_theme:
case 'description': // taxonomy terms

I know I could just override this function in phptemplate, but I found it a very painful bug to track down so I think it would be best if it were like this by default.

CommentFileSizeAuthor
#1 tinymce_tax_desc.patch.txt577 bytesowen barton

Comments

owen barton’s picture

StatusFileSize
new577 bytes

I found the commit for this:
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/tinymce/tinym...
- the log message is "don't show tinymce on taxonomy 'add term' pages", but I can't find any issue that corresponds to this.

Unless someone has any ideas why this was committed then I suggest we try out the patch (for CVS, attached) to re-add this.

kreynen’s picture

Assigned: Unassigned » kreynen
Priority: Minor » Critical
kreynen’s picture

Status: Active » Closed (duplicate)