How to: Edit the content editor, TinyMCE?

Permalink
Hi,

I want to change the content editor so that it does not allow the user (my client) to change the text colour, since my site is on a dark background. Can anyone help?

 
ScottC replied on at Permalink Reply
ScottC
http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/theme_advanced_text_colors

only list colors you want your user to select. Seems like default is 40.
Remo replied on at Permalink Reply
Remo
the coming version 5.2 will have an option in the dashboard where you can enter the configuration settings without modifying the core!

right now the init code is part of the c5 core and therefore get overwritten by an update. If you can wait for 5.2 you probably should...
craftyCS replied on at Permalink Reply
craftyCS
I wish to do the same however cannot find the settings even in C5.3 to choose the colours the client can pick. Also apart front the standard H1 H2 Paragraph etc there doesn't seem to be any list of styles for the which I have set up in the CSS file?

how can I customise these did you find a solution Scott?/Remo?
Remo replied on at Permalink Reply
Remo
Check the tinymce configuration.

there are a lot of options. Building an interface for all of them would be very complicated. You need to use the custom toolbar and enter the properties you want on your own.
frz replied on at Permalink Reply
frz
also check out typography.css in your theme.. it passes styles to tinyMCE that are specific to your site.
craftyCS replied on at Permalink Reply
craftyCS
Thanks for the swift response guys just a quick couple of questions.

1. how do I find the tinyMCE editor (is it in the control panel or a separate place on the install directory of concrete?

2. I have built a custom site using concrete and didn't use a separate 'typography.css' file and so only have one css file for the whole site (will change my ways for the next one!) is their still a way to get the same result as having a separate css using my current css setup?

cheers
Paul