Quantcast
Channel: drupal6
Viewing all articles
Browse latest Browse all 20

Drupal 6 tinymce: Disable tinymce on textarea (how to overide theme_tinymce_theme() function)

$
0
0

It's impossible to override this function.
Why? Look at the functions name. It confusses drupal thinking its an implementation of hook_theme(). So any override in template.php using phptemplate_tiny_mce() or theme_name_tinymce_theme() wont work.
You need to patch the module.
If you want to add a text area that doesnt need tinymce just add an other rule shown by the id of 'my-textarea'.
<?php?>


Viewing all articles
Browse latest Browse all 20

Latest Images

Trending Articles





Latest Images