Closed (duplicate)
Project:
Wysiwyg
Version:
6.x-1.0
Component:
Editor - TinyMCE
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2008 at 11:45 UTC
Updated:
31 May 2009 at 15:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
sunThis needs further work, which is discussed and worked on here: #328252: Handle compatibility of internal plugins via plugin API (since I want to solve this in a generic way, i.e. once for all editors and versions)
Comment #2
spiffyd commentedI'll confirm this works (media plugin gets added)!!!
Can anyone get the Drupal teaser break and Spellchecker working for 6.x?
Comment #3
spiffyd commentedOkay so I did some experimentation and FIGURED IT OUT!
Here's how you enable SPELLCHECKER:
http://drupal.org/node/343184#comment-1149301
Make sure you use my latest plugin version to get it working.
Here's how you enable Drupal teaser and page breaks:
Add this to tinymce.inc:
Make sure you use this updated Drupalbreak plugin posted in the next comment.
Comment #4
spiffyd commentedHere's the working Drupalbreak plugin. I also attached the working Spellchecker as well for your convenience.
Comment #5
student2 commentedi have put the code in #3 in the end of tinymce.inc:
and get the following error
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home/aaaa/public_html/bb/modules/wysiwyg/editors/tinymce.inc on line 526any help pls?
Comment #6
Kripsy commentedIt should look like this
You were putting the plugin registration code after it was calling the plugins variable.
Comment #7
eyalro commentedSeemed easy. I've done it with the media plugin and it worked. but not this time. After adding the button, TinyMCE did not show up at all. When I unchecked the button (Drupal Break) TinyMCE came back again...any thoughts?
Comment #8
iva2k commentedJust to let people know - I've created Wysiwyg SpellCheck module that enables TinyMCE spellchecker plugin. It may be just what you need, until there is a better approach to Wysiwyg plugins.
Comment #9
Avatar commentedThat worked so smoothly, thanks rodrigo