Page 1 of 3
TinyMCE 2.0.2
Posted: Tue May 16, 2006 10:39 am
by stefan
A new version of the TinyMCE editor has been released. It fixes two problems with the filebrowser - one of it fixes a security flaw in the filebrowser, so I recommend to upgrade ASAP.
In the previous release some language files were missing in "TinyMCE-2.0.1-only-english.zip" - fixed in this release.
The API documentation is now released separately.
Re: TinyMCE 2.0.2
Posted: Tue May 16, 2006 6:35 pm
by Dr.CSS
can this be used for 'Comments' Module input comment textarea as per this thread...
http://forum.cmsmadesimple.org/index.ph ... 648.0.html
i at least want to be able to put smileys in a comment, to be used on pages like this
http://www.multiintech.com/index.php?page=blogger
mark
Re: TinyMCE 2.0.2
Posted: Tue May 16, 2006 9:11 pm
by stefan
I think this would be possible with TinyMCE. Look at ..../modules/TinyMCE/tinymce/docs/installation_example_03.html for an example how to embed TinyMCE on a site.
Re: TinyMCE 2.0.2
Posted: Tue May 16, 2006 9:26 pm
by Dr.CSS
link? Look at ..../modules/TinyMCE/tinymce/docs/installation_example_03.html for an example how to embed TinyMCE on a site.
tinyMCE works for my page editor if set in user pref.. but not on page.. like i said i had FCKeditor come to the party but anything i put in the textarea didn't get recognized by Comments Module came back with the error mess.
mark
Re: TinyMCE 2.0.2
Posted: Wed May 17, 2006 10:27 am
by stefan
mark wrote:
link? Look at ..../modules/TinyMCE/tinymce/docs/installation_example_03.html for an example how to embed TinyMCE on a site.
tinyMCE works for my page editor if set in user pref.. but not on page.. like i said i had FCKeditor come to the party but anything i put in the textarea didn't get recognized by Comments Module came back with the error mess.
mark
I added
Code: Select all
<__script__ language="javascript" type="text/javascript" src="http://www.somehost.org/modules/TinyMCE/tinymce/jscripts/tiny_mce/tiny_mce.js"></__script>
<__script__ language="javascript" type="text/javascript">
{literal}
tinyMCE.init({
mode : "textareas",
theme : "advanced",
plugins : "emotions",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,emotions,undo,redo",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left" });
{/literal}
</__script>
to the comments submit form template. Now, when you add a comment, TinyMCE appears and allows to insert smileys, write in bold, etc. Keep in mind to change the path.
Re: TinyMCE 2.0.2
Posted: Wed May 17, 2006 12:55 pm
by Dr.CSS
OH yea i see, in the tinyMCE folder... guess it helps if i read what's on a page before i jump to conclusions...

but then i might not get any exersize

That is so
COOL..... worked like a charm
thanks
mark
gee can we add spellcheck while were at it

just kidding... but do you know how to get spellcheck to work in FCKeditor?
Re: TinyMCE 2.0.2
Posted: Wed May 17, 2006 1:46 pm
by cyberman
mark wrote:
can we add spellcheck while were at it
http://www.curtiseconsulting.com/easyspell.php
Re: TinyMCE 2.0.2
Posted: Wed May 17, 2006 1:59 pm
by Dr.CSS
thanks cyberman
COOL again... but do you know how to get spellcheck to work in FCKeditor?
mark
Re: TinyMCE 2.0.2
Posted: Wed May 17, 2006 2:44 pm
by cyberman
mark wrote:
COOL again... but do you know how to get spellcheck to work in FCKeditor?
http://wiki.fckeditor.net/Developer's_G ... ll_Checker
Re: TinyMCE 2.0.2
Posted: Wed May 17, 2006 3:38 pm
by Dr.CSS
how to
new file called info.php ?
mark
Re: TinyMCE 2.0.2
Posted: Wed May 17, 2006 3:52 pm
by Dr.CSS
hmm i get this screen shot with the tinyMCE spell check, tried looking at diff. files to find where to fix, no luck.....
mark
[attachment deleted by admin]
Re: TinyMCE 2.0.2
Posted: Wed May 17, 2006 7:11 pm
by stefan
There is also a plugin iespell for the Internet Explorer available in the standard TinyMCE package. You also have to install another package. I haven't used it though. Can't help with easyspell either.
Re: TinyMCE 2.0.2
Posted: Thu May 18, 2006 11:15 am
by dcdent
fractal wrote:
A new version of the TinyMCE editor has been released. It fixes two problems with the filebrowser - one of it fixes a security flaw in the filebrowser, so I recommend to upgrade ASAP.
In the previous release some language files were missing in "TinyMCE-2.0.1-only-english.zip" - fixed in this release.
The API documentation is now released separately.
Thanks a lot for such fast reaction!..
Re: TinyMCE 2.0.2
Posted: Fri May 19, 2006 7:36 am
by pinthenet
Just upgraded a test installation to CMSMS 0.13 & TinyMCE 2.02 and I have a new problem. When I select an image from the image browser the http://.... gets changed to http%3A//... on the callback to the advimage dialog box. Any idea why (Firefox assume IE the same)?
John
Re: TinyMCE 2.0.2
Posted: Fri May 19, 2006 10:59 am
by cyberman
Can't reproduce your error with fresh CMS 0.13 installation and TinyMCE 2.0.2. I've used advimage dialog box too. I got this source output