Posted by smasty on May 20, 2010 at 9:19pm
Is there any way to include WYSIWYG editors (TinyMCE in my case) only on specific pages/forms/textareas? I remember that this function was in some release of FCKeditor (6.x) & TinyMCE (5.x) plugins but I can't find it when using TinyMCE with WYSIWYG plugin... (6.x)
Thanks for help.
Comments
No
Wysiwyg ties each editor profile to an input format in order to always keep your clientside and serverside settings regarding allowed user content in sync.
Wysiwyg therefore needs to be able to recognize the input format selectors (or description if there's only one available) in a form to be able to figure out which editors to load. If a form is missing these, no editor will be loaded. More info about that is linked under "How to integrate your module" on the project page. (Drupal 6 Core is missing some format selectors, how to deal with that is discussed in Wysiwyg's issue queue.)
If you use a module like Better Formats to control where your input formats are available, Wysiwyg will follow along nicely and only load the relevant editors (if any).
I must be doing something wrong...
When I had CKEditor running standalone it would always display the correct setup (basic or full depending on role) on comment forms. As soon as moved to the WYSIWYG module + CKEditor I get no editor interface on comments at all.
I have subsequently added the Better Formats module but this appears to have made no difference. I can't work out what else to check.
Any ideas?
Cheers,
Jock