Hi

on my D5 i've instal WYSIWYG with the tinyMCE librairie. It don't start/appear with Private Message textarea or 'Signature for forum'.

Where can i set this ? What i need to check ?

Thanks in advance.
++

Comments

moksa’s picture

may be something to do with

http://drupal.org/node/503866

moksa’s picture

URL before is for D6...

I find that in signature module, it's not ok to work with WYSIWYG ?

  $form['template'] = array(
    '#type' => 'textarea',
    '#title' => t('Template for signatures'),
    '#default_value' => $settings['signature_forum_template'],
    '#description' => t("%s will be replaced with the user's signature."),
  );
  $form['filter'] = filter_form($settings['signature_forum_format'], NULL, array('filter'));