Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jennifer Killingsworth 191 posts 248 karma points
    Jul 18, 2011 @ 22:01
    Jennifer Killingsworth
    0

    TinyMCE - set TidyEditorContent to False

    We're on Umbraco 4.6.1 with the new schema (required) and plan to upgrade for 4.7 in the coming months.

    We need a way for our site editors to be able to add things like Flickr slideshows into the Rich Text Editor, but whenever you save the page all that's left is a tidy error.

    I'm not sure why it strips out the code since object, param, and embed - which are used in the Flickr code - are all listed as Valid Elements in the tinyMceConfig.config file.  I didn't even have to add them, they're part of the default settings.

    The only easy solution I've found that will allow our users to embed things like a Flickr slideshow into the Rich Text Editor is to go into the umbracoSettings.config file and change change the TidyEditorContent value from True to  False as follows:

    <TidyEditorContent>False</TidyEditorContent>

    Are there any drawbacks to doing this?

     

     

Please Sign in or register to post replies

Write your reply to:

Draft