I been playing around with disabling and enabling tidy in 4.5.2 as well and for now I have not had any luck to see the difference. But that can be because of my simple test scenarios.
So what kind of content do you need to be able to place in the RTE without tidy "messing" it up?
I supose that you have reloaded the content section and tried to log out and login again? (But I really think that reloading the content section should be enough).
Maybe you need to have a look at the settings in tinyConfig.config as well since you can define, which elements should be allowed and disallowed in here.
Would probably be more easy than to integrate CK Editor, which however should be possible. If you have .NET skills and know how to make your own datatype for Umbraco it should be fairly easy I think.
Disabled tidy for RTE, still see it tidying up the place.
This is for Umbraco 4.5.2
I wish to disable tidy; I don't need it.
config/umbracoSettings.conf, line 41 I have set:
<TidyEditorContent>false</TidyEditorContent>
Which I though would disable tidy for RTE fields, but it doesn't?
I am using a plain ol' "textbox multiple" for the content for now, but what aspect am I missing?
Thanks!
Kyle
Hi Kyle
I been playing around with disabling and enabling tidy in 4.5.2 as well and for now I have not had any luck to see the difference. But that can be because of my simple test scenarios.
So what kind of content do you need to be able to place in the RTE without tidy "messing" it up?
I supose that you have reloaded the content section and tried to log out and login again? (But I really think that reloading the content section should be enough).
/Jan
Hi again
Maybe you need to have a look at the settings in tinyConfig.config as well since you can define, which elements should be allowed and disallowed in here.
/Jan
> Poof < Another forum post of mine gone. Frustrating.
Does CK Editor integrate as a replacement within umbraco?
Best,
Kyle
Hi Kyle
Have you followed the steps mention in this post? http://our.umbraco.org/wiki/how-tos/customizing-the-wysiwyg-rich-text-editor-%28tinymce%29/allow-any-markup-in-the-tinymce-editor
Would probably be more easy than to integrate CK Editor, which however should be possible. If you have .NET skills and know how to make your own datatype for Umbraco it should be fairly easy I think.
/Jan
is working on a reply...