Change from FCKeditor to TinyMCE

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.
9/13/2009 2:24:15 AM
Gravatar
Total Posts 220

Change from FCKeditor to TinyMCE

Hi,

I think I've done something wrong again:

When I open a text I put down in FCKeditor before, to each < /br> tinyMCE adds another. Now there are < /br> < /br> everywhere Surprised.

Best
Matthias

P.S.: Both editors now are in english. Where can I change it to german?

9/13/2009 8:14:12 AM
Gravatar
Total Posts 18439

Re: Change from FCKeditor to TinyMCE

Hi Matthias,

That br issue was an unfortunate last minute bug. If you download 2.3.1.7 again and replace just the mojoPortal.Web.dll it will fix it.

The editor should use whatever the default language of the site is. To force it to German, add this to your user.config then touch Web.config

<add key="UseCultureOverride" value="true" />

<add key="site1culture" value="de-DE" />

assuming your site id is 1.

Best,

Joe

9/13/2009 9:15:02 AM
Gravatar
Total Posts 220

Re: Change from FCKeditor to TinyMCE

no double br and in german!

Thanks

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