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:
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?
is working on a reply...