Questions regarding the new version of TinyMCE

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
10010110

Questions regarding the new version of TinyMCE

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

Re: Questions regarding the new version of TinyMCE

Post by Dr.CSS »

I'd like to know how to get the smileys back  :(  ;)  :o ...
xnau
Forum Members
Forum Members
Posts: 33
Joined: Sun Apr 15, 2007 6:53 pm

Re: Questions regarding the new version of TinyMCE

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

Re: Questions regarding the new version of TinyMCE

Post 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...
xnau
Forum Members
Forum Members
Posts: 33
Joined: Sun Apr 15, 2007 6:53 pm

Re: Questions regarding the new version of TinyMCE

Post by xnau »

thanks--I'll try that.
Milhaus

Re: Questions regarding the new version of TinyMCE

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

Re: Questions regarding the new version of TinyMCE

Post 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
afri-can

Re: Questions regarding the new version of TinyMCE

Post 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
Attachments
basic.jpg
Milhaus

Re: Questions regarding the new version of TinyMCE

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

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

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

Return to “CMSMS Core”