Page 1 of 1

Questions regarding the new version of TinyMCE

Posted: Wed Jul 25, 2007 8:50 pm
by 10010110
I upgraded to CMSMS 1.1 recently and I like the fact that TinyMCE is the default editor now. However, I seem notice/recall that there’s a toolbar missing or has been removed in the latest version, is that right? I’m desparately looking for the “remove formatting” button and I can’t see how I could enable it.

I see on the TinyMCE toolbar setting page you can insert the comma separated words for the buttons but what’s the one to remove the formatting? Also a lot of words there don’t enable any buttons anyway, I suppose they haven’t been installed in the first place. Is it possible to add those plugins easily?

Any help is greatly appreciated.

Re: Questions regarding the new version of TinyMCE

Posted: Thu Jul 26, 2007 3:24 am
by Dr.CSS
I'd like to know how to get the smileys back  :(  ;)  :o ...

Re: Questions regarding the new version of TinyMCE

Posted: Fri Aug 10, 2007 4:18 am
by xnau
I'd like to add that

a) now that I've upgraded all my tinyMCE toolbars are now gone with the exception of formatting and CMS links

b) how do I get the non-basic version installed?

It doesn't seem to be available in the module manager and I'm hoping it will fix (a).

Re: Questions regarding the new version of TinyMCE

Posted: Fri Aug 10, 2007 5:10 am
by Dr.CSS
I fixed the smiles problem, hacked TinyMCE.module.php line 65 and added/made sure the emotions folder was in modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins...

If you want the full ver., uninstall basic and remove then module manager will let you install another, you might find a newer ver. in the forge...

Re: Questions regarding the new version of TinyMCE

Posted: Fri Aug 10, 2007 8:00 am
by xnau
thanks--I'll try that.

Re: Questions regarding the new version of TinyMCE

Posted: Thu Oct 18, 2007 8:46 pm
by Milhaus
xnau wrote: I'd like to add that

a) now that I've upgraded all my tinyMCE toolbars are now gone with the exception of formatting and CMS links
I also experienced this behavior and I really do not know, how to add buttons back. You can see the situation on the screenshot:
Image

I am now using actual versions of both CMSMS and TinyMCE on PHP 5.2.4 (Win machine).

Thanks in advance,

Milhaus

Re: Questions regarding the new version of TinyMCE

Posted: Tue Oct 23, 2007 11:16 am
by Milhaus
The problem is still here. I tried to hack tinyconfig.php, but I wasn't successful - how is it possible, that when I add button, which doesn't relay on plugin, the plugin doesn't appear in admin?

I am somewhat confused. This problem is so crucial for me, that I promise, I donate 10$ to CMSMS, when this problem will be solved.

Thanks in advance,

Milhaus

Re: Questions regarding the new version of TinyMCE

Posted: Tue Oct 23, 2007 11:37 am
by afri-can
This link helped me
http://forum.cmsmadesimple.org/index.php/topic,15605.msg77468.html#msg77468

I have been working on finding a good wysiwyg editor for a site I am working on
The TinyMCE Adv has more elements but the browse link does not work and I did not manage to set up to work
On Fck Editor has all the buttons but no thumb preview in the browse area

I ended up using the basic and adding the pasteword button and tables button, I think that this is enough to edit the pages easly
I also think that it is possible to add pasetxt plugin
I have not tried this but it seems that if you download the advanced version of TinyMCE and open the plugin folder you can transfer the plugins to the basic version buy putting them in the plugin folder and calling them from the tinyconfig.php file on line 71 $plugin....

Hope this helps
Steven

Re: Questions regarding the new version of TinyMCE

Posted: Tue Oct 23, 2007 11:43 am
by Milhaus
Thanks for suggestion, but I tried exactly this. You can see part of my tinyconfig.php here:

Code: Select all

<?php
			$plugins="cmsmslink,fullscreen,advimage,simplebrowser,paste,advlink";
			if ($tiny->GetPreference("allow_tables","0")=="1") {
			  $plugins.=",table";
			}
			?>
			plugins : "<?php echo $plugins?>",
			theme_advanced_buttons1 : "<?php echo $tiny->GetPreference('toolbar1') ?>",
			theme_advanced_buttons2 : "<?php echo $tiny->GetPreference('toolbar2') ?>"

But, as you can see above, only plugin which works, is cmsmslink.

Milhaus

[SOLVED] Re: Questions regarding the new version of TinyMCE

Posted: Sun Oct 28, 2007 11:06 am
by Milhaus
Hi again,

This problem can be marked as solved now, since this problem seems to be K-Meleon specific (it works at least in Firefox). I'll add notice about this to Wiki.

Milhaus