A new version of the TinyMCE editor has been released. It fixes the issues with the single and double quotes ('/"). Includes also the most recent version of TinyMCE (v. 2.0.6.1). More/better configuration options (e.g. language) were added.
Unfortunately it seems that some people still have problems with the file browser of the editor. If you are faced with such problems, please contact me. Then I can try to resolve the problems. Thanks!
TinyMCE 2.0.1
Re: TinyMCE 2.0.1
Excellent news...
With the CMSMS Link function would it be possible to make the links use the page alias name rather than the number because the numbers change if you reorder pages in my experience.
Thanks
G!
With the CMSMS Link function would it be possible to make the links use the page alias name rather than the number because the numbers change if you reorder pages in my experience.
Thanks
G!
Re: TinyMCE 2.0.1
apologies, am talking nonsense I just wasnt lookin at the site properly. Apologies for any confusion.
G!
G!
Re: TinyMCE 2.0.1
In the smaller package (called "only english") some files are missing. These files are "en" languages files (deleted for some unknown reason), so names of buttons and other language related stuff looks pretty clumzy.. For example, for html view all buttons have raw look, i.e {$lang_theme_code_wordwrap} instead of Wordwrap, {$lang_update} instead of Update and so on..
These are:
TyniMCE/tinymce/jscripts/tiny_mce/langs/en.js
TyniMCE/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/.. [all subfolder]
TyniMCE/tinymce/jscripts/tiny_mce/themes/advanced/docs/langs/en.js
Additionally in comparison with full package, some folder, called tinymce_api is missing:
TyniMCE/tinymce/doc/tinymce_api
These are:
TyniMCE/tinymce/jscripts/tiny_mce/langs/en.js
TyniMCE/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/.. [all subfolder]
TyniMCE/tinymce/jscripts/tiny_mce/themes/advanced/docs/langs/en.js
Additionally in comparison with full package, some folder, called tinymce_api is missing:
TyniMCE/tinymce/doc/tinymce_api
Re: TinyMCE 2.0.1
Cause the TinyMCE package was big like the complete CMSms the documentation was excluded - hmm, perhaps some single files should come back
...

Re: TinyMCE 2.0.1
I found that the advimage preview wasn't being refreshed after selecting an image.
I added the folllowing to the browserCallback : function after line 84 of modules\TinyMCE\tinymce\jscripts\tiny_mce\plugins\advimage\editor_plugin_src.js
and it seems OK now.
Got the idea from the TinyMCE forum (sorry, the link is in the office
) - seems that the 'onchange' action for the image address doesn't get triggered by the javascript update at lne 84
I had to 'patch' the entry into the editor_plugin.js as I couldn't find how to make the 'compressed' js file
Does this sound right or did I miss something else?
John
I added the folllowing to the browserCallback : function after line 84 of modules\TinyMCE\tinymce\jscripts\tiny_mce\plugins\advimage\editor_plugin_src.js
and it seems OK now.
Code: Select all
TinyMCE_SimpleBrowserPlugin.options['target'].showPreviewImage(returnValue);

I had to 'patch' the entry into the editor_plugin.js as I couldn't find how to make the 'compressed' js file

Does this sound right or did I miss something else?
John
Re: TinyMCE 2.0.1
Thanks for this hint. I will look into it and fix it for the next release.pinthenet wrote: I found that the advimage preview wasn't being refreshed after selecting an image.
I added the folllowing to the browserCallback : function after line 84 of
...
You don't have to compress it if you don't want to. Just copy the modified file editor_plugin_src.js to editor_plugin.js. You can compress the file with a utility "jstrim.exe" or "jstrim.pl" (I don't have a link for it - sorry).pinthenet wrote: I had to 'patch' the entry into the editor_plugin.js as I couldn't find how to make the 'compressed' js file![]()
Re: TinyMCE 2.0.1
Has this been updated in Modules yet, I just tried the "fix" for no preview in Image Manager and it did not work for me.