Page 1 of 1

How to add a plugin to Tinymce version 3.1.2

Posted: Thu Feb 18, 2016 2:23 pm
by Barrowboy
Hi
I am using the latest version of CMS with version 3.1.2 Tinymce editor.

Can you explain how to add a plugin? I would like the 'textcolor' plugin to be available to the backend user. And maybe the color picker.

I have tried always to do this but failed and unable to find any instructions on how to do this even on Tinymce website.

Can this be done on Microtiny also.

Thanks.

Re: How to add a plugin to Tinymce version 3.1.2

Posted: Thu Feb 18, 2016 4:48 pm
by Dr.CSS
TinyMCE has text color right out of the box, check the profiles tab to make sure...

Re: How to add a plugin to Tinymce version 3.1.2

Posted: Thu Feb 18, 2016 5:42 pm
by Barrowboy
I
Thanks for your reply but can you be a bit more specific? I am unable to find any reference in the profile tabs.

I am using profile Advanced (ID 2)

Re: How to add a plugin to Tinymce version 3.1.2

Posted: Fri Feb 19, 2016 10:07 am
by jce76350
add in tab Plugins / Plugins : textcolor
and in toolbar "| forecolor backcolor"
as you can see in help TinyMCE | Text Color Plugin
plugins: "textcolor",
toolbar: "forecolor backcolor"
- if you want fontsize add "| fontsizeselect" in toolbar
Can this be done on Microtiny also.
Yes but you must modify the \MicroTiny\templates\tinymce_config.js but "posting code hacks is not allowed" ;)

Re: How to add a plugin to Tinymce version 3.1.2

Posted: Fri Feb 19, 2016 10:45 am
by Barrowboy
Hi
Thanks again all done its easy when you know how.

I was adding the 'textcolor' to the toolbars not 'forecolor backcolor'

I should like to add the new cms v2 works a treat.

Re: How to add a plugin to Tinymce version 3.1.2

Posted: Fri Feb 19, 2016 9:18 pm
by Jeff
jce76350 wrote:Yes but you must modify the \MicroTiny\templates\tinymce_config.js but "posting code hacks is not allowed" ;)
No hacking is needed, copy that file to module_custom/MicroTiny/templates/ then edit it as needed.

Re: How to add a plugin to Tinymce version 3.1.2

Posted: Fri Feb 19, 2016 9:58 pm
by Rolf