change back to version 2.3.9.9 TinyMCE symbols

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/20/2014 12:03:19 PM
Gravatar
Total Posts 122

change back to version 2.3.9.9 TinyMCE symbols

Hi Joe,

our customers do not like the new TinyMCE symbols, and running with ie7 (I know its old.. but what can I do..) the symbols do not appear correctly.. if you want i send you the screenshot separately

Can you give me a tip on how to run last Mojo version with Tiny symbols as from version 2.3.9.9 ??

Thank you so much in advance

Michele from Rome

 

3/20/2014 12:13:07 PM
Gravatar
Total Posts 18439

Re: change back to version 2.3.9.9 TinyMCE symbols

As long as you did not delete the old version of TinyMCE from under /ClientScript/tiny_mce358

then you can change back to that version of TinyMCE by adding this in user.config:

<add key="TinyMCE:UseV4" value="false" />
  <add key="TinyMCE:ConfigFile" value="mojoTinyMCE.config" />
  <add key="TinyMCE:BasePath" value="~/ClientScript/tiny_mce358/" />

Then touch Web.config or recycle the app pool to make it reload settings.

Hope that helps,

Joe

3/20/2014 1:59:39 PM
Gravatar
Total Posts 122

Re: change back to version 2.3.9.9 TinyMCE symbols

works great, as usual

a beer is just a pleasure

thank you soooooo much

Michele

3/20/2014 2:29:19 PM
Gravatar
Total Posts 18439

Re: change back to version 2.3.9.9 TinyMCE symbols

Thanks for the beers!

Cheers,

Joe

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