[Setup] Enabling color for plone site

dgroos djgroos at gmail.com
Mon Jan 23 18:13:48 UTC 2012


Thanks espen.  I've been working on making your solution work which led me to
the tinyMCE website and their forums and help pages as I didn't have enough
css knowledge to apply your ideas.  While I was trying to make it work, I
learned enough info to do what I wanted to do without having to create lots
of paragraph styles.

Directions to enable color on plone 4 (successful on plone 4.0.7)
1.  Go to control panels and tinyMCE Visual Editor and click on Tool Bar
tab.
2.  Put checkmarks before Forecolor and Backcolor, scroll down and save.
3.  Go to the Zope Managment Interface (for example via the control panels).
4.  Click on "portal_transforms" then click on "safe_html".
5.  In, "Styles Whitelist" I put the following (not sure if all needed):
text-align
list-style-type
float
span
font
padding-left
color
background-color
6.  To the "valid_tags" at the bottom I added:
color
background-color
**also note, I made sure there were "font" and "span" (not sure if they were
needed).
7.  I scrolled to the bottom and pressed, "Submit Query"
8.  For completeness sake, I pressed on the last tab of that page: "reload
transforms"
9.  And finally, restarted zope.

Now I have user-definable color :)



--
View this message in context: http://plone.293351.n2.nabble.com/Enabling-color-for-plone-site-tp7214211p7217153.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.


More information about the Setup mailing list