Tinymce tiltása adott tesxtarea-ra

Paal képe

Sziasztok!

A leírásban található módon, a teaser mezőről sikerült letiltani, de a relatedlinks-ről nem tudom:

A leírásban ez szerepel:

<?php
function sminkneve_tinymce_theme($init, $textarea_name, $theme_name, $is_running) {
switch ($textarea_name) {
    // Disable tinymce for these textareas
    case 'log': // book and page log
    case 'img_assist_pages':
    case 'caption': // signature
    case 'pages':
    case 'access_pages': //TinyMCE profile settings.
    case 'user_mail_welcome_body': // user config settings
    case 'user_mail_approval_body': // user config settings
    case 'user_mail_pass_body': // user config settings
    case 'synonyms': // taxonomy terms
    case 'description': // taxonomy terms
      unset($init);
      break;
?>

A relatedlinks-nél:
name="relatedlinks_fieldset[relatedlinks]"

Ezt hiába adtam meg, nem vette figyelembe.

<?php
function sminkneve_tinymce_theme($init, $textarea_name, $theme_name, $is_running) {
switch ($textarea_name) {
    // Disable tinymce for these textareas
    case 'log': // book and page log
    case 'img_assist_pages':
    case 'caption': // signature
    case 'pages':
    case 'access_pages': //TinyMCE profile settings.
    case 'user_mail_welcome_body': // user config settings
    case 'user_mail_approval_body': // user config settings
    case 'user_mail_pass_body': // user config settings
    case 'synonyms': // taxonomy terms
    case 'relatedlinks_fieldset[relatedlinks]': // related links
    case 'description': // taxonomy terms
      unset($init);
      break;
?>

A Drupal.org-on nem találtam erre vonatkozó megoldást.

Van valakinek 5lete?

Köszi, Pali

Paal képe

Közben csak sikerült megtalálni:
http://drupal.org/node/72940#comment-219585

Köszi, Pali

0
0

--
Palócz Paal Pál, a drupal.hu admin csoportjának tagja
Ajánlott olvasmány: Eric Steven Raymond - Hogyan kérdezzünk okosan