TinyMCE 2.0.2

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
stefan

TinyMCE 2.0.2

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: TinyMCE 2.0.2

Post 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
stefan

Re: TinyMCE 2.0.2

Post by stefan »

mark wrote: 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
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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: TinyMCE 2.0.2

Post 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
stefan

Re: TinyMCE 2.0.2

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: TinyMCE 2.0.2

Post 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...  :o  but then i might not get any exersize  :D
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?
cyberman

Re: TinyMCE 2.0.2

Post by cyberman »

mark wrote: can we add spellcheck while were at it  ;)
http://www.curtiseconsulting.com/easyspell.php
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: TinyMCE 2.0.2

Post by Dr.CSS »

thanks cyberman
COOL again... but do you know how to get spellcheck to work in FCKeditor?

  mark
cyberman

Re: TinyMCE 2.0.2

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: TinyMCE 2.0.2

Post by Dr.CSS »

how to



new file called  info.php ?

  mark
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: TinyMCE 2.0.2

Post 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]
stefan

Re: TinyMCE 2.0.2

Post 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.
dcdent

Re: TinyMCE 2.0.2

Post 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!..
pinthenet

Re: TinyMCE 2.0.2

Post 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
cyberman

Re: TinyMCE 2.0.2

Post 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
Locked

Return to “Modules/Add-Ons”