How to remove "system style" from FCKEditor?

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
6/24/2009 5:32:42 AM
Gravatar
Total Posts 2

How to remove "system style" from FCKEditor?

How to remove built in content style from FCKeditor? I want to remove "Image on left" from drop down list. I have added new styles for image object and I don't need this built in one.

MojoPortal version 2.3.0.8

Any help would be appreciated.

Miran

6/24/2009 6:39:24 AM
Gravatar
Total Posts 18439

Re: How to remove "system style" from FCKEditor?

Hi Miran,

Yes, you can remove those by adding this to Web.config or ideally user.config

<add key="AddSystemStyleTemplatesAboveSiteTemplates" value="false" />

For more information, see http://www.mojoportal.com/creating-content-style-templates.aspx

Hope it helps,

Joe 

6/24/2009 6:45:47 AM
Gravatar
Total Posts 2

Re: How to remove "system style" from FCKEditor?

Yes, this helped.

Thank you very much.

Best regards, Miran.

You must sign in to post in the forums. This thread is closed to new posts.