TinyMCE Upgrade
Posted: Sat Apr 05, 2008 8:25 pm
Maybe CMSMS can be upgraded to use TinyMCE Version 3 for the Safari users!
Content management as it is meant to be
https://forum.cmsmadesimple.org/
TinyMCE module for CMSms = module to use TinyMCE with CMSmsCharles Butcher wrote: I'm not sure which version is currently installed: the Modules menu says it's 2.4.0, but the "?" button on the TinyMCE toolbar reports 3.0.8.
Thanks, cyberman -- that explains the numbering discrepancy, but I'm still not clear whether I can upgrade to TinyMCE 3.1.0.1 within CMSms. Is this possible, or does it have to wait for a new version of CMSms?TinyMCE module for CMSms = module to use TinyMCE with CMSms
TinyMCE = the original module from Moxiecode
TinyMCE 3 is supported since TinyMCE module 2.4.0
cyberman, you're a star. Apologies for not previously understanding how to find the upgrade among the Forge files. Yes, TinyMCE module 2.4.2 does include TinyMCE 3.1.0.1 and the upgrade seemed to be trouble-free.Have you tried the current TinyMCE module version 2.4.2?
http://dev.cmsmadesimple.org/frs/?group ... se_id=1378
Not sure if this version use TinyMCE 3.1.0.1
Apparently a permissions thing; I set everything to 777 to upload the new TinyMCE module, and now I have changed back to 755, the problem seems to be cured. I didn't change anything else.it hasn't solved my original problem of all formatting being removed on paste.
Thanks, Mark. I'm not having problems with html tags being removed, just rich text formatting -- that is, if I turn off WYSIWYG I can copy and paste the HTML without the tags being stripped.If you are getting html type tags stripped from in the editor there is a setting to do that you will need to uncheck it...
It may be this one, under General tab...
Apply source formatting to the output HTML:
Or this one, in Advanced tab...
Force clean on paste:
Code: Select all
Option: apply_source_formatting
This option enables you to tell TinyMCE to apply some source formatting to the output HTML code.
With source formatting, the output HTML code is indented and formatted. Without source formatting,
the output HTML is more compact.