Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

how to install tinymce on silverstripe


Go to End


4 Posts   2298 Views

Avatar
Mikan

Community Member, 17 Posts

21 December 2009 at 1:48am

hi,

can anybody tell me how to install tinymce (http://tinymce.moxiecode.com/download.php ) on silverstripe CMS v2.3.4?

I just want to edit color to my content .

Thanks

Avatar
bummzack

Community Member, 904 Posts

21 December 2009 at 2:17am

Edited: 21/12/2009 2:19am

The Editor that's being used in the SilverStripe CMS is TinyMCE. So there's no need to install it.
If you need text foreground and background color editing, simply add the required buttons to the editor by adding the following line to mysite/_config.php

HtmlEditorConfig::get('cms')->insertButtonsAfter('numlist', 'forecolor','backcolor');

Avatar
Mikan

Community Member, 17 Posts

21 December 2009 at 3:56am

Edited: 21/12/2009 3:56am

hi,

banal, It works perfect!

Thanks for your helping article! :)

Please have a look my other questions below:

http://silverstripe.org/installing-silverstripe/show/275824#post275824
http://silverstripe.org/customising-the-cms/show/275817#post275817

Thanks

Avatar
bummzack

Community Member, 904 Posts

21 December 2009 at 4:19am

These two questions are really basic issues. The first is a pure CSS "problem" and has nothing to do with "Installing SilverStripe" (the forum you posted to). The second one is also placed in the wrong forum in my opinion. It has nothing to do with "Customizing the CMS".

That aside: You should really do the SilverStripe tutorials first. Also get yourself a book or a good CSS reference. After doing so, you'll be able to resolve your problems on your own.
Good luck.