Default Content Editor

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
3/1/2012 12:09:18 AM
Gravatar
Total Posts 68

Default Content Editor

Hi Joe,

I have a root site and many sub sites created in mojo. I just upgraded to the latest version and find that instead of FCKeditor as the default content editor that it now defaults to TinyMCE and FCKeditor is no longer there. I can use CKeditor fine but i have to go to each site now and set that as the default one.

Is there a setting in the web.config file i can set all sites to default to CKeditor?

Thanks.

3/1/2012 6:35:54 AM
Gravatar
Total Posts 18439

Re: Default Content Editor

Hi,

You could update all the sites in the database to use CKeditor

UPDATE mp_Sites SET EditorProvider = 'CKEditorProvider'

Then touch Web.config to clear the site settings cache.

Note that is is also possible for you to re-enable FCKeditor, but it is not being maintained by the developers and it has problems in newer browsers like IE9. We no longer ship the FCKeditor files but they are still on disk since you upgraded from an old version. It is commented out in the mojoEditor.config file in the root. You could copy that file and rename it from mojoEditor.config to myEditor.config and uncomment FCKeditor and then point to your custom file by ading this in user.config

<add key="mojoEditorConfigFileName" value="myEditor.config"/>

But my advice would be too use CKeditor since FCKeditor is not maintained.

Hope that helps,

Joe

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